Is there any way to insert rows into a radgrid via javascript, without using the edit form?
Suppose I have a radgrid with some rows of data into it. Now I have a button and I want that on click of that button a new blank row should be inserted in the grid where user can enter their data and later it can be saved with some another button.
Is there any way to add a blank row using javascript.
Please suggest.
Thanks.