Hello,
how do I get the Ultragrid instance which drops down from a ultracombo?
Hello isiraider,
You could get the grid which drops down from a WinCombo instance using code like in the following sample:
ultraCombo1.DisplayLayout.Grid;
Please do not hesitate to ask if something comes up.