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

Add new row

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Noemi Arm
Top achievements
Rank 1
Noemi Arm asked on 12 Nov 2010, 10:54 AM
Hello,
We're working with ASP.NET AJAX Q3 2009 NET35. We want to be able to allow to the user intert a new record from a radgrid object.

We don't know what settings are necessary change to show the row, or button or icon to insert a new record.

On the other hand, we can see the options "delete" and "edit" but they don't work, they do nothing.

Sorry, but our level in ASP.NET AJAX Q3 2009 NET35 is basic.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Nov 2010, 12:19 PM
Hello Noemi,

Set CommandItemDisplay property of MasterTableView to show 'AddNewRecord' button. Please refer the following documentation.
CommandItemDisplay Property

And the following documetaion explains how to perform automatic DataSource operations like insert/delete/update .
Automatic DataSource operations

Thanks,
Princy.
Tags
Grid
Asked by
Noemi Arm
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or