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
1440
WebDropDown in RowEditTemplate Problem
posted

Please look at the last post in the below link.  Urgent.

http://community.infragistics.com/forums/p/43644/265048.aspx#265048

Thank you

Parents
  • 49378
    posted

    Hi ClaySeifert,

    It has been a while since your post, however in case you still need assistance I would be glad to help.

    If I am understanding correctly you wish to clear the values of the WebDropDown  when the template is opened for a different row. You may want to consider using the RowEditingTemplate's Opening client-side event to clear the selected and active values of the templated WebDropDown. Items can be unselected from the WebDropDown using something like:


    ig_controls.WebDataGrid1_ret_WebDropDown1.get_selectedItems()[0].inactivate();
    ig_controls.WebDataGrid1_ret_WebDropDown1.get_selectedItems()[0].unselect()

    Please contact me if you have any questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

     

Reply Children