In my grid, ListBoxSelectionMode = SelectionMode.MultiExtended. This grid has columns with various controls. When I select a cell with most control types, the cell becomes the current cell. When I select a cell with a push button, however, it does not become the current cell. Is there any other way to know which row/column has been selected when a push button control is in the cell?
Thanks.
Ken
AD
Administrator
Syncfusion Team
May 19, 2004 12:01 PM UTC
The PushButtonClick event will be fired when you click a PushButton CellType, and the event args hold the row and column.
KJ
Kenneth Johnson
May 19, 2004 12:52 PM UTC
Duh. I knew that. Really.
Thanks.