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
920
WinGrid with Button that looks like IG Buttons
posted

Hi,

my problem is, i want a grid where one columne sometimes is a button (for add(something) or remove). Or empty if no interaction is posible.

I know how to change the column to Button

this.ultraGrid.DisplayLayout.Bands[0].Columns["ButtonText"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;


What i get there is a button but it does not look like a normal IG Button.
Is there a way except to underlay a Buttonimge to the cell that the button looks like a normal Button?

Thanks a lot.
  Wolfgang
Parents Reply Children
No Data