This is a migrated thread and some comments may be shown as answers.

Grouped By column and entering new data

1 Answer 20 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 24 Feb 2015, 03:41 AM
Is it possible inside the GridView that when you Group By a column that it doesn't become hidden in the grid?

I ask because I have an application where the user may want to group their data but also want to enter new rows of data.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 24 Feb 2015, 07:22 AM
Hello Craig,

Thank you for writing.

There is a property which you can use for the purpose, it is called ShowGroupedColumns:
this.radGridView1.MasterTemplate.ShowGroupedColumns = true;

I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.

Regards,
Stefan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
Craig
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or