Announcement

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

    Get actual listgrid cell content

    Hello,

    I have an application which is to present some verbose dialogs about listgrid content. Listgrids are used quite extensively with cellformatters, styling and data is derived from various data sources.

    I have trouble finding a suitable api for querying the actual (what you see in browser) cell content of a specific cell in listgrid. I have access to the records in the listgrid ofcourse but then again I would have to format the data in exact same way as the listgrid does to get the same result that is in the listgrid cell. Is there API call available to query the current actual content of listgrid cell ?

    Any help is greatly appreciated.

    #2
    Try ListGrid.getCellValue().

    Comment


      #3
      I can't find such a method. I'm using 2.5 LGPL nightly and checked the javadoc of the latest 2.5 and 3.0 LGPL nightlies with no luck ?

      Comment


        #4
        So are you referring to using JSNI to call something on ListGrid which is not available in Java API or are we missing something here ?

        Thanks,
        Marko

        Comment

        Working...
        X