can richTextDisplayField be used in PagingGrids

Wanted to know if there's anyway to add richTextDisplayField in Paging grids, we are in 17.2.

 

Thanks in advance,

Sindhu

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to sindhum950
    Agreed to what Carlos mentioned above, you need to switch from paging grid to editable grid, if you want to use rich text.

    And if you are planning to switch then, you should consider the following points:

    1. You need to define every single field as read only, in order to represent this similar as paging grid
    2. You need to implement custom paging, as we do not have the pagination option available for an editable grid OOTB as of now.
    3. You won't have sorting option available OOTB, hence you need to implement custom sorting (using dropdown, icons etc.. If you need that)
Children