|
Browse by Tags
All Tags » UltraCombo ( RSS)
-
Hi, I'm having a slight issue with a grid cell, an ultracombo as the editor control and validation of the cell itself. The problem: The cell represents a rate (ie charge or pay) and must allow negatives, with up to 2 decimal places. The cell should also provide a drop down list of available/default...
-
I have two UltraCombos on a simple form. There are no actions when loading and showing the form, but the Combos cause the controls on the form to flicker while opening the form. When I set the Combos to visible=false in the designer, the form opens without any flickering. So I tried to set them visible...
-
hi all, i'm facing an issue in ultra combo.. in my forms i'm having 5 ultra combo boxes which i'm populating through data table.. i want the combo drop down when user start typing in the editor.. i couldn't find a property for that so i use the ToggleDropdown method in the TextChanged...
-
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 want to use UltraCombo (or UltraComboEditor) with a datasource that gets populated based on the first character typed into the edit area. The datasource comes from a webservice which means that performance is an issue. I can't download the entire list. However, I can ask the webservice to return...
-
Hi, I am using ultra combo in my application. I set DataSource , ValueMember and DisplayMember properties. As well as set LimitToList is equal to True and Auto complete mode to SuggestAppend. But if user type text same as value members any value then it is selecting that record. e.g. Suppose I have 5...
-
Hi, I am Using ultra combo in my application as a editor Control in Grid . I set AutoCompleteMode as SuggestAppend for that combo. If i press any key then it is not showing drop down box with possible values. But in case if I use same combo box in my from then it is working fine. To work Combo box in...
-
I have an UltraCombo bound to a DataTable and I am using the ColumnFilters property on the Band to filter the data. When I debug in Visual Studio I can see that the filter is applied correctly and that the DisplayLayout.Rows.FilteredInRowCount is less than the Rows.Count. Yet the rows that are filtered...
-
Hi, I have a question on how to achieve the following functionality. I have a screen with multiple controls spread across the form. There are atleast 6 dropdowns on that form and user can only value select one from each dropdown. However the requirement has been changed and wants to see multiple columns...
-
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...
|
|