I implemented a function when a certain pivotgrid cell gets clicked, a jqxWindows shows up. It’s all working.
But when I click something on the jqxWindows, seems like the underneath pivotgrid rows get selected too even though the jqxWindows is under Modal mode.
Is there a way to fix it?
This sounds like z-index issue. You could try to change jqxWindows’ z-index or you could provide an jsfiddle example of your code and we would investigate the issue.