
I’m using DOJO v1.7.2. I’ve created Datagrid in Dialog widget declaratively.
I’ve included needed styles and JS to my page.
So I’m getting design issue what is in attached image.
I found using Firebug that some element, which have “dojoxGridMasterHeader” class, have custom element style.
In my case: display: block; height: 61px;
Where is it taken from? And how fix it?
I resolved this issue.
This problem is that I have my custom style. It is for me:
And before DOJO begin to parse I must change this style(change all
marginandpaddingto0pxor remove) for DOM elements such astableandtable td, may be also fortable th(I didn’t try in this case).I think DOJO creates element with “dojoxGridMasterHeader” class and set him style which is calculated on base of my custom style.