Forum Discussion

ResmiKR's avatar
ResmiKR
New Contributor III
6 months ago

How to Override Getdatacell

Dear Community,

How can we override the GetDataCell method in rows?

In columns, I have a Ud8 member with V#Annotation(which pulls text1 property from Entity). In the screenshot below, the rows displaying "ROW" and "OTHER" are not using the GetDataCell method in rows. However, the rows with " - " are using GetDataCell in the row member filter. I attempted to override the method, but Getdatacell is not being overridden. How can I display text in those rows?
I need to display the text1 property in those columns.

 

  • T_Kress's avatar
    T_Kress
    Contributor III

    You should be able to either use a column override and only put the getdatacell on the rows for which you want it, in the column overrride.  Or use row overrides on the rows where you do not want it. 

    Have you tried various row or column override methods?

    • ResmiKR's avatar
      ResmiKR
      New Contributor III

      Hi, 

      Thanks for it. But I tried both overrides. Since getdatacell is in row member filter it is not getting override. If I override by getdatacell, it is returning integer values. But my requirement is it should return string. That is, U8 should extract the text property and display it using V#Annotation. 

      • WillVitale's avatar
        WillVitale
        Contributor

        Hello,

        Did you find a solution to this? I am also having an issue to override a GetDataCell.