Completed
Last Updated: 13 Jun 2018 08:48 by Dimitar
ADMIN
Dimitar
Created on: 14 Feb 2017 09:31
Category: GridView
Type: Bug Report
1
FIX. RadGridView - ViewChanged event is not fired when single group is expanded.
To reproduce:
private void MasterTemplate_ViewChanged(object sender, DataViewChangedEventArgs args)
{
    if (args.Action == ViewChangedAction.ExpandedChanged)
    {

    }
}
Workaround:
- Use the GroupExpanded event.
0 comments