HI,
I would like to know if the below scenario is possible with radgrid. ( Looking for code samples).
1) In the radgrid, i need to have a button as "Add new Item", which creates a new row.
2) In the radgrid, while doing the insert operation, i do not want the tick mark(which is used for insert). However, the items should be saved on the click of a button (for example: Submit), available outside the grid.
3) In the radgrid, while doing the edit operation, user should be able to click on "pen icon" (which is used to edit). However, after editing the items, i do not want the user to click on the tick mark. However, the edited items should be updated on the click of a button (for example: Submit), available outside the grid.
4) Have a delete button on each row?
I want to reduce the number of clicks the user does on the operations of the grid. My page layout is: few textboxes, radgrid, submit button.
Thanks.
I would like to know if the below scenario is possible with radgrid. ( Looking for code samples).
1) In the radgrid, i need to have a button as "Add new Item", which creates a new row.
2) In the radgrid, while doing the insert operation, i do not want the tick mark(which is used for insert). However, the items should be saved on the click of a button (for example: Submit), available outside the grid.
3) In the radgrid, while doing the edit operation, user should be able to click on "pen icon" (which is used to edit). However, after editing the items, i do not want the user to click on the tick mark. However, the edited items should be updated on the click of a button (for example: Submit), available outside the grid.
4) Have a delete button on each row?
I want to reduce the number of clicks the user does on the operations of the grid. My page layout is: few textboxes, radgrid, submit button.
Thanks.