Jump to content

dbgrid color problem


allenchow

Recommended Posts

Yes, I see the issue

 

Please report to support portal with this testcase

 

Can you try to use this approach for now?!:

procedure TMainForm.UniDBGrid1AfterLoad(Sender: TUniDBGrid);
begin
  (Sender as TUniDBGrid).JSInterface.JSCall('view.autoSizeColumn', [0]);
end;
Link to comment
Share on other sites

I’ve found something like this:

 

Setting white-space: normal; causes rendering issues when scrolling, using ExtJS 6

 

You should set cellWrap: true on the column, as pointed out by this thread:

 

https://www.sencha.com/forum/showthread.php?205554-extjs-grid-column-text-wrap-around-auto-expand

 

Is it possible to have cellwrap implemented?

Link to comment
Share on other sites

  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...