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

How to get 'Telerik.Windows.Controls.GridView.GridViewGroupRow'

0 Answers 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jinlong
Top achievements
Rank 1
Jinlong asked on 06 Jan 2013, 06:30 AM
How to get 'Telerik.Windows.Controls.GridView.GridViewGroupRow' Object When use 'Telerik.Windows.Controls.RadGridView' Grouped Event;
I need Edit GroupHeader.
or other method to edit it.
Example
Telerik Version 2012.1.326.1050
radgridview1.Grouped+=(sender,e)=>{
Telerik.Windows.Controls.GridView.GridViewGroupRow groupRow =null;
#region Get GroupRow
Don't know how to get 'groupRow '
#endregion
};
Tags
GridView
Asked by
Jinlong
Top achievements
Rank 1
Share this question
or