Hide Grid Column in 6.x ExtJS Sencha Modern Grid
Hide Grid Column in 6.x ExtJS Sencha Modern Grid use Painted-Event
Written by Super User on . Posted in Sencha/EXTjs
Hide Grid Column in 6.x ExtJS Sencha Modern Grid use Painted-Event
onMyGridPainted: function(element, eOpts) { //hide grid column Modern Grid var gridCmp = Ext.getCmp('myGrid'); var column = gridCmp.getColumns()[0]; column.hide(); }
Written by Super User on . Posted in Sharepoint
Open Power Shell Console with admin-rights (by right clicking) on Sharepoint Server
Add-SPSolution "c:\temp\customtemplates\PrjTemplSP.wsp" Install-SPSolution -Identity PrjTemplSP.wsp -GACDeployment -Force
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.