Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
92 views
Hi,

i want to show a tooltip per field editor in my RadFilter.

Although i have set the Tooltip it is not showing.
CustomRadFilterDropDownEditorPure tmp_drop_down_field = new CustomRadFilterDropDownEditorPure();
tmp_drop_down_field.ToolTip = some_variable_with_text;

Markupcode is:
<telerik:RadFilter Skin="WebBlue" Width="100%" ID="RadFilter1" runat="server" ShowApplyButton="false"
AllowFilterOnBlur="True" OnPreRender="RadFilter1_PreRender"
OnFieldEditorCreating="RadFilter1_FieldEditorCreating"       
CssClass="RadFilter RadFilter_WebBlue" Culture="de-DE" ExpressionPreviewPosition="None" Visible="true">
</telerik:RadFilter>

Do you have an idea whats causing the problem?

Best regards
Jannis
Kostadin
Telerik team
 answered on 11 Nov 2013
7 answers
204 views

If you go to the RadScheduler Web Service demo on the Telerik website, one of the things that you will be able to observe is the Height of each appointment "node" that appears within the scheduler. Obviously, the Height of each appointment represents the start time / end time of the specific appointment. For example, the Height of the Strategic Planning appointment for Monday the 30th visually depicts a start time / end time of 10am - 11am. Compare this, for example, to the Height of the all day appointments listed for Thursday the 2nd.

In the upper-right of the scheduler are the different views (Day, Week, Month, Timeline). This demo defaults to Week view. If you click Timeline to change the view, notice that the start and end times are no longer included in this view, and all of the appointment "nodes" have the same Height.

Is there a way to specify or change the Height of the appointment nodes that appear in Timeline view?

Thank you,
Steven

Plamen
Telerik team
 answered on 11 Nov 2013
1 answer
88 views

I don't know what i am doing wrong but every time i download and use the telerik upgrade wizard to upgrade a project it has never worked. I have always had to fiddle with things to get it work. Is this seriously so complicated it has to break my projects every time?? Not happy.

See attached.

 

Shinu
Top achievements
Rank 2
 answered on 11 Nov 2013
1 answer
142 views
Dear Telerik,
I just create a new RadControls Website with RadCompression Enabled.
But if u turned off RadCompression the size of Telerik.Web.UI.WebResource.axd will be the same and the load time also (tested on Fiddler and Firebug)

Am I missing something ?
Maria Ilieva
Telerik team
 answered on 11 Nov 2013
2 answers
148 views
Hi,

When I use the RadTimePicker, OnSelectedDateChanged will be fired when:

- Clicking on the clock after the time textbox
- Using cursor keys to change the time and change the focus to another control

It will NOT be fired when only using the cursor keys and leaving the focus on the timepicker.
I would like to use this to calculate a duration between a begin and end time.

If this is not possible, how can I do this on the client?
Calculate the duration between 2 timepickers and put the result in another timepicker.

Thanks,
Egbert
Egbert
Top achievements
Rank 1
 answered on 11 Nov 2013
3 answers
134 views
Hi

For our site I use the Metro Skin, however for certain buttons I want to overwrite the Background color. I am able to do this except for when the button is pressed. I created a CSS class and used the PressedCssClass but it doesn't do anything. Here is my code

<td align="right" height="30">
        <telerik:RadButton ID="RadButton3" runat="server"  ButtonType="LinkButton" OnClick="orderupdate_Click" PressedCssClass="buttonpressed" HoveredCssClass="buttonpressed">
        </telerik:RadButton
</td>

and the CSS class

.buttonpressed {
    background-color: #000000 !important;
   }

thank you
Danail Vasilev
Telerik team
 answered on 11 Nov 2013
10 answers
194 views
I am after similair functionality as this demo example for combobox:

http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx?product=combobox

Is there anyway to close the control after a selection has been made after the first level in the tree?
Peter Filipov
Telerik team
 answered on 11 Nov 2013
