I am having a problem grouping in a radgrid when the column that is grouped contains null values. Each record with a null value shows all the other records with null values (instead of in one group). For example, if this is my recordset:
Firstname Alias
Adam NULL
Randy NULL
Sam NULL
If I group by Firstname, then Alias, I shoud get this result:
Adam:
Adam
Randy:
Randy
Sam:
Sam
But this is what I get:
Adam:
Adam
Randy
Sam
Randy:
Adam
Randy
Sam
Sam:
Adam
Randy
Sam
How can I correct this grouping bug? The version of Telerik we use is 2008.2.723.35
Firstname Alias
Adam NULL
Randy NULL
Sam NULL
If I group by Firstname, then Alias, I shoud get this result:
Adam:
Adam
Randy:
Randy
Sam:
Sam
But this is what I get:
Adam:
Adam
Randy
Sam
Randy:
Adam
Randy
Sam
Sam:
Adam
Randy
Sam
How can I correct this grouping bug? The version of Telerik we use is 2008.2.723.35