Hi Santhoshh_hcl,
When setting the disabled
property to true this is the expected behavior.
However if you just want to disable editing you can set the editable
property of the columns and set it to false or use the setcolumnproperty
method like so:
$('#grid').jqxGrid('setcolumnproperty', 'ShipCity', 'editable', false);
Also the version that you are using is quite old and I strongly recommend to update to the latest one.
Let me know if that works for you!
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.com