Hi,
Below is my code. show/hide loadelement does not work. I can remember that it was working few days back when i was testing some features to implement.
but today when i try to implement it does not work. i saw the blogs and followed the same procedure but still it does not work.. canu pls suggest?
var localizationobj = {};
localizationobj.loadtext = “Processing”;
$(“#anaGrid”).jqxGrid({
theme:’arctic’,
width: ‘90%’,
source: dataAdapter,
showfilterrow: true,
/*columnsresize:true,*/
filterable: true,
selectionmode: ‘multiplecellsextended’,
localization: localizationobj,
columns:
[
{ text: ‘Fa’, filtertype: ‘textbox’, filtercondition: ‘starts_with’, datafield: ‘fa’, pinned:true, width: 30 },
{ text: ‘OT’, filtertype: ‘textbox’, filtercondition: ‘starts_with’, datafield: ‘ot’, pinned:true}
]
});
$(‘#anaGrid’).jqxGrid(‘showloadelement’);