HI, I followed exactly same as you specified in the document. But I still getting below error. In my bundle I added dependency as <dependency> <!-- jsoup HTML parser library @ http://jsoup.org/ --> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactI...
Hi, I tried this option and still columns are not locked. My code. In Translator.js. I changed below method. var cmCfg = { // specify any defaults for each column defaults: { width: 120, sortable: true, renderer: toolTipRenderer }, col...
kautuksahni wrote... Hi Kumar Yadanaparthi Please find below the code snippet doing as you stated. //java script code when your ExtJS library is loaded Ext.onReady(function() { var columns = [ { text : 'Column 1', dataIndex: 'column1', loc...