Hi, I'm trying to add a little optical interaction to my list with JQuery, but I ran face first into a wall.

I am trying to blend a column into view, when a cWebColumnButton gets pressed and blend the same column out again, if the cWebColumnButton gets pressed again (blending in and out a delete cWebColumnButton for the row essentialy).
I got that to work, but my problem is, it only works, as long as I don't refresh the list after I opened the view.

Right now I'm using "Send ClientAction" in the OnShow of the view, to activate a javascript function, that then adds the JQuery events and functions, but if I refresh the grid, all the buttons that had the JQuery added to their events get destroyed and created anew from the list.

Where could I hook in to add the JQuery functions to the newly created Buttons?