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,This feature looks great. I just like to customize this control as an autosuggest type-ahead(like as in google search).
I will bind the Dataset to the ultratree. So that i will get the tree structered datatable.
Now what i ll do is, I will type some characters in the combobox (which is integrated with ultraTree) and if that characters are matched with any of the strings in columns of ultraTree then i need to highlight that particular chars in ultratree by making it as caps.
Eg. It is something like in above diagram, as Test9 is typed in combobox and Test9 is high lighted in ultratree. (If strings in more than one columns or partially matched with any column we need to highlight that string also)
Can anyone help me out this. Thanks in advance.
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.
Here is the video file: