Hide Grid Column in 6.x ExtJS Sencha Modern Grid
Hide Grid Column in 6.x ExtJS Sencha Modern Grid use Painted-Event
1
2
3
4
5
6
7
8
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