Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
140 views
Hi,

My Scenario is , I have a RadList box with Checkboxes="true" property and a button . If user click on button with out check any item from the radList box then I have to show an error message. For this I used Custom Validator function and Specified Same validator Group name for CustomValidator and Button. But this Custom Validator function is executing by check/Uncheck the Items in the RadList Box.

My Code Snippet is :-

function Is_Event_selected(sender, args) {

 

debugger;

 

var lstbox = $find("lstEvents");

 

var chkedItems_Count = lstbox.get_checkedItems().length;

args.IsValid = chkedItems_Count > 0;

}


<div>

 

<asp:CustomValidator ID="CV_lstEvents" runat="server" ValidateEmptyText="true" ClientValidationFunction="Is_Event_selected"

 

ControlToValidate="lstEvents" ErrorMessage="please Select Items(s)" ValidationGroup="Event_Group_Validation">

 

</asp:CustomValidator>

 

<telerik:RadListBox ID="lstEvents" runat="server" Width="100%" MaxHeight="225px"

 

CheckBoxes="true" AutoPostBack="false" EmptyMessage="Select Event" CausesValidation="false" >

 

<Items>

 

<telerik:RadListBoxItem Text="Ajax Controls" Value="0" />

 

<telerik:RadListBoxItem Text="BI Controls" Value="1" />

 

<telerik:RadListBoxItem Text="SilverLight" Value="2" />

 

<telerik:RadListBoxItem Text="KenDo UI" Value="3" />

 

</Items>

 

</telerik:RadListBox>

 

<asp:Button ID="btn" runat="server" ValidationGroup="Event_Group_Validation" />

 

</div>

Jayesh Goyani
Top achievements
Rank 2
 answered on 23 Jan 2013
3 answers
127 views
Hi ... I'm trying to put in a confirmation popup when a user tries to move from a tab to a different one - the popup box is mainly to ask if they want to save their data or not or cancel the tab move. A code snippet is below (my company is still on the classic RadTabStrip - RadTabStrip.Net2):

var tabConfirmResult;
 
 
function onClientTabSelecting(sender, eventArgs) {
 OpenConfirmIfIsDirty('MilestonesTab', clientJobTabCallback); // Displays the radconfirm
 if (tabConfirmResult == 'cancel') {
     return false;
 }
}
 
 
function clientJobTabCallback(radWindow, returnValue) {
 tabConfirmResult = radWindow;
 if(radWindow=='cancel') {
     return;
 } else {
     if (radWindow == true) {
         // Do processing here for Save.
     }
     return;
 }
}


The problem is that after calling on the 'OpenConfirmIfIsDirty' function, the code goes straight to the next lines, finishes this function and goes to the next tab while the radconfirm page is still displayed in the foreground.

How do I make it wait for the user to click on the radconfirm popup?



Kwok (Andrew)
Top achievements
Rank 1
 answered on 22 Jan 2013
4 answers
69 views
This is not life or death but I was wondering if it was possible to control the orientation of individual ticks on a RadSlider.  (The RadSlider itself has to be oriented horizontally.)

For example, I have one displaying a range of years so instead of displaying '2012' I'd like it to display
2
0
1
2.

Thanks.
Boris
Top achievements
Rank 1
 answered on 22 Jan 2013
5 answers
256 views
I'm wondering if I'm missing something basic.  I've just roughed out an ascx that contains RadTextBoxes, a RadDatePicker, a RadListBox, and an Asp.Net Repeater that contains RadButtons. 

An instance of the control has been hard-coded into a page inside a RadPane.  (Part of a page with multiple SplitterBar sections.)
As yet I've done no real coding with it, server or client side.

The reason I've posted is primarily because the RadDatePicker popup doesn't appear to be working, at least not consistently.  

Also, while the textboxes appear to allow input, most of the controls on the page appear to have a pair of tiny parallel diagonal lines at the far right hand bottom corner.  

Further information:  After some trial and error it appears that the problem was that the ordinary HTML table the controls were in had a resize setting in it's Style attribute.  ??????
Boris
Top achievements
Rank 1
 answered on 22 Jan 2013
5 answers
77 views
Hi,
        I have three rating controls on a page two standard and one using custom images. The standard controls work fine in IE9 but the custom controls flickers on mouse over and mouse move, it is not just the item under the cursor but all of the items that flicker randomly.  Seems OK on other browsers (have checked IE8, Chrome and FF9 and there is no flickering).

The images are all png and are 22px x 22px and about 1k in size.

I am using the Q1 2012 .NET 4.0 controls, on IIS 7.5 on Windows Server 2008R2.

Do you have any ideas?

Thanks

