I have a transformResponse override in which I update IE's status bar message to reflect the number of rows fetched. This generally works if I only have one listgrid on the screen but if I have a dialog with another listgrid and fetch is happening for both listgrids, I want to make sure that the message displayed is with regards to the listgrid in the dialog and not the listgrid in the background. I'd like to figure this out within transformResponse but I only have dsRequest,dsResponse and the dataSource - Is there a function I can call to determine which listgrid this dataSource belongs to?
Announcement
Collapse
No announcement yet.
X
Comment