I've searched through the forum postings and documentation looking for an alternative place to bind the RadComboBox when it is used a filtering control assigned in the MyCustomFilteringColumn class. The examples I've seen usually bind the data to the combo box in the SetupFilterControls method of the MyCustomFilteringColumn class. I am trying to use my business objects and the data binding framework used throughout my application to perform the data binding for the filtering control on my web page.
I can successfully bind my filtering control in the page_load handler the first time the page is displayed, however, any other action on the RadGrid losses my data in the RadComboBox.
I was wondering if there is an event handler for RadGrid where I could get an instance of the actual RadComboBox used as the filter control that is created in the SetupFilterControls method?
I can successfully bind my filtering control in the page_load handler the first time the page is displayed, however, any other action on the RadGrid losses my data in the RadComboBox.
I was wondering if there is an event handler for RadGrid where I could get an instance of the actual RadComboBox used as the filter control that is created in the SetupFilterControls method?