I created a button column using the Infragistics.Win.UltraWinGrid.ColumnStyle.Button style. I have been able to set the button's appearance in the InitializeRow event. However, I don't know how to tell when the button has been pressed. I don't see an event for this.
Hi,
Use the CellButtonClick event.
Was looking for the wrong names and in the wrong places too. There are SO many members....
thanks.