Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
Disable events for empty rows.
posted

Hi

We are using the UltraGrid in many areas of our product and recently set the ShowEmptyRows property to true for the grid.

There is a lot of event handling for the grid such as Click, ClickCell, ClickCellButton, DoubleClick, DoubleClickCell, etc.

I am seeing that the events are fired for the empty rows the same as the non-empty rows.

This is causing a lot of problems as there is no data in the empty rows.

It would be a major undertaking to add handling for empty rows in the grid event handlers in our product.

Is there a property that can be set or some other way to disable the events from firing on the empty rows?

Thanks

Harlan