CODEBOX
this.controls.myGridText = new KONtx.element.TextGrid({
guid:'myFirstgrid',
label: 'grid string should be displayed',
styles: {...},
}).appendTo(this);
The above code defines a simpe TextGrid in createView method in the sideBarView Class. However, in the actual sidebar, it doesn't show the textgrid.