Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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.

  • 8 months later...
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...