Jump to content

dbgrid rows not aligned


jahlxx

Recommended Posts

Hi.

 

when have a dbgrid, paged, and have a column locked, this hapens (see attached image):

 

the field of the locked column, ans its corresponding row, are not aligned horizontally.

 

any idea?

 

thanks.

 

post-4123-0-90783400-1501156355_thumb.jpg

Link to comment
Share on other sites

Only this, and checked removing it, with the same behaviour.

 

.x-grid-with-row-lines .x-grid-td {
   border-color: black;
}

.x-grid-with-col-lines .x-grid-cell {
   border-color: black;
}

.x-grid-cell-inner {
    white-space: nowrap !important;
}

.x-datepicker-highlight {
    background: #FFA500 none repeat scroll 0 0;
    border-color: #bfa52f;
}

.x-datepicker-highlight-prevnext {
    background: #fff4bf none repeat scroll 0 0;
    border-color: #bfa52f;
}
 

 

I think that coud be due to the navigation bar.

Link to comment
Share on other sites

ok.

 

I've isolated the problem.

 

the problem is when changing column width in run time. if the width assigned is not enough for a column locked for the theme used, the behaviour is like in my first post.

Link to comment
Share on other sites

  • 8 months later...

Hi all.

 

Migrating to extjs 6.5, I find some problems with inidbgrid.

 

This issue, appears again, and there is no solution increasing the column size.

 

I attach a image.

 

It seems that the not locked columns, have a little pad or margin, and the not locked zone has a little more height than the not locked zone.

 

Tested wih some themer and without custom css.

 

I have posted in support portal, but post here too. Perhaps someone have already solved this.

 

Any idea?

 

Thanks.

post-4123-0-89438500-1524158053_thumb.png

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...