Announcement

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

    Help in list Grid !

    Hi, I want to call a function right after agrid is rendered, redrawn, Example : after initial render, and right after a sort is done, or list is fetched after a criteria ....
    Also , I would need the current grid data ( ofcourse I can get that by calling grid.data)

    how to do it best? or which function can be overridden ... for this...

    Thankyou
    Last edited by Stem; 4 Jan 2008, 06:52.

    #2
    Hi Stem,

    You could observe() grid.body.redraw(), but I doubt that's the best solution. What are you trying to do, from an end user's perspective?

    Comment

    Working...
    X