This question is locked. New answers and comments are not allowed.
Hi,
We are trying to hide the group panel on the Data Grid, but it won't just go away.
We have..
<my1:RadGridView x:Name="AreasGridSelect" AutoGenerateColumns="True" MultipleSelect="True" ShowGroupPanel="False" ShowColumnHeaders="False" ></my1:RadGridView>
or in code behind..
AreasGridSelect.ShowGroupPanel = false;
Are we doing something wrong?
Thanx in advance...
We are trying to hide the group panel on the Data Grid, but it won't just go away.
We have..
<my1:RadGridView x:Name="AreasGridSelect" AutoGenerateColumns="True" MultipleSelect="True" ShowGroupPanel="False" ShowColumnHeaders="False" ></my1:RadGridView>
or in code behind..
AreasGridSelect.ShowGroupPanel = false;
Are we doing something wrong?
Thanx in advance...