Please look at the last post in the below link. Urgent.
http://community.infragistics.com/forums/p/43644/265048.aspx#265048
Thank you
Hi ClaySeifert,
Thank you for your feedback. I assure you that we consider your comments very important to steering improvements here at Infragistics and we appreciate that you took the time to reply.
Please let me know if I can be of any assistance.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Hello Petar
Thanks for your post --- unfortunately since we didn't hear from Infragistics in a reasonable timeframe, we aborted using the Web Suite of your controls and went with Telerik instead.
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.