Hi i am using Infragistics NetAdvantage jQuery 12.1 or 12.2 - WITH CHROME
I have igGrid and also igHierarchicalGrid and on both i am experiencing the same exact issue.
I have few tabs and one grid in each of the tabs. when i click on the Filter Condition menu and select any of the conditions, the menu does not hide. - ON CHROME. but on Mozilla Firefox it is working good.
After the Filter Condition Menu does not hide, if i move between tabs the filter condition menu still remains hovering above all of the page although it is a different tab.
When i remove the Selection feature from the features the menu does hide.(igGrid and igHierarchicalGrid)
{name: "Selection",mode: "row",multipleSelection: false}
here is an example of my grid initialization below. Any Suggestions?
$("#tGrid").igGrid({
width: "100%", height: "100%", autoGenerateColumns: false, primaryKey: "xxx", columns: [ { headerText: "xxx", key: "xxx", dataType: "string", width: "100%" } ], features: [ { name: "Hiding", columnSettings: [ { columnKey: "xxx", allowHiding: false, hidden: false } ] }, { name: "Paging", type: "local", pageSize: 15 }, { name: "Sorting" }, { name: "Filtering", type: "local", allowFiltering: true, caseSensitive: false }, { name: 'Resizing' }, { name: 'Tooltips' }, { name: "Selection", mode: "row", multipleSelection: false } ]});
thanks for everything, appreciate it.
It's certainly possible, but generally speaking, jQuery updates fix more bugs than they introduce. I've upgraded jQuery several times on our project and have yet to notice any bugs being introduced and have had several fixed.
Thank you for testing and troubleshooting it.
Aren't there risks in changing my jquery file from v 1.6.2 to i.e. v1.7.1 ? working code can suddenly misbehave ...?
Hello Sharik,
Sorry for the delayed answer.
What I found is that this is reproducible in jQuery versions 1.6.*. Try to change the jQuery version to 1.7 or above and the problem should disappear.
Best regards,Martin PavlovInfragistics, Inc.
Martin waiting for response, this seems to me as a bug in the control. can you please advise.