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
610
RowFilter problem to the ComboBox
posted


Hi,

In my project, I encountered one issue that can be recreated by running the sample project StatesAndCities.zip found in post http://forums.infragistics.com/forums/p/16052/58448.aspx.

Basically I need a RowFilter for a combobox field so they can display different drop down list. The problem is that the RowFilter is applied to the same combo box data provider, so all rows are impacted.

E.g. if we run the sample application and choose "City 10 in State 2" in the City field in Record 2. Then whenever you open the City drop down in other records, "City 10 in State 2" immediately changed to 10. This is understandable, but not acceptable... .

Is there any way we can get around with this?

Thanks for any advice,
Yu