|
Browse by Tags
All Tags » UltraCombo ( RSS)
-
Hi, I want the DropDownWidth equal this size of the columns. So I have set the DropDownWidth = -1. As mentioned the documentation its size equals to columns size and is limited to control size. However I don't want it to be limited to control size. At runtime user can achieve this functionality by...
-
HI, I need a control which should have Checkbox controls within the Combobox control? I am new to infragistic controls..please give mw some ideas todo it....
-
Hi, I am using UltraCombo on my form. If user scroll records in the UltraCombo then after last record it showing some extra blank space . I want to remove this empty space.How do I do this? Please advice Regards, Ganesh
-
Thanks for your valuable advise. Now I am facing another one problem. I want to set ToolTip for those EditorButtons but I am not getting proper way to do this. How do I do this?
-
Mike Saltzman sugested that: "If you want to force the user to choose from the list and not be able to type or select text, it sounds like you need to set the Style of the Column to DropDownList" PROBLEM: When the component is used as an editor for a cell inside an ultragrid despite of having...
-
I have an UltraCombo control in a form and the control is bound to a dataset. If the dataset has no records, the dropdown button on the control is displayed. When you click the button you get an empty row. How can I suppress the dropdown button if the associated dataset does NOT contain any rows? Jim
-
Is it possible to manually in code to add a row to an ultracombo? The combo is populated via a datasource, but I'd like to add a static value to the end of it if possible. Thanks
-
i have an ultraCombo that gets the data from a dataTable adapter.Fill(_table); ultraCombo1.DataSource = _table; i have several controls bound to ultraCombo using databinding ultraTextEditor1.DataBindings.Add("Text", ultraCombo1.DataSource, "Description"); binding is working ok, but...
-
Hi, I am using a Ultra combo box and if the displayed text length of ultraCombo exceeds the Width of the UltraCombo Box, I want to Display a Overflow Indicator . Is there any property like the overflow indicator button which is available in the ultraComboEditor to notify the text overflow property. Can...
-
In ultra combo/combo editor when you type first letter then ultraCombo1.Text property is getting to set whole word which is not happining with normal windows combobox. For example:- Suppose I have "Apple" item in my list. then if I enter "A" then ultraCombo1.Text property is becoming...
|
|