Hi,
I have installed 2019.1.115.40 trial and I am testing RadGridView and trying to achieve require results using ColumnGroups view. From the documentation I have achieved the following.
ColumnGroupsViewDefinition view = new ColumnGroupsViewDefinition();
view.ColumnGroups[0].Rows.Add(new GridViewColumnGroupRow());
view.ColumnGroups[0].Rows[0].ColumnNames.Add("CompanyID");
I have learnt that the "CompanyID" should be same as of the Column-Heading of the data-table (data-source) provided to the grid.
My question is: Is it possible if I can change this "CompanyID" text after data has been loaded into the grid.
Or is there anything I can do, as with the datagridview, we use Name property for binding and Text property for display purpose.
Attached image might help.
Thanks
Regards,