Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    CSS styles for print preview

    Hi!

    I've got a ListGrid in which I defined some custom styles via getBaseStyle for one column. When I open the print preview my defined styles for this column are gone.
    Is there a way to adapt my style also for the print preview? I found a CSS class called .printCell but it doesn't have any effect. Unfortunately there is no description for printing in the docs.

    Thanx in advance!

    #2
    These are underdocumented at the moment, sorry. However, if you are adventurous, there's quite a bit of documentation in the source that is unlikely to change in a drastic way. Start with the docs in Canvas.js (search for printing).

    Comment

    Working...
    X