Work on Asp.net web page application.
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
1. Click to add a new record
2. The "Delete" link will appear in the new row - it would be nice to have the same X icon
want to Click "Delete" link - it fires a javascript event then i want a validation process on javascript event then want to delete the row
help me to invoke a javascript event on click delete link.
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
1. Click to add a new record
2. The "Delete" link will appear in the new row - it would be nice to have the same X icon
want to Click "Delete" link - it fires a javascript event then i want a validation process on javascript event then want to delete the row
help me to invoke a javascript event on click delete link.