Rank: Advanced Member Groups: Member
Joined: 3/16/2010 Posts: 101
|
Hello,
After I have added a new item with grid.addItem(), I want to sort the grid, select that item, and ensure it visible. I cannot find the way to trigger the sorting of the grid on the client side. Can you point me to the right place in the documentation?
Thanks
Hubert
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I do not believe there is any way to that. The only way to trigger a sort is by clicking the grid column header. Unfortunately that feature is not exposed through any API.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 3/16/2010 Posts: 101
|
Hi,
OK. Maybe this could be included in a later version if I am not the only one interested in it...
Thanks for the quick answer.
Hubert
|