yjydfnhc / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Flexigrid MSSQL Select statement ORDER BY Clause #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When you have a Select statement with an ORDER BY Clause that is for a mssql 
database and try to bind it to Flexigrid, it will not display until you remove 
the ORDER BY clause.

By removing the ORDER BY clause in my select statement, the Flexigrid will be 
populated but now this causes the sorting feature to not work in Flexigrid.

Anyone else have this issue?

Original issue reported on code.google.com by vlica...@gmail.com on 23 Feb 2012 at 11:27

GoogleCodeExporter commented 8 years ago
Have you been able to solve this issue?

For me everythings works on json side but just like you it wont populate the 
datagrid.

if i remove the sort by i get "No Items" message in the table

Original comment by h_ma...@hotmail.com on 3 Apr 2012 at 12:50