How to tell if record is new

Hi, Is there a way to tell if the current record being edited in a grid is a new record? Thanks, CB

1 Reply

AD Administrator Syncfusion Team February 23, 2004 10:33 PM UTC

Try this property to see if that gives you what you want. this.gridDataBoundGrid1.Binder.IsAddNew

Loader.
Up arrow icon