This question is locked. New answers and comments are not allowed.
Hi,
I am getting mutiple groups in the rad grid view. I am adding group programatically.
RadGridView1.GroupDescriptions.Add(new Telerik.Windows.Data.RadGroupDescription("ElementName"));
But whenever I load new data into the grid a new group will form in to the exting one. How can I ignore this?
Thanks,
Anwar
I am getting mutiple groups in the rad grid view. I am adding group programatically.
RadGridView1.GroupDescriptions.Add(new Telerik.Windows.Data.RadGroupDescription("ElementName"));
But whenever I load new data into the grid a new group will form in to the exting one. How can I ignore this?
Thanks,
Anwar