Is there functionality in the WinGrid that can display the overflowindicator image similar to UltraCombo Editor.
In UltraComboEditor, when we set the "ShowOverflowIndicator" property to true, we get the image as shown (See attached).
I am wondering if this can be accomplished in UltraWinGrid for a given cell.
The UltraWinGrid cell has the ButtonDisplayStyle set to show the dropdown button and associated with a valuelist.
I do know that we can use the CellApperance.TextTrimming property, but this does not give the same appearance like the UltraComboEditor.
Hello ajinna,
To get the results you want, you could set the editor for the column to be a WinComboEditor. The following link should help you out.
http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0/?page=WinGrid_Using_WinComboEditor_inside_WinGrid.html