In all webdata grids in the application division lines break at the border between the header and the actual data columns.
please see attachemnt.How can i correct the alignment between header and data columns in the infragistics web data grid?
Hi,
There is no HeaderCaptionCssClass used in grid. I have used only Header-CssClass.I tried to remove pading using developer tools of the browser.But it does not make any difference.Also all the data columns have CssClass. pading removed for these columns using developer tools of the browser.I could not see any change in the UI.
Thanks,
Albert
Hello Dhaval,
If you inspect the header element through the developer tools of the browser, you can see that it has an inline width style set and in addition also the HeaderCaptionCssClass has a padding property which causes the border offset towards the rest of the columns. In this case I suggest to use the CssClass property to every column and set its width to that equivalent with the header. For your reference is attached a sample which demonstrates similar scenario. If you have any further questions, please feel free to contact me.
Sincerely,
Tsanna
.zip file attached.
Please attach the screenshot in a .zip file in order to be displayed correctly.
Hi Please find the attached screenshot