or
Hi
How to increase the gridview header's height when using ColumnGroups.
When i am not using the Group header then by following code i am able to increase the size of header by
following code.
(this.radGridView1.GridElement as GridTableElement).TableHeaderHeight = 35;
but when i am using the group header ,above code is not working or does not have any affect on the header height.
Thanks
Ajay yadav
I face with the attached Exception ,when i execute my application .
How do i remove this Exception?
please help me,Thanks.