Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have create a report using Dev Express Xtra report designer but in output records are displaying in not proper order they are like 1, 10, 100, 101, 102, 103, 104 etc..
but I want in 1, 2, 3, 4, 5, 6, ....
please help.....
Posted
Comments
[no name] 17-Jul-14 10:19am    
You get that when you sort strings and expect it to sort as if the string were a number.
Maciej Los 17-Jul-14 15:31pm    
And the question is...
Member 10279246 18-Jul-14 0:26am    
I found one.... If I sort the summary of a group header in ascending order then it shows.. Thanks for help...

1 solution

I found one.... If I sort the summary of a group header in ascending order then it shows.. Thanks for help...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900