I think your problem is that you have to implement the sort behavior on the server side, your client call should already be sending a sort parameter with the value of the column that you are sorting on and you have to process that value accordingly to return the results from the server in the desired order.
On Dec 22, 10:34 pm, peter <[email protected]> wrote: > Hi all: > > I run GWT-EXT program in NetBeans6.1, but I got some problems > when I sort this grid. I use the "JSON grid " example in > showcase2.0.5, and I change the Httpproxy to my structs action "*.do". > The grid shows fine, but it could not sort. I have set sortable 'true' > in my ColumnMode. > > I also found that when I click the header of the output grid, > the action has been actived again. This is wierd. Is there anyone can > help me? thank you very much!! > > peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
