Categories | Question details Back To List | ||
GroupBY I designed an application using GroupBy method as an option to the user. This allowed the user to display the same data by different, groups. All of a sudden I saw today lot of blank rows on the top of the gird when I used Groupby method. Is it because I changed the defintion of Grid or the data has some problems? Have you come across this situation. Now I removed the GroupBy option from my application. Any help is appreciated. Answer posted by Support on Aug 11, 2008 06:31 It hard to say , without ability to reconstruct issue, but the possible reasons are - non unique IDs ( they will cause unpredictable results during grouping ) |