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
170
Row header click event in xaml
posted

I want to open a sub from when ever i click on the onle row selector/Header area of the xamlgrid.

is there any event called row header click event for this or any other equivelent event.

please help me.

thanks in advance

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    I apologize that this post was not answered sooner. We are making the effort to ensure all posts are addressed by an Infragistics expert.

    If order to capture the mouse event, you have to use a tunneling event (for example PreviewMouseRightButtonDown event) or you can handle it for the specific element (like dataRecordPresenter, HeaderPresenter, etc). You can see a working example of this here.

Children
No Data