Forum Replies Created
-
Author
-
November 12, 2013 at 5:52 am in reply to: Search by filter vitualmode Search by filter vitualmode #32441
Mean i can’t export all data of table in VirtualMode ??? maybe have another way to do it. I have a large data . Don’t use virtualmode my page load very slow ~4s and ~1.5s with VirtualMode. Help me please
November 12, 2013 at 5:09 am in reply to: Search by filter vitualmode Search by filter vitualmode #32439okay. can you help me export all data in table in vitualMode. gridview only export current page
i had fix it thanks and sorry because Bother you
Uncaught jqxGrid: Missing reference to jqxdata.export.js!
a.extend.exportdata
a.jqx.invoke
a.jqx.jqxWidgetProxy
(anonymous function)
x.extend.each jquery-1.10.2.js:657
x.fn.x.each jquery-1.10.2.js:266
a.fn.(anonymous function)
(anonymous function)
x.event.dispatch jquery-1.10.2.js:5095
v.handle jquery-1.10.2.js:4766everything in inspect element
October 23, 2013 at 7:57 am in reply to: Export data from json data Export data from json data #31240can u help me peter? thank u so much
October 23, 2013 at 5:16 am in reply to: Export data from json data Export data from json data #31226i can do this but i dont want have gridview . i want export direct json
October 22, 2013 at 7:20 am in reply to: Export filter search to CVS Export filter search to CVS #31167awwwn my bad, it work before i asked . thank u so much bro
October 18, 2013 at 11:12 am in reply to: How to insert 2 button in 1 cell jqxgrid How to insert 2 button in 1 cell jqxgrid #31008var dataAdapter1 = new $.jqx.dataAdapter(source1);
var cellsrenderer = function (row, columnfield, value, defaulthtml, columnproperties) {
return ‘pausecancel’;
};
$(“#jqxgrid_active”).jqxGrid(
{
source: dataAdapter1,
theme: theme,
ready: function () {
},columnsresize: true,
width: 1000,filterable:true,
showtoolbar:true,
//editmode:’dblclick’,
//selectionmode: ‘checkbox’,// show check box in first collumn
altrows: true,
// status bar—————————————columns: [
{text : ‘AgentParameters’, datafield: ‘AgentParameters’},
{ text: ‘JobID’, datafield: ‘JobID’},
{ text: ‘Status’, datafield: ‘Status’},
{ text: ‘Action’, datafield: ‘Action’,cellsrenderer: cellsrenderer, width: 120, editable: false },
{ text: ‘ErrorMessage’, datafield: ‘ErrorMessage’},
{ text: ‘CreatedOn’,datafield: ‘CreatedOn’},
{ text: ‘EndedOn’, datafield: ‘EndedOn’}]
});
$(‘.btnpause’).buttonclick(function(){
alert(‘had click pause’);
});
$(‘.btncancel’).buttonclick(function(){
alert(‘had click cancel’);
});
i try use event click of 2 button but not work. can you help me
thank again broOctober 18, 2013 at 10:47 am in reply to: How to insert 2 button in 1 cell jqxgrid How to insert 2 button in 1 cell jqxgrid #31003it work thank very much bro
-
AuthorPosts