This question is locked. New answers and comments are not allowed.
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
};