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
465
Adding a textbox in ultragrid
posted

Hi,

I have an ultra which i bind at run time. I am binding it to a IList<CustomObject>. On binding there are 2 columns where i want the value to appear in a text box.

How can i achieve this?

 

Thanks

Renu

Parents
  • 48586
    posted

    Hello ,

    Based on the description of your scenario I have tried to implement a small sample, where I have bound UltraGird to IBindingList<CustomObject>, and alwso I have UltraTextEditors, bound to the same IBindingList<CustomObject>. Please run the sample and let me know if this is what you are looking for.

    Please let me know if you have any further questions.

    91504.zip
Reply Children