Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Click the column header,trigger an event
posted

Hello:

  In my project, when I click the column header(xamGrid), I want to do something,how can I do it?

Thank you 

  • 40030
    Offline posted

    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