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
1329
DropDownList in WHDG
posted

1) How do I bring the DropDownList to the front? The use does not know it is a DropDownList until they click into the cell.

2) How do I access the DropDownList via Client Side code? Particularly after the ValueChangedHandler fires.

Parents
  • 8160
    posted

    Hello jdymond,

    you could put WebDropDown in template column and after that to access the dropdown in the templated column with something like that:

    var cell=gridrows.get_row(rowindex).get_cellByColumnKey("Sheets").get_element().children[0].innerText='something'

    Hope this helps

Reply Children
No Data