Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
214 views
Hi,

I have a page that is using RadToolTipManager to control the tooltip for several elements on the page.  I am experiencing some inconsistencies with the height of the tooltip that is rendered.  The problem is as follows:

When I open the tooltip the first time, the height of the tooltip is one size, usually smaller than expected so that a control is cut-off at the bottom.  I close the tooltip then re-open the same one, and the height of the tooltip has increased.  The control that was cut-off before is now clearly visible.  This type of behavior is inconsistent.

I tried to set the height on the client side in the OnClientBeforeShow event, but it didn't appear to work.

Any help would be appreciated.

Thanks,

Coy 
Svetlina Anati
Telerik team
 answered on 22 Jan 2009
1 answer
111 views
Hi,

I have a RadGrid which is grouped by a particular field.
I would like to include more information in the grouping head that just one data field.  Ideally I would like the text in this grouping header to be a combionation of other datafields, which do not appear in the group below?

Is this possible?

Many thanks,

Sean Duffy,
Princy
Top achievements
Rank 2
 answered on 22 Jan 2009
2 answers
372 views
I have a grid which I have row selecting turned on. I make it appear to the user as if they are clicking on a hyperlink when they click on a row by underlining the text in the column. How can I change the mouse hover from a caret to a pointer so that it really appears as if they are hovering over a hyperlink?

Thanks,
Laura
Laura
Top achievements
Rank 1
 answered on 22 Jan 2009
1 answer
108 views
Hi,

We have started on a product portal that uses the radWindow to simulate the feel of an winform application on the web.

The Application is based on MDI.. In the first radWindow i have a radMenu, and in this window i have another window (MDI standard), when i maximize the second one, it goes on-top of the radMenu, is there any way to keep the window below the menu, or the menu on the top?

for an example please see www.netred.se/msp
i use 2008 Q3 1125 if that helps

Thanks in advance!
Svetlina Anati
Telerik team
 answered on 22 Jan 2009
1 answer
166 views
Hi,

I have a general question about event handlers and memory cleanup regarding all of your controls.

When I add an event handler, lets say I'm doing "tooltip.add_hide(...)" (Telerik.Web.UI.RadToolTip control).

Do I need do remove that handler (tooltip.remove_hide(...)) or is that taken care of by the ToolTip control itself?
Or do the ASP.NET AJAX Framework handle these things?

Regards

Svetlina Anati
Telerik team
 answered on 22 Jan 2009
2 answers
61 views
I just spent a while figuring this out so I thought I'd post it. I'm writing an iPhone web app with WebApp.net which has several styles that conflict with RadEditor due to the global styles applied by WebApp.net. After wading through the styles with Firebug I came up with this:

<style type="text/css">
        .rade_toolbar li
        {
          padding: 0;
          margin: 0;
          list-style: none;  
        }
        
        .rade_tool
        {
            overflow: visible !important;
            padding: 2px 0 0;
            margin: 0 !important;            
        }
        
        .rade_tool span
        {
            float: none !important;
        }
        
        .rade_toolbar li
        {
            background-color: inherit !important;
        }
    </style>

It works for what I'm doing with it.
Christopher
Top achievements
Rank 1
 answered on 22 Jan 2009
12 answers
179 views
"AutoFocus on Searched Keyword"

hi again, done a work around on other problems i had with treeview.. thanks to the moderators..

i have another question... if ever i search for a keyword and then if it is in the treeview autofocus will occur..

can you help me with this?

if statement  i guess? or what do you suggest?

TIA
Manoj
Top achievements
Rank 1
 answered on 22 Jan 2009
1 answer
54 views
Hi i have a Grid that is Grouped by state E.G. Overdue, Due Today, Due Tomorrow, Other Tasks that is the Order i would the groupheader to be displayed in but it's being Displayed As Due Today, Due Tomorrow, Other Tasks, OverDue.

is there a way to get it to display how i want?

James 
Yavor
Telerik team
 answered on 22 Jan 2009
2 answers
110 views
Hi,

Basically, i have noticed that when you have a modal dialog open using radopen (then maximize it) and then you open another child dialog using parentRandWindowManager.open method, the new dialog stays behind the maximized dialog.
In addition to the child dialog not showing up on top, it breaks the modal rule and allows you to interact with both child and the parent.

link removed by Telerik
Amar
Top achievements
Rank 1
 answered on 22 Jan 2009
3 answers
165 views
Below code has an example of a textbox with validator, and radtextboxes with validator.

If you run the code, and tab through the fields, the textbox skips over the validator and tabs into the next radtextbox field, however, the radtextboxes tab right into the validators. You can see a tiny little sliver where they stop. The user definitely wouldn't know what happened to their cursor. You have to tab twice to get to the next textbox.

This seems to be a bug with the radtextbox. What can be done?

    <tr> 
        <td colspan="3">  
            <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> 
            <asp:RequiredFieldValidator ControlToValidate="TextBox3" ErrorMessage="Failure" ID="RequiredFieldValidator3" 
                runat="server"></asp:RequiredFieldValidator> 
        </td> 
    </tr> 
    <tr> 
        <td colspan="3">  
            <telerik:RadTextBox ID="RadTextBox1" runat="server">  
            </telerik:RadTextBox><br /> 
            <asp:RequiredFieldValidator ControlToValidate="RadTextBox1" ErrorMessage="Failure" 
                ID="RequiredFieldValidator1" runat="server"></asp:RequiredFieldValidator> 
        </td> 
    </tr> 
    <tr colspan="3">  
        <td colspan="3">  
            <telerik:RadTextBox ID="RadTextBox2" runat="server">  
            </telerik:RadTextBox><br /> 
            <asp:RequiredFieldValidator ControlToValidate="RadTextBox2" ErrorMessage="Failure" 
                ID="RequiredFieldValidator2" runat="server"></asp:RequiredFieldValidator> 
        </td> 
    </tr> 

Thanks,

Moon

 

 

 

 

 

 

 

 

Dimo
Telerik team
 answered on 22 Jan 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?