Hi,
when I enabled toolbar, grid editing stopped working. I removed my rendertoolbar function, but only showtoolbar:true seems to break it.
Any ideas?
$('#jqxAjaxGridOrder').jqxGrid({source:dataAdapter,theme:'classic',editable:true,altrows:true,columnsresize:true,columnsreorder:true,autoheight:true,selectionmode:'singlecell',editmode:'dblclick',width:'100%',virtualmode:true,showtoolbar:true,pageable:true,filterable:true,showfilterrow:true,sortable:true,rendergridrows:function () { return dataAdapter.records; }...
All the best,
Alex