jquery - How to hide & disable Expand/Collapse button of JqGrid GroupingView -
i new jqgrid, using groupingview functionality of jqgrid. shows collapse/expand button each group & on click of it hides/shows grouped items inside it. want hide & disable collapse/expand button. please find jsfiddle link http://jsfiddle.net/564rp/25/
please me. in advance...
enter code here
you can hide collapse / expand button adding below script @ bottom of document.ready function :
$(document).ready(function() { ... code .. ............... $('.tree-wrap-ltr').hide(); });
Comments
Post a Comment