Hi All,
I am using an ultracombo with an ultragrid displayed in the dropdown window. When I click on the scrollbar in the dropdown and drag it, the grid does not scroll down with the scrollbar.
Basically I want to acheive the same behaviour as clicking the up and down buttons on the scrollbar when I drag it, is this possible??
Thanks,
Denis
Denis,
I assume that you just mean that the default grid is shown in the dropdown of the UltraCombo. You could try setting the combo.DisplayLayout.ScrollStyle to Immediate to see if this is the issue I'm thinking of.
-Matt
Thanks Matt, that did the trick.
Cheers,