Hello.
I need to add a set of comboboxes as a new row to a RadGrid dynamically. I've been able to get close by creating a ComboBoxCellElement off of GridDataCellElement and setting it inside the CreateCell event. However, because of UI Virtualization, the comboboxes get re-used on different rows as I scroll around, and IsCompatible only seems to work when a custom column type is being used, which I am not using here.
Is it possible to apply specific controls to individual cells? Or can UI Virtualization be turned off for RadGridView?
Thanks,
Mike
I need to add a set of comboboxes as a new row to a RadGrid dynamically. I've been able to get close by creating a ComboBoxCellElement off of GridDataCellElement and setting it inside the CreateCell event. However, because of UI Virtualization, the comboboxes get re-used on different rows as I scroll around, and IsCompatible only seems to work when a custom column type is being used, which I am not using here.
Is it possible to apply specific controls to individual cells? Or can UI Virtualization be turned off for RadGridView?
Thanks,
Mike