Hi,
I would like to add GridItem to RadGrid programmatically. Following is the scenario:
I have custom buttons on my web page like "Add", "Edit". On add button click I show a form which contains controls for entering the data for new item in grid. On update I extract the values from these controls and then want to create GridItem & add it to Grid's collection.
As per requirement we don't want to use the Add, Edit buttons of rad grid because they show editable fields either below the record or do inplace editing. Opening a new pop-up to edit the record is not an option.
Is there any work around to update/add grid items in the collections?
Thanks,
Angrez
I would like to add GridItem to RadGrid programmatically. Following is the scenario:
I have custom buttons on my web page like "Add", "Edit". On add button click I show a form which contains controls for entering the data for new item in grid. On update I extract the values from these controls and then want to create GridItem & add it to Grid's collection.
As per requirement we don't want to use the Add, Edit buttons of rad grid because they show editable fields either below the record or do inplace editing. Opening a new pop-up to edit the record is not an option.
Is there any work around to update/add grid items in the collections?
Thanks,
Angrez