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

Add RadGrid row client side

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 08 Jun 2011, 03:51 PM
Is it possible to add and remove a row in a RADGrid using the client-side API?

The row will contain four columns - a drag and drop column, a column with a row number, a column with a text box and a column with a remove button (which needs to remove the row)

I'd like a text link above the grid to add the row.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 14 Jun 2011, 12:57 PM
Hello Neil,

Because of the fact that RadGrid is a databound control (it does not have an unbound mode) the only feasible option would be to add a new row to the database (postback will be required when using server-side binding) and RadGrid will create the corresponding row automatically.

Regards,
Daniel
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Neil
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or