Hello,
I have two WebGrids, and each has a call to their own InitializeLayout event (this is server side events, not ClientSide events)
the first grid on the page is calling its InitializeLayout fine, but the 2nd grid, even though the event is wired up to it, is not having its InitilizeLayout event called...
can you not have two separate InitializeLayout events called from two separate WebGrids on the same aspx page?
Thanks