Hello Friends,I have this code statement which sets the column type of the ultragrid toedit button.
e.Layout.Bands[1].Columns["col_one"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton;
How do I add click event for this?
Regards,Sid.
Hi Sid,
You would use the CellButtonClick event of the grid.