Hi all,
I have a RadGrid setup for in place editing. On clicking a link on the page (but outside the grid) I want to programmatically add a row to the grid and insert some values into the controls. So far I am able to put the grid into insert mode with the following code:
rgrdTimesheet.MasterTableView.IsItemInserted = True
rgrdTimesheet.Rebind()
How do I then get a reference to the insert row on the RadGrid? And then get a reference to drop down lists within template columns on the RadGrid?
Thanks in advance.
Mike
I have a RadGrid setup for in place editing. On clicking a link on the page (but outside the grid) I want to programmatically add a row to the grid and insert some values into the controls. So far I am able to put the grid into insert mode with the following code:
rgrdTimesheet.MasterTableView.IsItemInserted = True
rgrdTimesheet.Rebind()
How do I then get a reference to the insert row on the RadGrid? And then get a reference to drop down lists within template columns on the RadGrid?
Thanks in advance.
Mike