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
285
Template field and check box Header issue
posted

Hello,

I have a template field column having input checkbox (HTML tag) in it, I want that same checkbox in header section to select all chaek

Parents
  • 49378
    posted

    Hello Hermant,

    Thank you for posting in the community.

    I suggest that you take a look at the following thread for more information regarding this matter:

    http://ko.infragistics.com/community/forums/p/60663/308551.aspx#308551

    A checkbox located in a templated field in WebDataGrid may be accessed using something similar to:

    ig_controls.WebDataGrid1.get_rows().get_row(0).get_cellByColumnKey("TemplateField_0").get_element().getElementsByTagName("input")[0].checked= true

    Feel free to contact me if you have any questions.

     

Reply Children
No Data