jQuery UI Widgets › Forums › Grid › grid double clip jqxwindows
Tagged: grid, jquery grid, jqwidgets grid, jqxgrid
This topic contains 1 reply, has 2 voices, and was last updated by Peter Stoev 9 years ago.
how to do this with jqxwindow and not alert:
$(‘#jqxgrid’).on(‘rowdoubleclick’, function (event) { var data = $(‘#jqxgrid’).jqxGrid(‘getrowdata’, event.args.rowindex); alert(“Descripcion: ” + data.descripcion + ” \n Realizado: ” + data.realizado);
});
HI famp,
You should create jqxWindow and dynamically call its “setContent” method(see how to use setContent: http://jsfiddle.net/jqwidgets/fxNU5/) to update the window’s content. You also have to call the Window’s open method to open it.
Best Regards, Peter Stoev
jQWidgets Team http://www.jqwidgets.com/
You must be logged in to reply to this topic.