Hello,
I am using TemplateAddRow to add rows. The first column is a DropDownList column. What I would like to do is only have the DropDownList function and look like a DropDownList for the TemplateAddRow row only.
Is this possible?
So what I would do is set the Value on the cell inside InitializeTemplateAddRow and then remove the ValueList (set it to null) inside AfterRowUpdate.
Thanks for some reason forgot about doing it to the Cells. The other rows will just be text. Once the selection is made the row is added.
Hi,
Yes, I'm sure you could do this by handling the InitializeRow and possibly the InitializeTemplateAddRow method and attaching the ValueList or UltraDropDown to the cell.
What do you want to happen in the other cells, though?