Hi,
I am trying to use the RadGrid to accept inputs from the user. My requirement is as follows:
When the page loads, I load an empty grid with only the column names and the Add CommandItem - Done
On my page load, I also create an empty datatable which will hold all the request records.
When I click on Add, a new row should appear on the grid to accept inputs (along with the 'save' and 'cancel' buttons).
After saving the row, the row should appear in the grid with "edit" and "delete" columns.
I am trying to use the RadGrid to accept inputs from the user. My requirement is as follows:
When the page loads, I load an empty grid with only the column names and the Add CommandItem - Done
On my page load, I also create an empty datatable which will hold all the request records.
When I click on Add, a new row should appear on the grid to accept inputs (along with the 'save' and 'cancel' buttons).
After saving the row, the row should appear in the grid with "edit" and "delete" columns.