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
1935
UltraGrid - align column / cell dropdown to the left edge
posted

Hi

Same question that I asked here about UltraComboEditor i would like to ask about UltraGrid.

How do I align the column/cell dropdown to the left ? not the text its self, i mean the whole dropdown box.

i am using :

ugExcel.DisplayLayout.Bands[1].Columns[

"mycolumn"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDown;

with ValueList

during runtime i could see that for the specific column/cell ultraGrid.ActiveCell.EditorResolved is EditorWithCombo. I looked over the Class Members here but couldn't find anything

as Mike kindly helped me, for UltraComboEditor the answer was the RightAlignDropDown property. What whould be the parallel property in UltraWinGrid or more specifically EditorWithCombo ?

I dont mind it to be on the Column level or Cell level.

any thoughts?