Hi,
I was able to do multiple column sorting with GroupByExpression in RadControls for ASP.NET Q3 2007.
After installing RadControls for ASPNET AJAX Q1 2008, I couldn't do the same.
The default multiple sorting fails for a particular column has five sub columns, which are like "Events1,Events2,Events3,Events4,NoEvents"
I have tried in earlier release and it was working though.
The syntax used is
Ramesh
I was able to do multiple column sorting with GroupByExpression in RadControls for ASP.NET Q3 2007.
After installing RadControls for ASPNET AJAX Q1 2008, I couldn't do the same.
The default multiple sorting fails for a particular column has five sub columns, which are like "Events1,Events2,Events3,Events4,NoEvents"
I have tried in earlier release and it was working though.
The syntax used is
<
telerik:GridTemplateColumn HeaderText="Events" GroupByExpression="Events1,Events2,Events3,Events4,Events5" SortExpression="Events1" SortAscImageUrl="../Images/Grid/SortAsc.gif" SortDescImageUrl="../Images/Grid/SortDesc.gif" UniqueName="TemplateColumnEvents">
Thanks and regards,Ramesh