This is a migrated thread and some comments may be shown as answers.

Access Keys with CustomSiteMap Provider

1 Answer 58 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Brenton
Top achievements
Rank 1
Brenton asked on 26 Jun 2008, 02:28 AM
Hello,

I know how to set Access Keys if the tabs are hard coded into the application.  However, I need to be able to set them from a property in our sitemapfile.  Is this even possible?

A sitemap node might look like this:

<

siteMapNode url="~/Forms/Anon/frmLogin.aspx" title="Login" description="Login to the Application" accesskey="a" />

I was thinking it might be in expressions or custom databinding but I cannot find it anywhere.

Thanks
Brent

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 26 Jun 2008, 09:49 AM
Hello Brenton,

To set additional properties or overwrite already populated fields, use the TabDataBound event. For details on the matter please refer to this help article.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Brenton
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or