Declined
Last Updated: 03 Apr 2015 15:31 by ADMIN
Fergal
Created on: 21 Jan 2013 17:12
Category: Grid
Type: Bug Report
1
RadGrid GroupBy Ordering on Integer.
When Grouping on an Integer value, the groups are not ordering correctly. i.e. if you group on values {864, 1455, 1494}, the actual order comes out as {1455, 1494, 864}.

Ordering on the same data, but converted to a string and padded to the left with zeros resolves this issue.
Attached Files:
1 comment
ADMIN
Vasil
Posted on: 03 Apr 2015 15:31
Set DataType="System.Int32" for your column and it will be sorted like integer. If the type is unknown it will be sorted as string.