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
close icon

How to prevent event fired?

Hi Expert
I''m using many DataRelations in DataSet, while the a editing cell be canceld, it should fire the CurrentCellRejectedChanges event for a long time, I found the cause by many times NewRowFromBuilder method and EditModeChanged be invoked, How to prevent this problem ?

1 Reply

AD Administrator Syncfusion Team August 23, 2006 05:18 AM UTC

Hi Ken,

Try setting the CellType to Static. The Static CellType will display text that cannot be edited. You can select it to make it the current cell but, the cell cannot be activated for editing.

this.grid.TableStyle.CellType="Static";

Let me know if you need any further assistance.
Best Regards,
Haneef


Loader.
Live Chat Icon For mobile
Up arrow icon