How to change cell button's appearance when a button in a particular column is clicked. I see CellButtonAppearance but not SelectedCellButtonAppearance.
Hi,
Clicked a button doesn't actually select anything. Button's cannot be selected. Selected refers to a highlight of one or more items, like when you selected rows, columns, or cells in the grid. The concept does not apply to buttons.
So what exactly do you mean by "selected" here? It sounds to me like maybe you want a state button, like a checkbox that you can toggle. If that's the case, then you might be better off using a CheckBox rather than a button.