Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • djscorch 67 posts 106 karma points
    Feb 08, 2012 @ 16:11
    djscorch
    0

    Is there a way to open a specific tab when clicking a content node?

    I have a custom datagrid on a tab, I want to click on a cell and open that row in a detail view. My plan was to put something in the querystring for the iFrame, but it reloads the content node with the first tab displayed.

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Feb 08, 2012 @ 16:30
    Tom Fulton
    0

    Your best bet might be to stick your controls inside an UpdatePanel so the entire page doesn't need to reload.

    If not you can look at this thead, I did something similar but maybe not exactly what you are asking.  I also saw another thread recently with a similar approach but can't seem to find it

    HTH,
    Tom

  • djscorch 67 posts 106 karma points
    Feb 08, 2012 @ 18:53
    djscorch
    0

    Yeah you confirmed my suspicions. That's the route i've headed down...

    Cheers for the help :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies