Hi,
I am using hierarchical grid to display the data.
I have enabled sorting on one of the grid in the hierarchical grid.
But when I click a column for sorting the data disappears. May I know what is the problem?
Is there any specific attribute to be set?
Please find the code below:
<ig:tabView id=
"eventDetailsTab"
tabItemSelectedStyleClass
tabItemStyleClass
tabItemHoverStyleClass
style
<ig:tabItem id="positionsTab" selected="true" value="Positions">
</ig:gridView>
<ig:tabView>
Hi drumilb,
You can find an example of sorting of a hierarchical Grid here :
http://java.samples.infragistics.com/NetAdvantage/JSF/2009.1/featurebrowser/webgrid/hierarchicalGrid/index.faces
The sorted column is the column "First Name" in the inner grid.
The online documentation about Grid sorting can be found here:
http://help.infragistics.com///NetAdvantage/JSF/2009.2/DevelopersGuide?page=WebGrid_Sorting.html