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
320
WHDG ActiveCellChanged event not fireing
posted

I have a WHDG on my page and I am trying to resolve which cell the user clicks on.

I enabled activation on my grid, and set a clientside event where i can see what is clicked from javascript. I also added a eventhandler for Activation.ActiveCellChanged to handle the event server side, but it never gets called.

How can I have a event fired server side with the new selected cell?

Parents
No Data
Reply
  • 6748
    Suggested Answer
    posted

    Hello Joe,

     

    Would you tell me which Infragistics version are you using? I tried to replicate this issue with 10.2.20102.1011 but I didn’t succeed – e.CurrentSelectedCells[0] wasn’t null. Here is the project that I used to test this:

     

    Would you take a look and tell me if I am doing something in a different way than you?

     

    Regards,

    Lyuba

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

     

Children