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
    posted

    Hello Joe,

     

    The grid needs its datasource on every postback in order to function properly. If you don’t want to request it from the database every time you can implement some caching of the data or you can keep it in the session.

    Let me know if you have further questions with this issue.

     

    Regards,

    Lyuba

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

     

     

Children