I am able to switch the grid to advanced mode and perform a filter on a boolean column. However in simple mode and remote filtering, the filter section for the column is disabled and greyed out. A simple answer may be, well just set it to advanced mode, but i seriously don't like that mode.
Is this by design, or have i found a bug. Any thoughts would be appreciated.
Gooday Martin,
Well thanks for that. For me however, it only worked in reverse. If I only included the loader.js i got an error as per attached. The grid and the boolean filter worked if I just used the lob.js and core.js files.
I am happy to move, and thanks
Hello Jon,
From what I see in your Index_Grid.cshtml file you use infragistics.core.js, infragistics.lob.js and infragistics.ui.grid.css in combination with infragistics.loader.js. This is not supported scenario. When I commented out the infragistics.core.js, infragistics.lob.js and infragistics.ui.grid.css and left only infragistics.loader.js the problem disappeared.
I'm reattaching the file.
Best regards,Martin PavlovInfragistics, Inc.
Thanks for you reply, but i was in-fact referring to the filter icon. Sorry, if i wasn't clear with that. The filter icon is disabled. Here is the markup, which shows that it is disabled. I could go ahead and modify the css, but I guess if there is a gremlin in the code, we should sort it out.
Thanks
jon
Boolean columns as well as Date columns have predefined filter values. These values are available in the dropdown menu activated by clicking on the filter icon of the column (see the screenshot). The filter text box is disabled because you're not allowed to enter custom values.
Hope this helps,
Martin Pavlov
Infragistics, Inc.
Gooday Boris, It's hard to tell from the image on the first post, but the filter section within the boolean field is disabled. I agree with you, all I need on this field type is a yes/no filter option. I just can't supply anything.
I will re-iterate however, that in advanced mode the boolean filter works. I require it to work in simple mode.
I have replied to martin with a full copy of the mvc view and version number.