This question is locked. New answers and comments are not allowed.
hi,
In my application I have a toolbar and a gridview , the toolbar contains 3 buttons :
1.Add new row
2.delete
3.save all
Is it possible to call “radGridView1.AddingNewDataItem event handler” by clicking on add new row (cause by trying I found that pressing “insert” is a must)?
another thing is how to save data to database only if the user click “save all” and in that case how to check if he inserted all required fields.
sample code Plz.....
T&R