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
100
Navigating to a particular tab on clicking a row or cell in a webgrid
posted

I have a UltraWebTab control and the various tabs point to different aspx pages (via TargetURL).

One of the tabs has a UltraWebGrid.

On click of a cell or a row, I would like to navigate to a particular tab.

Somehow, I don't seem to have the handle to the UltraWebTab within the DoubleClick event of the Webgrid.

 

Any suggestions on how to implement the above scenario ? Is there way to take advantage of the CSOM and do it client-side ?