Create EnableAddNew behavior for GridControl

Could you give me some advice on how to create the same "EnableAddNew" behavior that is available for a DataBoundGridControl but for a GridControl? I want to add a new blank row if they are clikc or keyoard to the last row. Also, it should dissappear if teh grid loses focus and they don''t never added anything.

2 Replies

AD Administrator Syncfusion Team December 16, 2005 12:22 AM UTC

Here is a rough try at this. It handles events to dynamically add/remove the extra row. http://www.syncfusion.com/Support/user/uploads/GC_AddNew_7fa793a8.zip


VA va December 27, 2005 05:38 PM UTC

Very cool! Thank you.

Loader.
Up arrow icon