Re: updatepanel

pinTab

updatepanel


devnutmike 08-21-2007, 9:10
pintab doesn't seem to remember the tab that was selected when it is inside an updatepanel. After the postback it always has the first tab selected regardless of which tab was selected. Does pintabl work with the updatepanel and partial page rendering?

Re: updatepanel


Pintexx Support 08-22-2007, 11:27
Hi,

I'm sorry to say that this is not supported.

Regards,
Hans-Peter

Re: updatepanel


AndrewC 09-11-2007, 8:43
Any plans to support it in the near future? It's really nice to see only part of the screen refresh when you hit a tab. Problem is, of course, that only the first is accessible!

The usual problem with 3rd-party controls is the way they render script to the page; they need to be switched to check for the presence of the new ScriptManager, and, if it's present, to use it instead of the ClientScriptManager to write script to the page. If that's the issue with PinTab, then it should be pretty quick to change it.

So- any plans?

Thanks,

-Andrew

Re: updatepanel


AndrewC 09-11-2007, 8:46
Arrgghh! It's really annoying that you can't edit or delete your posts on this forum!!

That should have been, "...only the first TAB is accessible..."


-Andrew

Re: updatepanel


Pintexx Support 09-12-2007, 4:53
Hi,

I think this is a design issue.
pinTab has been primarily not designed for postbacks because you load entire pages and you can initiate a postback for each tab page or access fields of a tab page.

Regards,
Hans-Peter