I’m use jqxwidget perfectly. Thanks for this great tool.
I’m encounter to interesting error. I’m use to many many control on my page. Grid, tab, nestedgrid, window vs…
My code is work perfect. When insert code blelow and init nestedgrid my Div ID’s is give to error.
$("#gButceEdit").jqxWindow({
resizable: false,
width: 450,
height: 200,
autoOpen: false
});
Invalid Selector – #xxxxxxxxx! Please, check whether the used ID or CSS Class name is correct.
I comment above code my project code perfectly. I’m check without init nestedgrid code is OK.
Nestedgrid init and my jqxwindow is not work perfect. Could you any idea for resolve this?
Thanks