Oct 26, 2012, 6:41 PM
[OPEN] [#26] Grid panel grouping and sorting from code-behind
Two questions for grouping and sorting in a grid panel:
1. How do I group a grid panel from code-behind? I can set it in the markup but need to change it at run-time.
2. How do I sort a grid panel from code-behind?
I tried to use the SetDefaultSort method but I get a message that Ext.Net.Store does not contain a definition for SetDefaultSort. I also tried setting the store's SortInfo property in the markup but it does not accept it.
1. How do I group a grid panel from code-behind? I can set it in the markup but need to change it at run-time.
2. How do I sort a grid panel from code-behind?
I tried to use the SetDefaultSort method but I get a message that Ext.Net.Store does not contain a definition for SetDefaultSort. I also tried setting the store's SortInfo property in the markup but it does not accept it.
Last edited by Baidaly; Nov 16, 2012 at 11:54 PM.