Hi Telerik Team,
I'm using a RadGridView with a group descriptor to categorize items belonging to the same group:
<telerik:RadGridView.GroupDescriptors>
<telerik:GroupDescriptor Member="GroupData.Name" />
</telerik:RadGridView.GroupDescriptors>
The problem is that, in order to initialize the application, I needed to define a Dummy group that contains 0 items. The dummy group gets removed once the user makes a selection on the actual groups he wants to analyze.
I don't want the Dummy group to be shown in the grid when the application is loaded. Is there a way to hide it?
Thanks,
Valerio
I'm using a RadGridView with a group descriptor to categorize items belonging to the same group:
<telerik:RadGridView.GroupDescriptors>
<telerik:GroupDescriptor Member="GroupData.Name" />
</telerik:RadGridView.GroupDescriptors>
The problem is that, in order to initialize the application, I needed to define a Dummy group that contains 0 items. The dummy group gets removed once the user makes a selection on the actual groups he wants to analyze.
I don't want the Dummy group to be shown in the grid when the application is loaded. Is there a way to hide it?
Thanks,
Valerio