Categories | Question details Back To List | ||
dhtmlx_extgrid.js issue Hi i downloaded the dhtmlx_extgrid.js from ... on running it throws an error mygrid1.enableMercyDrag is not a function
file1.jsp()()file1.jsp (line 81) mygrid1.enableMercyDrag(true);
file1.jsp
var grid1 = new dhtmlXGridObject('gridbox1'); grid1.setImagePath("../../codebase/imgs/"); grid1.setSkin("light"); grid1.enableMercyDrag(true); grid1.enableSmartRendering(true); grid1.enableDragAndDrop(true); grid1.enableMultiselect(true) grid1.init(); grid1.loadXML("../../505.xml"); grid1.attachEvent("onXLE",function(){ if(mygrid1.getRowsNum()==0){ grid1.clearAll(); grid1.loadXML("../../505.xml"); }});
Answer posted by Support on Oct 23, 2008 02:23 enableMercyDrag method is included only into PRO edition and be used only you have the license. So, if you have, please, contact us at the support@dhtmlx.com, provide your ref.number and we will send you the latest version of this functionality. |