Hi,
On a radgrid I would like to create two item command buttons that cause the insert form to create. I need to be able to distinguish between which one was clicked in the itemcreated event though.
Can I somehow make the radgrid go into insert mode from the itemcommand event? The command names would be InsertChild & InsertAdult.
The reason for this is I want to load a different form into the insert depending on the button clicked.
On a radgrid I would like to create two item command buttons that cause the insert form to create. I need to be able to distinguish between which one was clicked in the itemcreated event though.
Can I somehow make the radgrid go into insert mode from the itemcommand event? The command names would be InsertChild & InsertAdult.
The reason for this is I want to load a different form into the insert depending on the button clicked.