|
Browse by Tags
All Tags » UltraComboEditor ( RSS)
-
Hi, I am using ultra combo as a Editor control in my ultra grid. Befor that I added two editor buttons in the combo.Now I want to show this combo Buttons in my column on some condition only. But i am not able to hide editor buttons of combo when I am using it as a Editor control of UltraGridColumn. Is...
-
Hi. I am using a ultraComboEditor on a detailview showing an order object. I am using Linq for Sql, and I am having a Order and a OrderState objects that I would like to bind together. On the detailView for the Order object I would like to have an UltraComboEditor, in which it is possible to set the...
-
In opposite to windows ComboBox I cannot get highlighted item after mouse click! I set new System.Windows.Forms.ComboBox ComboBox1 and Infragistics.Win.UltraWinEditors.UltraComboEditor UltraComboEditor1 with one or more string items without changing any defaults (DropDownStyle stays as DropDown). Additionally...
-
Thanks for the reply Matt. I found a solution using AfterCloseUp and BeforeDropDown Events. Regards, NW
-
HI Mike, Thanks alot for your reply. Well what I meant by recipient is, it returns the same values as the oper_name. e.g. recipient = oper_name = "johns". So even if I hardcode the value as ucMsgSentTo.Value = "johns" (Since ucMsgSentTo.ValueMamber = "oper_name") it wont...
-
Hi Everyone, I would like to know whether we can display e,g, Full Name , thats is " [first_name] + " "+ [surname]" as the display text? I have set the combo's DataSource and DataMember as the [first_name]. But I need to display first name and surname as the Full name for the...
-
Hi everyone, I have a UltraComboEditor which has a list of recipients. And when the form is loaded, for each Note (Form contains the Note Details), there will be a already a recipent loaded from the database. e.g. Amy is selected for loaded Note. There will be a validation, if I select another recipient...
-
Hi, I, like many others on this forum, have came to realize the lack of functionality in the UltraComboEditor for providing a means of selecing a Null (Value = null) when using a bounded control with the DropDownStyle set to DropDownList. I guess a simple solution would be to have the control automatically...
-
I am working with an UltraWinGrid that has a typed dataset (with two related tables) as the datasource. the typed dataset has an additional datatable used as the source for an UltraComboEditor that is the editor for one of the fields in the first table. I have the grid configured like a treeview, so...
-
Hi, in my winform app i have several UltraComboEditor and whenever a user select a different item the UI get irresponsive because the UltraComboEditors retains focus and prevent other controls to get focused. This only happens when the user select a different item, if users click the same current item...
|
|