Sorting issues in flexigrid with "json" data
Posted
by
John Sieber
on Stack Overflow
See other posts from Stack Overflow
or by John Sieber
Published on 2010-07-07T20:33:13Z
Indexed on
2011/03/06
0:11 UTC
Read the original article
Hit count: 191
I'm currently using flexigrid to display data in a current project, but am running into issues with its ability to properly sort certain columns that contain dates or numbers. The data is being sent from a ColdFusion CFC that selects the appropriate data and then delivers it in the proper "json" format. As the date/time stamps and other fields containing numbers are sent as "strings" they do not sort properly in the data grid.
Is this a limitation of Flexigrid or am I sending the data improperly to Flexigrid? I can provide examples of my code if that is helpful.
© Stack Overflow or respective owner