hi admin
how i can show detail image in your sample
http://demos.telerik.com/aspnet-ajax/rotator/examples/gallery/defaultcs.aspx
when i mouse over that
thanks a lot
how i can show detail image in your sample
http://demos.telerik.com/aspnet-ajax/rotator/examples/gallery/defaultcs.aspx
when i mouse over that
thanks a lot
4 Answers, 1 is accepted
0
Shinu
Top achievements
Rank 2
answered on 19 Apr 2010, 09:59 AM
Hello,
One sugegstion would be attaching 'OnClientMouseOver' event to Rotator control and invoke an ajaxRequest in the handler, and pass the item index. In the RadAjaxManager1_AjaxRequest method, update the preview using same logic (after getting the item index).
-Shinu.
0
hesam
Top achievements
Rank 1
answered on 20 Apr 2010, 09:22 AM
hi
thanks for you answer
possible for you take me Sample
thanks a lot
thanks for you answer
possible for you take me Sample
thanks a lot
0
hesam
Top achievements
Rank 1
answered on 07 May 2010, 07:11 PM
hi
thanks a lot shinu
if i want use RadAjaxManagerProxy how i can do that?
thanks
thanks a lot shinu
if i want use RadAjaxManagerProxy how i can do that?
thanks
0
Hello Hesam,
You can find an example, which is similar to your goals at the following link:
http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipasformchild/defaultcs.aspx
Once you hover on item of the rotator, a tooltip (with detailed information) will appear.
Hope this helps.
Kind regards,
Petio Petkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
You can find an example, which is similar to your goals at the following link:
http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipasformchild/defaultcs.aspx
Once you hover on item of the rotator, a tooltip (with detailed information) will appear.
Hope this helps.
Kind regards,
Petio Petkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.