I am building up the grid dynamically based on metadata. When I started building the grid, the sorting and grouping worked. Then after some time I found out that it is not working anymore. When I click on the column header, the SortCommand event is not raised. I checked that the AllowSorting property is set to true.
I tried to find out what caused the sorting to stop working, but cannot find it. What could cause this?
PS I use the __EVENTARGS in a postback to indicate what action the user wants to be performed. Do you use that too?
I tried to find out what caused the sorting to stop working, but cannot find it. What could cause this?
PS I use the __EVENTARGS in a postback to indicate what action the user wants to be performed. Do you use that too?