9 answers
480 views
I'm currently using a RadComboBox with a RadTreeView to accomplish the same thing this new control does.  So, logically, I'd like to replace what I am using now with the RadDropDownTree.  Unfortunately I can't figure out how to do some of the client-side stuff I'm doing with the other controls.  For now I just need to expand or collapse the dropdown.  could someone point me to where that's documented?  I couldn't find it in the online docs...

Also, since I'm here, keyboard control is spotty so far.  Once I click within the dropdown tree I can then go up and down to select different nodes, but if I tab to the control and then hit the down arrow nothing happens.  It requires two mouse clicks to begin keyboard control.  Am I missing something?

Thanks!
Peter Filipov
Telerik team
 answered on 11 Nov 2013
1 answer
78 views
Hello !
It's possible to use RadBinaryImage and InfiniteScroll ? or in other words, load image client-side ?
Not add image url (otherwise the image is not resize) but add the "Telerik.Web.UI.WebResource.axd?imgid=423e8ea1c0c54bf49213ea52a8f45ea6&type=rbi"
Thank you
Manu

Vasil
Telerik team
 answered on 11 Nov 2013
3 answers
779 views
Hello,

I want to use a CustomValidator for a RadTextBox. The RadTextbox is inside an asp:Panel which is ajaxified with the RadAjaxManager. I have a CustomValidator with a ClientValidationFunction and ValidateEmptyText="True". However, the client side validation function is never called. 

Below is the code extract from the control and validator. Note that the RequiredFieldValidator (again inside the Panel) works fine. Note that I am using Q3 2013

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
    <telerik:RadAjaxManager ID="RadAjaxManager2" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="btnSubmit">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="Panel1" UpdatePanelCssClass="" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" Runat="server">
    </telerik:RadAjaxLoadingPanel>
    <telerik:RadFormDecorator id="FormDecorator1" runat="server" DecoratedControls="All" Skin="Metro"></telerik:RadFormDecorator>
    <asp:Panel runat="server" ID="Panel1">
    <table>
    <tr>
            <td class="auto-style5">
                <label>Father's Name:</label>
            </td>
            <td style="width:100px">
                <telerik:RadTextBox ID="txtFathersName" Runat="server" EmptyMessage="Father's Name" LabelWidth="64px" Resize="None" Width="160px" DisabledStyle-BackColor="Silver">
                </telerik:RadTextBox>
            </td>
            <td><asp:CustomValidator runat="server" ID="CustomFieldValidator1" ControlToValidate="txtFathersName" ClientValidationFunction="RequiredIfPhysical" ErrorMessage="<img src='images/Exclamation.png' Title='Required Field'/>" ValidateEmptyText="True" Display="Dynamic" ></asp:CustomValidator>
                </td>
        </tr>
        <tr>
            <td class="auto-style5">
                <label>City:</label>
            </td>
            <td class="auto-style6">
                <telerik:RadTextBox ID="txtCity" Runat="server" EmptyMessage="City" LabelWidth="64px" Resize="None" Width="160px" Wrap="False" CausesValidation="False">
                </telerik:RadTextBox>
                 
            </td>
            <td><asp:RequiredFieldValidator ID="RequiredFieldValidator1" ControlToValidate="txtCity"
                    runat="server" ErrorMessage="<img src='images/Exclamation.png' Title='Required Field'/>" Display="Dynamic" ></asp:RequiredFieldValidator></td>
        </tr>
        </table>
    </asp:Panel>    
Further below there is also the javascript validator:


<telerik:RadCodeBlock ID="RadCodeBlock2" runat="server">
        <script type="text/javascript">
            function RequiredIfPhysical(sender, args) {
                var chkBoxPhysical = $find("<%=rdBtnPhysical.ClientID%>");
                chkBoxPhysical = $telerik.toButton(chkBoxPhysical);
                if (chkBoxPhysical.get_checked()) {
                    if (args.Value == "") {
                        args.IsValid = false;
                    }
                    else {
                        args.IsValid = true;
                    }
                } else {
                    args.IsValid = true;
                }
            }
        </script>
</telerik:RadCodeBlock>



Shinu
Top achievements
Rank 2
 answered on 11 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?