Hi,
What is best way to create a column with some text and an image button.
Thanks
Abhishek
is there a perticular style defined in Infragistics.Win.UltraWinGrid.ColumnStyle for embeded column. Please suggset. Any one.
Hello,
Could you please try the following code sample:
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.Bands[0].Columns[0].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton; e.Layout.Bands[0].Columns[0].CellButtonAppearance.Image = SystemIcons.Asterisk.ToBitmap(); }
Please do not hesitate to contact us if you need any additional assistance.