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
1020
How to add click event for edit button inside the UtraGrid cell.
posted

Hello Friends,
I have this code statement which sets the column type of the ultragrid to
edit button.

e.Layout.Bands[1].Columns["col_one"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton;

How do I add click event for this?

Regards,
Sid.