Created a button in a cell for one of my columns in the InitializeLayout Event.
e.Layout.Bands.Item(0).Columns.Item(23).Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button
e.Layout.Bands(0).Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D
I also set the text value of the cell in the InitializeRow event.
The button exists and is clickable but it does not look like a button until I hover over it with the mouse. When the grid loads, it looks like a textbox.
I want the user to know that a button is there (with text). any ideas?
myGrid.ClickCellButton
what method do you use now to trigger cell button as their is no cell click in a UltraWinGrid
perfect thanks
You would need to set the Column.ButtonDisplayStyle to Always