Chris
Markup:
<div id="score_entry">
    <div id="grade" style="float: left">
        Predicted Grade:
        <telerik:RadRating ID="Predication" runat="server" Orientation="Horizontal" ItemHeight="22px"
                           ItemWidth="22px" ItemCount="7" SelectionMode="Single">
            <Items>
                <telerik:RadRatingItem Value="0" HoveredImageUrl="/Images/grades/snograde.png" HoveredSelectedImageUrl="/Images/grades/snograde.png"
                                       SelectedImageUrl="/Images/grades/snograde.png" ImageUrl="/Images/grades/unograde.png"
                                       ToolTip="No Grade" />                                            
                <telerik:RadRatingItem Value="7" HoveredImageUrl="/Images/grades/sS.png" HoveredSelectedImageUrl="/Images/grades/sS.png"
                                       SelectedImageUrl="/Images/grades/sS.png" ImageUrl="/Images/grades/uS.png"
                                       ToolTip="A*" />
                <telerik:RadRatingItem Value="6" HoveredImageUrl="/Images/grades/sA.png" HoveredSelectedImageUrl="/Images/grades/sA.png"
                                       SelectedImageUrl="/Images/grades/sA.png" ImageUrl="/Images/grades/uA.png"
                                       ToolTip="A" />
                <telerik:RadRatingItem Value="5" HoveredImageUrl="/Images/grades/sB.png" HoveredSelectedImageUrl="/Images/grades/sB.png"
                                       SelectedImageUrl="/Images/grades/sB.png" ImageUrl="/Images/grades/uB.png"
                                       ToolTip="B" />
                <telerik:RadRatingItem Value="4" HoveredImageUrl="/Images/grades/sC.png" HoveredSelectedImageUrl="/Images/grades/sC.png"
                                       SelectedImageUrl="/Images/grades/sC.png" ImageUrl="/Images/grades/uC.png"
                                       ToolTip="C" />
                <telerik:RadRatingItem Value="3" HoveredImageUrl="/Images/grades/sD.png" HoveredSelectedImageUrl="/Images/grades/sD.png"
                                       SelectedImageUrl="/Images/grades/sD.png" ImageUrl="/Images/grades/uD.png"
                                       ToolTip="D" />
                <telerik:RadRatingItem Value="2" HoveredImageUrl="/Images/grades/sE.png" HoveredSelectedImageUrl="/Images/grades/sE.png"
                                       SelectedImageUrl="/Images/grades/sE.png" ImageUrl="/Images/grades/uE.png"
                                       ToolTip="E" />                                                                                                                                                                                                            
                <telerik:RadRatingItem Value="1" HoveredImageUrl="/Images/grades/sU.png" HoveredSelectedImageUrl="/Images/grades/sU.png"
                                       SelectedImageUrl="/Images/grades/sU.png" ImageUrl="/Images/grades/uU.png"
                                       ToolTip="U" />
            </Items>
        </telerik:RadRating>
    </div>
    <div id="classeffort" style="float: left">
        Class Effort:
        <telerik:RadRating ID="rrClassEffort" runat="server">
        </telerik:RadRating>
    </div>
    <div id="prerpeffort" style="float: left">
        Prep Effort:
        <telerik:RadRating ID="rrPrepEffort" runat="server">
        </telerik:RadRating>
    </div>
</div>
Chris
Top achievements
Rank 2
 answered on 22 Jan 2013
1 answer
83 views
Hello,

RadEditor is automatically converting <strong> section to font size 16, like  <strong style="font-size:16px;"> , and because of this, the follow up content's font is also getting 16px. I am not using font-size tool in RadEditor, then why it is changing the font size automatically? Is there any way to completely discard font size from the content RadEditor, so that when I will get the content, there will not any font specified in the HTML part?
Rumen
Telerik team
 answered on 22 Jan 2013
6 answers
142 views
Hello,

I'm using the RadHtmlField for a project with MOSS 2007, and the default selected font in edit mode is the default font of the web browser. I need to have this default font set to "verdana", regardless to the browser's default font.
I've searched for online help for hours without finding anything helpful. Does anyone knows how to do it or has any advice ?

Thanks for your help.
Matthieu.
Rumen
Telerik team
 answered on 22 Jan 2013
1 answer
147 views

Hi,
I am getting obj for radtreeview in javascript by using document.getElementById(...) but same thing is not getting by using $find(..).
If i get obj form the documnet class i am not able to get nodes form the tree obj... My code is looks like

<telerik:RadScriptBlock ID="rcb" runat="server">

 <script type="text/javascript">

 debugger;

 

Generate_WhereCondition1();

 

</script>

 -- Generate_WhereCondition1() logic is follows;
var tree = $find("<%= tvfltview.ClientID %>"); // here i am getting null -- type 1

 

 if(tree==null)

tree=document.getElementById("<%= tvfltview.ClientID %>"); // here i am getting obj -- type 2

 

</telerik:RadScriptBlock>

but i can getting error for tree.get_nodes(); from type 2

Boyan Dimitrov
Telerik team
 answered on 22 Jan 2013
1 answer
308 views
I need to count the number of appointments in a cell, is there any way to count.

For ex:
I have 8 appointments in a cell and I am displying only 2 by default and by clicking on more.. link I can see all the appointments.
But the thing is I want to show the remaing number of assignments in a cell.
I have counted all the appointments in a cell and appended to the Localization.ShowMore property but it is applying for total Schedular.
Please help me it is urgernt.




Boyan Dimitrov
Telerik team
 answered on 22 Jan 2013
2 answers
83 views
How can we capture client side when the edit button is clicked? From there we want to set the row as the selected row and perform other actions such as populaulting a detail view.
Darin
Top achievements
Rank 1
 answered on 22 Jan 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?