Adding Rows in Unbound Mode

I want to add rows to an Unbound Grid. The row should be added when the user makes changes in any col of the last row as in MS Access. I tried trapping the celchange event and increasing the rowcount. But the program goes into an infinite loops and crashes out. Please help.

2 Replies

AD Administrator Syncfusion Team May 2, 2003 02:13 PM UTC

Before you change the RowCount try calling CurrentCell.Lock and after adding the row CurrentCell.Unlock Stefan


SU Sumit May 3, 2003 02:20 AM UTC

Thanks Stefan it works :-)

Loader.
Up arrow icon