|
Browse by Tags
All Tags » UltraCombo » WinCombo ( RSS)
-
I want to prevent the automatic close up of the UltraWinCombo after a value is selected. Atm when the last character of the value is entered the Combo closes up. Is there a way to prevent this and to close the list at leave? I'm using AutoCompleteMode.SuggestAppend. We need this, because our customers...
-
I am trying to add a row to my UltraCombo programmatically and I get an exception I have read about the other issues people have add when not having the allownewrow setting set to True, but that has not helped me. I am not sure if it is the underlying datasource based on the exception. Here is my code...
-
Hello everyone, I use an UltraTextEditor with a right button of drop down to drop the UltraTree.But I met a problem where the dropdown panel was closed after the UltraTextEditor get the focus,I can't execute filter and match the tree node just like the ultracombo drop down the UltraGrid filtering...
-
I currently have an ultracombo on a form and use the text typed into the textbox portion to filter the rows shown in the dropdown portion (grid). The search works fine and when the user has finished typing there are a selection of rows visible from which they can pick the one they require. My problem...
-
First off let me start by saying Infragistics did a great job with these controls, I am still new to the Infragistics world but my days are spent less on designing the ui and more on coding now. Any way to the point, I am not sure if the below info is intended functionality or not so I figured I would...
-
hi, i have a ultradropdown on a column (with the ValueList of course) and il want to display on a ubound column the value of a column that is not the value member Is it possible to access at a column as il do with Access (example : ultraDropDown1.Columns[3].Value ) ? Thanks for your answers
-
I got a grid column that I add a valuelist as a ComboBox. That part work perfect and I can see the values correctly. When I change the table in the combobox and reasign to the ValueList property the list never get changed. But If I create another DropDown and asign that new DropDown to the ValueList...
-
I have a wincombo that I have bound to a selection list. I'm binding to the integer lookup value and the displaymember is the text description. I need the users to wipe out the selection and not get locked into that field. I've tried nullable true and nulltext or blank or a 0 but that doesn't...
-
I have an object: customer with various properties that tie to data that I have displaying in multiple combo boxes. I would like to bind multiple properties of the customer object to various comboboxes, however, I receive the following error: This causes two bindings in the collection to bind to the...
-
Now I may have simply been puzzling over this too long, or I may be going crazy but I am having trouble reading a value set in an UltraCombo. Here is my setup: I have a form containing a textbox and a Tab control with 2 tabs. Tab A just has Databound textboxes Tab B contains an UltraCombo as well as...
|
|