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.
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.
Hi, We want this to be work like the ultrawin Grid in ultracombo display layout. Usually the dropdown width will be high. Because of this i need to set the entire width to the user control also.(Need to implement without scroll horizontal scroll) Is there any way like i can bind the dataset to the Ultracombo Display layout. Also, In the attched sample, to set the ultratree height i need to set the height to usercontrol itself. Is there any way like i can have the usercontrol size fixed and ultratree height is dynamic? Can you please let me know the other approches also. Thanks in Advance.
Hello Raja,
I`m not sure that I understand your requirements
Raja Subramaniyan said:We want this to be work like the ultrawin Grid in ultracombo display layout. Usually the dropdown width will be high
Regards