示例#1
0
 /// <summary>
 /// Don't allow changing the default grouping
 /// </summary>
 private void GridExVillage_GroupsChanging(object sender, GroupsChangingEventArgs e)
 {
     // Things will break if groups are changed
     e.Cancel = true;
 }
示例#2
0
 /// <summary>
 /// Don't allow changing the default grouping
 /// </summary>
 private void GridExVillage_GroupsChanging(object sender, GroupsChangingEventArgs e)
 {
     // Things will break if groups are changed
     e.Cancel = true;
 }