I was wondering if there are any built in functionalities in the radgrid to actually add a new row anywhere in the grid. Say I click on the add button on the 5th row, so I would have the new 6th blank row.
Cheers,
Josh
2 Answers, 1 is accepted
0
Maria Ilieva
Telerik team
answered on 04 Nov 2008, 01:58 PM
Hi Josh,
Go through the following code library submission and see if the provided application covers your requirements: Excel-like RadGrid
Best wishes,
Maria Ilieva
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Not exactly what I was asking for but I think I will rebind the grid on client side with the new row... was wondering if there are any built in functionalities or easier way to do it, so the answer is no. The example is polling the server every 40 rows, to create another 40 rows, and rebinding on the server side...which is not what I was looking for.