Sponser Link

How to add button in infragistics ultragrid in vb.net

You can easily add button on ultragrid. On button click, you can perform any action like any other window call or popup call. You have to add given below code at initializing of grid.

 UltraGrid1.DisplayLayout.Bands(0).Columns("ID").Style 

= Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton