Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Combo Weird Problem
posted

Dear Infragistics Community,

I have a form with a grid and a group box in which i have a couple of combo's.

Two of them are working perfectly but the other one is doing a strange thing:

When i select an item from the 1st combo the 2nd(which isn't working) should filter out some of the values. On my PC it's doing that just right, on another PC i tried it and it's working, but on a third PC it's not working for any selection i make in the 1st combo, and even if i don't make a selection, on the third PC it shows me nothing.

I checked the database and that is not an issue, the code is the same on all 3 computers, it's a working, built application. 

It's a weird issue and for 3 days i've been digging and still nothing. I even tried to make more room in the group box for it, but no resolution so far.

Further info: the 3 computers are running win XP with different SP's, it's Infragistics 9.1, none of the other combo's cause this problem on any other form, all 3 computers are x86 Intel processors, i am using Visual Studio 2005 with C#, the data is loaded with DataBinding.

Please help!!! give me ideas, any ideas, as ludicrous as they may be!!!

 

  • 469350
    Offline posted

    Well, some of the obvious things to check are:

    1) Are all three machines using the same version of the Infragistics assemblies? Maybe the 3rd machine already had the Infragistics assemblies installed and your installer didn't install the new versions.

    2) Is it possible that the machine in question is unable to access the data for some reason? You might want to check the DataSource that the grid is bound to and see if it actually has any rows or columns.

    It might help to know if the combo actually drops down or not. If it does drop down, does it show columns column headers? If so, does it show no rows or empty rows?

    What if you bind some other control, like an inbox ComboBox control to the same data? Does it show the data or not? If it does, then the problem lies with the UltraCombo. If it does not, then the problem lies with the data or the retrieval of that data.