This question is locked. New answers and comments are not allowed.
Hi,
I have a Rad gridview that displays/binds to a collection of values. Some of these values are a Id value (eg 1,2,3,4,5), and I use a IValueConverter to convert the Id to a string (eg. 1="honda", 2="bmw", 3="Ford" ,...)
When i enable ShowGroupPanel, and drag the column to group by, the group by drop downs for each unique value, have the Id (eg 1,2,3,4,5). How do i make it use the IValueConverter on the group drop down to display the string?
thanks,
Damian
I have a Rad gridview that displays/binds to a collection of values. Some of these values are a Id value (eg 1,2,3,4,5), and I use a IValueConverter to convert the Id to a string (eg. 1="honda", 2="bmw", 3="Ford" ,...)
When i enable ShowGroupPanel, and drag the column to group by, the group by drop downs for each unique value, have the Id (eg 1,2,3,4,5). How do i make it use the IValueConverter on the group drop down to display the string?
thanks,
Damian