Hi All,
I am using radGiid to display my data in a tabular form. This data is a registration list, where by each registration could be an individual registration or group registration. The form allows the user to update the payment details of each record,
One of the Columns displays the amount of each registration. Another template column that has and updateButton; when click it displays the members of the group in a checkboxList control that allows the user to select/deselect each members,
I bounded the data of the checkboxList inside my radGrid ItemCommand.
My problem is I want to change the amount column in accordance of how many members being selected in the group.
If anyone has an idea on how to implement this. Please share..
I am using radGiid to display my data in a tabular form. This data is a registration list, where by each registration could be an individual registration or group registration. The form allows the user to update the payment details of each record,
One of the Columns displays the amount of each registration. Another template column that has and updateButton; when click it displays the members of the group in a checkboxList control that allows the user to select/deselect each members,
I bounded the data of the checkboxList inside my radGrid ItemCommand.
My problem is I want to change the amount column in accordance of how many members being selected in the group.
If anyone has an idea on how to implement this. Please share..