Hi,
I am using telerik radgrid with the Command item Insert/Update/Delete
Few issue i have experienced
Please check against the following link.
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/commanditem/defaultcs.aspx
Add Case:-
1) When I click on the AddNew button ,below option is comming in the header
Please tell me how to remove Edit Selected and Delete selected customer from here ,also can you tell me what's the use of these button when we are adding a new customer.
Custom command item template Edit selected Cancel editing Add this Customer Delete selected customers Refresh customer list
Edit Case.(Single row select)
2) If we doesn't select any row before clicking on the EditSelected button,can we show a popup saying that "Please select the customer to edit."(like Delete case.)
Please