Forums

Forums / Developing Portals / Is it possible to display a a Text on a sub grid when an item is undefined

Is it possible to display a a Text on a sub grid when an item is undefined

Thread is closed for posting
2 posts, 0 answered
  1. Krishna Hari
    Krishna Hari avatar
    65 posts
    Registered:
    05 Dec 2019
    30 Apr 2020
    Link to this post
    I am displaying a grid which has some records coming as undefined and hence showing as null. is it possible to change to show it as "Undefined"

  2. Andre B
    Andre  B avatar
    16 posts
    Registered:
    10 Mar 2020
    07 May 2020 in reply to Krishna Hari
    Link to this post
    Hi Krishna,

    Thank you for your question. To achieve this, you would have to search for these records in the kendo grid and programmatically update the data/column. You can review the documentation below as a guide to understanding how the kendo grid and DataSource property works. 

    kendo.ui.Grid - https://docs.telerik.com/kendo-ui/api/javascript/ui/grid
    DataSource - https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/datasource

    If you need further assistance with this task, you can contact TPC Support at support@crmportalconnector.com.
2 posts, 0 answered