Rank: Advanced Member Groups: Member
Joined: 8/24/2007 Posts: 130
|
Hi,
I have been using the client side Grid.addItem method. I have recently had to change the mode of the grid from Client to Callback, as the size of the grid was making it impossible to sort client side.
This seems to have broken the addItem method, which now returns null. Is there any way of either using this method in Callback mode, or performing the sort on the server whilst remaining in Client mode?
Regards, Phil
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately there is no way to do that. addItem returns directly when it sees running mode is not in client mode.
Thanks!
|