Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
209 views
Problem: The latest Q2 2010 SP2 release greatly improves RadStyleSheetManager and it now combines style sheets registered after AJAX updates. By implementing this functionality we inadvertently broke the scenario when your page does not have a <head> element. Now all style sheets registered with RSSM fail to load if this element is missing.

Solution: The problem will be fixed in the next internal build (version 2010.2.1001+).

Workaround: Add a <head runat="server"> tag to your page.
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 01 Oct 2010
1 answer
371 views
Hi guys,
I have a RadDatePicker (txtDOB) and it is a mandatory field.
I have used the RFV for txtDOB which validates txtDOB but
I have a search button which searches for the DOB and returns some value.
If I enter 'abcdefg' in txtDOB and click Search button it gives me 
        Nullable object must have a value.

What is the custom validator in Javascript to validate alphabets and invalid input on click of button.
I have seen your demo which did not help me.Here is my code below.......
<li>
         <asp:Label ID="lbDOB" runat="server" Text="Date of Birth: (dd/mm/yyyy)"  
             AssociatedControlID="txtDOB" Height="35px" Width="300px"></asp:Label>         
         <telerik:RadDatePicker ID="txtDOB" runat="server" DateFormat="dd/MM/yyyy" 
             Culture="English (United Kingdom)" Width="125px" MinDate="01/01/1950 00:00:00" 
                         
         </telerik:RadDatePicker>             
       <asp:Button ID="btnSearch" runat="server" CausesValidation="true" 
           Text="Search" onclick="btnSearch_Click" />  
            <asp:RequiredFieldValidator ID="RFV_txtDOB" runat="server" 
             ControlToValidate="txtDOB" ErrorMessage="Please enter DOB" 
             ValidationGroup="DateValidate" Font-Size="Large" SetFocusOnError="true" Display="dynamic">*</asp:RequiredFieldValidator>          
          
    </li>
.
Please help me.
S
Princy
Top achievements
Rank 2
 answered on 01 Oct 2010
8 answers
221 views
Hi ,
           I am using telerik rad grid in my  Application .The main motive for using the radgrid is to implement the drag and drop row functionality , which is working great . My issue is i have given different colors to the rows on the grids  item data bound event based on some conditions , so when i select a row the color i have given to the row is over ridden by the default color of grid(when we select a row). That breaks my design because the new color doesn't completely overlaps the row it ,   i will attach a screen shot so that u can see( it looks very odd) . in screen shot the row color red which i have given is not completely over lapped by the default color of row select .

Either it must completely over lap or the color should not change . please advise 

Regards,
Sankardeep V
Associate Software Engineer
Digital Mesh Softech India (P) Limited
sankardeep v
Top achievements
Rank 1
 answered on 01 Oct 2010
1 answer
78 views
Hi Friends!!!!
I am using RadGrid and using EditFormSetting for addition and updation i have a radcombobox in editformsetting when user click on add new link besides radcombobox i open pop to add some values in radcombobox, however when user click on edit he should get the selected values of radcombobox which he wants to update, so problem is that i am not able to get the selected values of radcombobox in editformsetting which i will pass to popup window thruogh query string for update.

How can i achieve this, please help ASAP.
Thanks In Advance.

Manoj Gupta 
Shinu
Top achievements
Rank 2
 answered on 01 Oct 2010
3 answers
147 views
For the RadEditor in MOSS, is there any configuration or parameters to adjust the default display font size color when users switch to the HTML Editor?
Stanimir
Telerik team
 answered on 01 Oct 2010
3 answers
301 views
How can I use a radtextbox with an attribute of uppercase in all of the keyboards inputs?
Daniel
Telerik team
 answered on 01 Oct 2010
3 answers
103 views
I have a grid that has a checkbox column, and I need that it is always editable, select or clear when performing a postback to update the database. Tb need only checkbox is editable!

How can I do this?
Mira
Telerik team
 answered on 01 Oct 2010
8 answers
132 views
Hi all,

I've created a WebPart for SharePoint 2007. It has a RepeaterControl to display some list values. Now I want to add Telerik Tooltip (on mouseover) to it. As I have to render the Repeater on my own, I don't know how to add Telerik Tooltip there. It should only appear for my WebPart, not as a change to the whole webserver. Is there any example?

Thanks in advance!
Svetlina Anati
Telerik team
 answered on 01 Oct 2010
3 answers
196 views
Hi!

  How would I go about having the contents of the upload window be refreshed or reloaded when the window is either opened or closed. I've tried to use the add_beforeClose and add_close to call a function to do this but after trying reload() or setUrl(), or show() and none of these working for me I need some advise. I also have WindowManager.ReloadOnShow = true;

Any help would be appreciated.

Thanks!

Jed
Fiko
Telerik team
 answered on 01 Oct 2010
1 answer
96 views

I had trouble tracking down an error in javascript, and it came from get_itemIndexHierarchical (and _itemIndexHierarchical) returning string values rather than number values, such as "12" rather than the expected value of 12. This appears to be a bug since the row index should always be numeric.

I got around it for this particular issue, but I'm concerned it may pop up in other code. Would you agree this is a bug and something you can change?

Daniel
Telerik team
 answered on 01 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?