Hello,
I implemented ColumnGroupsViewDefinition for my Grid (the same code in Telerik Q3 Demos - Grid View), but it's change RowHeight. I try to change f.e:
but it's not work. What is more i have problem with correctly filling header rows (screenshot- I deleted data).
Thanks for help.
I implemented ColumnGroupsViewDefinition for my Grid (the same code in Telerik Q3 Demos - Grid View), but it's change RowHeight. I try to change f.e:
this.CollectionGrid.TableElement.RowHeight = 30;
this.CollectionGrid.TableElement.GroupHeaderHeight = 30;
this.CollectionGrid.TableElement.FilterRowHeight = 30;
this.CollectionGrid.TableElement.TableHeaderHeight = 30;
but it's not work. What is more i have problem with correctly filling header rows (screenshot- I deleted data).
Thanks for help.