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
2085
XamGrid Filter Menu v14 Changes?
posted

We have recently upgraded from v13.1 to v14.1 of the Infragistics WPF suite and it seems that the XamGrid Filter menu has changed functionality (or has a bug?).  In v13.1, we used this XAML to add a filter menu to a XamGrid:

<ig:XamGrid.FilteringSettings>

<ig:FilteringSettings AllowFiltering="FilterMenu" FilteringScope="ColumnLayout" />

</ig:XamGrid.FilteringSettings>

Which would work fine, however, when we upgraded to v14.1, the same XAML shows the filter menu, but does not allow the user to type in the search text box - you can check/uncheck items and even cut and paste text into the search box and then use the backspace button to delete the text just pasted.

Is there some setting we need to change to make the textbox not semi-read only, or is this a bug?

Parents Reply Children
No Data