AD
Administrator
Syncfusion Team
October 17, 2004 05:01 AM UTC
Check to see if some exception is being thrown when you leave the row. (Look on the output page, or set the debugger to break on exception.)
Is your grid showing a filtered DataView? If so, if the row you add does not satisfy the filter, it will go away.
If you can post a sample project showing the problem, we can try to spot something here.