Not logged in - Login

Add button column to Infragistics grid

Steps to add a button column to an Infragistics grid:

  • Add a column to the grid
  • Set the ButtonDisplayStyle to be 'Always'
  • Under CellButtonAppearance > Image, set the image file to be used for the graphic on the button.
  • Set the DataType to be 'System.Object'
  • Set the Style to be 'Button'
  • Optional- set the Width, MaxWidth, & MinWidth properties to be 18
  • Optional- set the TabStop property to be 'False'