Announcement

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

    ListGrid does not display CLOG column data in Grid column

    Hi,

    We use H2 DB for our project , developed in SmartGWT 2. Hibernate is used to get data using our custom Datasource and displays in ListGrid cells.

    But we have a table column with CLOB type. The data is displayed as
    "org.hibernate.lob.SerializableClob@149fd76" in ListGrid column, not the actual content of the table column.

    How to show the content of CLOB file data in list grid cells. kindly advise.

    Thanks,
    Arul

    #2
    What's in the CLOB? Use "imageFile" if it's an image.

    Comment


      #3
      Just a text data something like,

      Date:announcementDate:Y, Ex Date:exDate:N, Effective Date:effectiveDate:N, Record Date:recordDate:N,....


      For your info, There is no bean used for populating the grid. Instead we have custom DataSource uses JSobject to create ListGridRecord,

      Please see the attached piece of code.

      Thanks,
      Arul
      Attached Files

      Comment


        #4
        Sorry, not clear on the context. Is this based on SmartGWT Pro/EE with the HibernateDataSource, or something else entirely?

        Comment

        Working...
        X