In a C# dot net app:
In the drop down event of the combo box, if the count is <1 I populate the list from a database. But then the combo closes up and the user has to click the down arrow again. I see the list flash, but then it closes up.
It is loading 2300 aggregated records so it does take a little while.
I am using the Begin/End Update methods while filling.
after the first drop down, it is fine.
Thanks,
Mike
In the drop down event of the combo box, if the count is <1 I populate the list from a database. But then the combo closes up and the user has to click the down arrow again. I see the list flash, but then it closes up.
It is loading 2300 aggregated records so it does take a little while.
I am using the Begin/End Update methods while filling.
after the first drop down, it is fine.
Thanks,
Mike
Comment