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
295
trigger event for the template checkbox
posted

Hi,

I have loaded the hierarchial grid with single level band using 'Manual Load on Demand' method. I have created a checkbox template column in child band (server-side) using Interface. Now, I have to handle certain functions in the check-box's checked changed event.

How shall i handle the event for check-box which is in template column either from client-side or server-side ?

Note: I am using 2010.3 version.

 

 

 

Parents
  • 19693
    posted

    Hello tct_rani_1106 ,

    Thank you for posting in our forums.

    I recommend you handling the InitializeRow event of the WebHierarchicalDataGrid.

    You can check the Level of the row and if it is in the child band you can find the CheckBox control

    and subscribe it for CheckedChanged event.

    Do you have claims if  it should be handled on the server or the client side?

    Hope hearing from you.

     

Reply Children