Hello,
I have a ASP repeater control inside the editformsettings and I am using EditMode="EditForms" in the MasterTableView.
I have a 'delete' button inside the Repeater for each row. When I click it I can delete the row and the table data by using the Item command of the repeater with a partialpostback and leaving the Editmode on so that the user can see the item is already removed. But now I also want to update the Grid column which has one of the column as the counts of the files in repeater without closing the Edit form and doing only partial postback to change the value of the column which has the count inside the RadGrid to a value to decrease by one.
1) How do I access the column from the Repeater?
2) Also can I access the Datakeys of the Radgrid from the Reapeter itemcommand. If so how?
Thanks,
Sanjay
I have a ASP repeater control inside the editformsettings and I am using EditMode="EditForms" in the MasterTableView.
I have a 'delete' button inside the Repeater for each row. When I click it I can delete the row and the table data by using the Item command of the repeater with a partialpostback and leaving the Editmode on so that the user can see the item is already removed. But now I also want to update the Grid column which has one of the column as the counts of the files in repeater without closing the Edit form and doing only partial postback to change the value of the column which has the count inside the RadGrid to a value to decrease by one.
1) How do I access the column from the Repeater?
2) Also can I access the Datakeys of the Radgrid from the Reapeter itemcommand. If so how?
Thanks,
Sanjay