I've got problem with sorting entries in JqGrid. Orderby seem to not work. I set breakpoint in code and I noticed, that orderby doesn't change order of elements. Any idea what could be wrong?...I'm using LINQ to SQL with MySQL (DbLinq project)....My actio...