Hello:
In my project, when I click the column header(xamGrid), I want to do something,how can I do it?
Thank you
Hi,
We don't have any HeaderCellClick events, as there are a lot of commands tied to the clicking of the header of column specifically sorting and selection.
You could potentially create your own commands, that derive from ColumnCommandBase and then modify the ControlTemplate of the HeaderCellControl.
-SteveZ