[SOLVED] DataGridView LinkColumn and CellFormatting

Answered Closed
0
0

Hi,

LinkColumn:

If column is a LinkColumn, foreground-color remains gray. To change it to another color, I did:

ThemeBuilder -> Table Link Cell -> Cell ->Properties. Add “textColor = SteelBlue”. It shows up in ThemeBuilder but at runtime, the “textColor” only changes when mouse is hovered and returns to gray when mouse is moved out of the cell. I was expecting that it will always be SteelBlue.

CellFormatting Event:

Event is fired but doesn’t change formatting until after I refresh the browser (IE, Chrome, Firefox, Edge). And it changed all the columns after the specific column I wanted changed.

Please see attached sample.

Build 1.2.22.0

Thanks.

 

  • You must to post comments
Best Answer
0
0

Cris,

logged as WJ-7431, fixed in build (1.2.25).

Can you please retry ?

Thanks,
Frank

  • You must to post comments
0
0

Hi Cris,

The size modes are still not completely implemented. They will be gradually updated in the upcoming builds.

Best,
Luca

  • You must to post comments
0
0

Hi Frank,

LinkColumn and CellFormatting are now fixed but noted other issues though.

If column.headertext is wider than the column width, the header text  seems truncated as shown in the attached image and affects the horizontal alignment…

Also, can’t resize the height of the column header even the ColumnHeadersHeightSizeMode is set to EnableResizing but can still resize row width even if the RoHeadersWidthSizeMode is set to DisableResizing.

Thanks.

  • You must to post comments
0
0

Sorry this issue is taking a while. Working on it.

  • You must to post comments
Showing 4 results