We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

GridGroupingControl & DoubleClick

Hi, We use GridGroupingControl with an IList as datasource. When we double click on a row for edit the underline object in a new form, a System.NullReferenceException occurs in syncfusion.grouping.base.dll. We use the 3.2.1.0 version Here is a sample showing the problem when double click on one row in the grid form for editing a customer. What''s the problem ? Regards, Mikaël.

1 Reply

AD Administrator Syncfusion Team May 26, 2005 11:25 AM UTC

At the bottom of your TabelControlCellDoubleClick handler, set e.Inner.Cancel = true; so the grid does not try to contunue processing the double click after you have popped up another form.

Loader.
Live Chat Icon For mobile
Up arrow icon