Hi,
I am currently working on a problem where I have to add a radComboBox in editItemTemplate.
Background: The radGrid I am using is being added from the codebehind. All the columns are being added from the code behind too and are based on a local DataTable. The Grid is in BatchEditMode and has a RadAjaxManager used with it. It saves the change to the table as soon as the change is made. It is handled by calling SaveChanges function from javascript of cell value changed.
Problem: I need to add an ItemTemplate column to radGrid for a column in DataTable which has multiple values in it. Lets call this column as Tags. The values stored in it are either {Tag1}, {Tag2}, {} or {Tag1, Tag2}. It shows that multiple values(or no values) can be associated with one record. I need to be able to select these items or unselect them and then trigger the cell value changed function or any other function in the codebehind.
Can someone help me with a demo for this problem please? I am open for changing it to some other control if RadComboBox is not a good item to be used here.
Thanks in advance,
Swanand Nalawade