Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
InitializeLayout not being called for 2nd WebGrid on aspx page...
posted

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