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

Tooltipified RadGrid

1 Answer 47 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Bruce Lam
Top achievements
Rank 1
Bruce Lam asked on 12 Nov 2009, 09:19 AM
 private void UpdateToolTip(string elementID, UpdatePanel panel)
        {
            Control ctrl = Page.LoadControl("ProductDetails.ascx");
            panel.ContentTemplateContainer.Controls.Add(ctrl);
            ProductDetails details = (ProductDetails)ctrl;(Here)
            details.ProductID = elementID;
        }


I dont know where ProductDetails is. please help me to do this . i'm doing Tooltipified RadGrid . Thanks

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 12 Nov 2009, 10:43 AM
Hi lam,

ProductDetails is the user control which loaded in the tooltip. You can see the ascx code here:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx

by clicking the correspondiong tab of the code viewer.


When you install RadControls, our online examples projects are automatically installed on your computer and you can not only examine their full source code, but also extend them further in order to meet your requirements.

You can open the demos from here:

Start\Programs\Telerik\RadControls for ASPNET AJAX\Open Sample WebSite In VisualStudio

The actual location on your hard disk is the following one:

C:\Program Files\Telerik\RadControls for ASPNET AJAX \Live Demos

I hope that this information is helpful.



Sincerely yours,
Svetlina
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.
Tags
ToolTip
Asked by
Bruce Lam
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or