Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Iris

Pages: [1]
1
How about add 'dataType: "date"' to the colModel?

2
Thank you very much :), I add below code to the end, and it worked, so happy, thanks for helping.
$grid.pqGrid( "refreshDataAndView" );

4
Use Demos-Basics-Json data.

1.Remove data: data from  obj.dataModel
2. Add this to the end of code: $grid.pqGrid("option", "dataModel.data", data);

It didn't work, just shows 'No rows to display', please advise me, thanks in advance.

Pages: [1]