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

navigateurl

2 Answers 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
cognos s
Top achievements
Rank 1
cognos s asked on 05 Oct 2009, 01:52 PM
I would like to append the id property to navigate url property. the id property should be dynamic. how can i do this.
navigateurl = "http://www.telerik.com?id=1? something like this.

I am trying to append the id property like this...but it doesnt work.

navigateurl = http://www.telerik.com? & "<% id %>". id property is declared on the server side.

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 06 Oct 2009, 07:24 AM
Hi cognos s,

You could use the client-side API for that purpose (radopen() / setUrl()). A sample implementation is available here.

Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
cognos s
Top achievements
Rank 1
answered on 06 Oct 2009, 01:21 PM
Thanks Tunev
Tags
Window
Asked by
cognos s
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
cognos s
Top achievements
Rank 1
Share this question
or