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
374
Button in a Cell (display and appearance)
posted

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?

Parents Reply Children
No Data