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 ?