Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
119 views

I have a GridView which displays a variety of tooltips. Some are row level, some are cell specific, others are on template controls within a cell.

Without the  RadToolTipManager, this works perfectly fine. The standard browser tooltip handler always shows the correct tooltip.

When I add the RadToolTipManager, the row tooltips take precedence over everthing else.

<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" AutoTooltipify="true" Sticky="true">
</telerik:RadToolTipManager>

So in the end all the other controls show tooltips correctly and all GridView row level tooltips show correctly but when a row has both cell, control and row tooltips together, the row (which is the less specific and lower precedence) tooltip always shows.

Is there a way to make this work the same way it would work normally? I want the look of the telerik tooltips and my skin but the functionality of the standard tooltip event handler for control precedence.

Svetlina Anati
Telerik team
 answered on 20 Oct 2010
3 answers
91 views

Is there a way to make a column with image draggable (when selecting the image with the mouse, and then start dragging)?

A normal GridBoundColumn is automatically draggable. But it doesn't seem to work well with other types of Columns.

I've tried a GridDragDropColumn (and increasing the image size, but unsuccessful). 

I also tried a GridButtonColumn and a GridTemplateColumn. 

Thanks,

Koen

Marin
Telerik team
 answered on 20 Oct 2010
1 answer
78 views
Hi Team,

I am using a Hierarchical grid which has dynamic columns generated at code behind,
for this the Master table and Details table both has same columns so i am making the header visible as false
for the Details table,

but the issue is the details table columns are not getting aligned properly with the
master table headers even though i give fixed and same column width for both master and details table header columns.

pls guide.

Regards.
Marin
Telerik team
 answered on 20 Oct 2010
2 answers
312 views
Hello Everyone,

I want to be able to expand the RadGrid withouth client-side event.  That way the data will flat and visible.  I looked aroun in the property and I couldn't see any option that will allow me to auto expand on page load.

Can anyone please let me know if what I am trying to do is possible and if is it how I can go about doing it?

Thanks in advance!

Abdalla
Abdalla
Top achievements
Rank 1
 answered on 20 Oct 2010
3 answers
593 views
Hi Im just new, Please give an example code on how can you capture the event when a user click the expand and get an item in the row which is clicked and then display it in the expanded panel.

Thanks!
Dimo
Telerik team
 answered on 20 Oct 2010
2 answers
190 views
Is it possible to Collapse\Expand a ListBox control? any Idea to do that?
Revathi Panneerselvam
Top achievements
Rank 1
 answered on 20 Oct 2010
4 answers
87 views
I want to highlight headers for some special days by the following way:
-for Day View structure highlight text in Day Header
-for Week View structure highlight corresponding weekly column headers
-for Month View structure highlight  date in corresponding cells.

Please advice.
Peter
Telerik team
 answered on 20 Oct 2010
1 answer
90 views
Hi!

If I put a RadToolTip in the root and also set RenderInPageRoot="true" and I have a couple of buttons inside an RadAjaxPanel in this tooltip. When I click a button in the tooltip I force update another RadAjaxPanel using: RadAjaxPanel1.ResponseScripts.Add(string.Format("$find('{0}').ajaxRequest();", RadAjaxPanel2.ClientID));

This works, it updates the second panel and the data I want is updated as well. The only problem is that the RadToolTip doesn't work for that control anymore. The RadToolTip has TargetControlID="" one of the controls in the second panel.

Another problem is if I don't use RenderInPageRoot="true" The tooltip first pops up at the bottom right of the parent div then jumps to the correct position.

EDIT: The align problem only appears when I use Animation="Slide"
EDIT: The align problem appears when using any kind of animation

Any solution to any of these problems would be great.

Regards, Jerry
Svetlina Anati
Telerik team
 answered on 20 Oct 2010
1 answer
124 views
There must be a solution for this, but I've yet to find it.

I've got an iframe filled with juicy RadTextBoxes, and I want to set their values from a javascript function in the parent frame.  How is this accomplished?

Jesse
Cori
Top achievements
Rank 2
 answered on 20 Oct 2010
1 answer
111 views
The PopUp Edit Form window disappears when I try to insert or edit my information even with validation controls in the form. What's the best way to keep the PopUp Edit Form window visible until the information entered is valid? 


I tried this but the window still closed.
            if (e.Exception != null)
            {
                e.ExceptionHandled = true;
                SetMessage("Product cannot be inserted. Reason: " + e.Exception.Message);
            }
            else
            {
                SetMessage("New product is inserted!");
            }



Thx
Shinu
Top achievements
Rank 2
 answered on 20 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?