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
225
Is this possible to assign multiple table source to an Ultracombo ?
posted

Hi All,

Is this possible to assign multiple table source to an Ultracombo ?

My requirement is to group the display result in Ultracombo. Each group will have different column count and column name (each section is unique).I am developing .Net 2.0 application.

I need to display the Ultracombo like this.

<Ultra Combo >

<Section 1 having col1,col2,col3>

<Section 2 having col1,col2,col3>

<Section 3 having col1,col2,col3,col4>

</Ultra Combo>

Thanks in Advance.

Parents
  • 53790
    Verified Answer
    posted

    Hello Raja ,


    There are different approaches to solve this task. One possible solution could be if you are using UseControl which contains UltraCombo and UltraTree control. I made small sample to illustrate this scenario. Please take a look at the attached sample and video file for more details and let me know if you have any questions.

Reply Children