Hello All,
I have a RadGrid containing CheckBox Columns which will indicate that RadGrids row will be deleted.
User selectes rows that she wants to delete using Checkboxes and then presses Button.
Button's Click handler is called and a method checks what rows are meant to be deleted.
I can get a reference to selected row's GridDataItem but I don't no how to delete it from RadGrid or RadGrid's Datasource.
I can't use any automatic insert/update/delete database techniques in this case.
Thanks,
I have a RadGrid containing CheckBox Columns which will indicate that RadGrids row will be deleted.
User selectes rows that she wants to delete using Checkboxes and then presses Button.
Button's Click handler is called and a method checks what rows are meant to be deleted.
I can get a reference to selected row's GridDataItem but I don't no how to delete it from RadGrid or RadGrid's Datasource.
I can't use any automatic insert/update/delete database techniques in this case.
Thanks,