This is a migrated thread and some comments may be shown as answers.

Help with radgrid for few scenarios

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Venkatesh
Top achievements
Rank 1
Venkatesh asked on 16 Jan 2013, 02:53 AM
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.


1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Jan 2013, 06:29 AM
Hi,

In order to show delete button in all rows, you can use AutoGenerateDeleteColumn as true. Additionally you can perform updates in single button click as explained in the following documentation.
Performing Batch Updates

Thanks,
Shinu
Tags
Grid
Asked by
Venkatesh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or