Hi,
I have created a custom Validator component which implemented the IExtenderProvider. And I have added UltraGridColumn to return true in the CanExtend.
However, when I add my custom validator to a form in which there is a UltraWinGrid, the validator's properties are not appear in the UltraWinGrid's column (Columns Collection Editor).
May I know is this doable? How can I achieve that?
Thank you very much.
I don't beleive this will work. Extender properties, as far I am aware, only look at the controls and components in the form designer. You can't apply an Extender to a sub-object which is part of a control.
Hi Mike,
Thanks for your reply. Yup, you are right, that's what I found out from the net as well, just wondering is there any other way to make it work on sub-object. Anyway, I will find other way or approach for my user control, thanks again. :)
Best Regards,