Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
How to add extended properties to UltraGridColumn?
posted

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.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    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.

Children