Hi,
Is there a way to Enable/disable items in an UltraComboEditor ?
Hi Mike,
The TextChanged event works just fine for me.
Tx. for ur help.
Tx for ur reply.
So I would be using say a datatable with two cols (a bool nd one with the data) to bind my ultracombo.
Is there any event in particular wer I need to set the activation property?
No, but you could could use UltraCombo instead of UltraComboEditor. UltraCombo is like a WinGrid and the Rows within it can be disabled using the Activation property on the row.