Hi guys,
I attach some event handlers on InitializeRow (using +=) and I would like to unsubscribe them (by -=) when the row is unloaded ...something opposite to initializeRow...
Please, tell me, is there an event for a porpose of this kind?
Alin
Hi Alin,
We don't expose any events on the row. Are you doing this on your data Object?
Also, we don't have an unloaded event for a row.
Perhaps you can describe what you're trying to do, and i can help you come up with a way to achieve it.
-SteveZ