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.
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.
Comment