Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
16641 | Jul 21,2004 11:49 AM UTC | Jul 21,2004 02:28 PM UTC | WinForms | 1 |
![]() |
Tags: Grouping |
this.groupingGrid1.GroupExpanding += new GroupEventHandler(groupingGrid1_GroupExpanding);
private void groupingGrid1_GroupExpanding(object sender, GroupEventArgs e)
{
// work around for now:
throw new Exception();
// in future:
// e.Cancel = true;
}
I noticed that with the current version the e.Cancel property is not checked. That''s why you have to throw an exception.
In future builds you will be able to simple set e.Cancel = true. I added support for checking this property in the grid.grouping source code.
Stefan
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.