Adding richtextfield (custom component) inside a grid

We have a richtextfield as an input and saving the generated (html) text in the db,

basically we want to show the styled text inside a grid but when we tried it, 
this error was encountered

Interface Definition: Expression evaluation error at function a!gridLayout [line 13]: A grid layout component [label=“”] has an invalid value for “rows”. The row layout at index 1 contains a component that is not supported in the grid layout. Received CertifiedSAILExtension

is there any workaround for this?

Help would be much appreciated
Thanks!

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to aristotlem0001

    I don't think a!gridLayout has any support for custom components or is likely to ever have such support.  You might want to investigate 19.2 release notes to see if that out of the box richText on gridLayout meets your requirements.

    If it doesn't, you'll likely have to construct a custom grid component to support your custom rich text, which seems like it would be a monstrous amount of effort, especially for the given reward.