I have a layout cell with a grid inside, the grid is defined as {view:“grid”, id:“xxxGrid”, header:true, height:270, width:945, fields:[ {id:“field1”, label:“label1”,width:30}, …], datatype:“json”, url:“mtaListDefautsTable.do”}, the grid is displayed but without borders, i need the borders to separate the grid from the rest of the content in the page, i tryied with css but i was unable, Is there any property for showing borders?
My grid is larger than the layout cell, then the bottom border is not shown, and there is another element in the left so the grid is not in the left limit of the window
Please provide full code, normally border is generated by layout, and any component in layout’s cell must have one.
Here is my code
I attached the resulting page.
If i dig in the generated dom i found the element:
change
{ view: ‘layout’, type:“clean”, cols: [
to
{ view: ‘layout’, type:“line”, cols: [