Good Morning,
Initially I want to load a specific query. However there are checkboxes on the form I would like evaluated when the user clicks the drop down aero. I can dynamically create the proper SQL using Linq. I want to tap into the dropdown event and rebind the dropdown based on the selected checkboxes. Can anyone point me in the right direction?
Thanks in Advance,
~ck
Hello hcabnettek,
It has been a while since you have made your post, in case you still need of support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. In this case I can recommend you to handle the BeforeDropDown event of the WebCombo and there to clear the DataSource, to set new DataSource and to data bind it once again.
For more information you can refer to the following links:
Here you will find information about the client side events of the WebCombo:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebCombo_Client_Side_Events_CSOM.html
and here you can find a helpful sample with cascade drop downs:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebCombo_Create_Cascading_WebCombo_Controls_using_client_side_events.html
I hope this information is helpful.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support