Hi,
I have data coming from a datatable which is dynamically generated and filled to the radrid control.
Can anyone please help me how to achieve grouping and sorting functinality for the same.
I did not add any code for the same?
Regards
Prathap.K.H
Sorting in Grid can be implemented by setting the AllowSorting property to true.
For implementing Grouping you need to set the GroupByExpressions. Go through the following demo links for getting more information on this regard.