good day, in the examples show how Setting Groups Programmatically.
excellent...!
Now. how I can delete that same Group Descriptor named descriptor, Programmatically.
I try to find one solution but I could not...
Greetings.
Dim descriptor As New GroupDescriptor() descriptor.GroupNames.Add("Country", ListSortDirection.Ascending) Me.RadGridView1.GroupDescriptors.Add(descriptor)
excellent...!
Now. how I can delete that same Group Descriptor named descriptor, Programmatically.
I try to find one solution but I could not...
Greetings.