Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
96 views

Hi Telerik Team,

I am using RadStrip for site navigation.  One of the tab has contact us form with required fields validation controls.   We are having issue while navigating from tab which contains contact us form to another tab.   While navigating, contact us empty form being submitted automatically with required filed errors and not allowing to navigate to other tabs.

Please provide me solution to solve this issue.

Thanks
Srini Kandukuru
Paul
Telerik team
 answered on 06 Apr 2009
1 answer
92 views
Hi Telerik Team,
I hope you can help me with my problem, I need your advise with what I am passing through now, I build a web site using the Telerik Controls, I uploaded and publish my web site on Internet but the problem is I am suffering from the slow down of the site !! I wait for time just waiting for one page to dispaly, from your experience in Web can you please help me and advise me what concept I have to base on during my Web Site programming to make my site work faster ? Is there any thing I should do or avoid ?
Please Advise me and Thanks

Ban
Paul
Telerik team
 answered on 06 Apr 2009
3 answers
86 views

Hi,

We are getting a problem of loss of data from bound template controls of scheduler in AdvancedInsertTemplate and

AdvancedEditTemplate. It occurs when we cancel server side AppointmentInsert or AppointmentUpdate event for the purpose of

confirmation from the user. We are using 2008.2.1001.35 version and providing the datasource in code behind at run time.

Thanks

Peter
Telerik team
 answered on 06 Apr 2009
1 answer
144 views
Hi there,

I have a need to access a ComboBox that is inside the Edit/Insert form from the AjaxRequest method of the RadAjaxManager. I have no problem accessing the combobox if a record is being edited using the following code:

Protected Sub RadAjaxManager1_AjaxRequest(ByVal sender As Object, ByVal e As Telerik.Web.UI.AjaxRequestEventArgs) Handles RadAjaxManager1.AjaxRequest  
 
        Dim RadComboBoxName As RadComboBox = Nothing           
 
        For Each myItem As GridDataItem In RadGridPpoCodes.EditItems   
 
            RadComboBoxName = TryCast(myItem.EditFormItem.FindControl("RadComboBoxName"), RadComboBox)  
 
            If Not RadComboBoxName IS Nothing Then  
 
                RadComboBoxName.DataBind()  
 
            End If  
 
        Next  
 
End Sub 

However I can't seem to figure out how to access the combobox if a record is being Inserted.

Any help?

Thanks!
Princy
Top achievements
Rank 2
 answered on 06 Apr 2009
1 answer
139 views
I have a grid with a master and detail table.  When inserting data into the detail table, I need to get a value from one of the cells in the selected row of the parent table but it isnt a datakey value.  How can I do this ?
Princy
Top achievements
Rank 2
 answered on 06 Apr 2009
9 answers
389 views
I've been developing a tag-stripping filter to remove any tags we don't want from formatted text that has been pasted into the editor. I am mostly a database and application programmer, not a JavaScript or DOM programmer. If anyone has comments and/or suggestions on this filter, it would be very helpful. It does appear to be working correctly (finally), but of course that's only on the material I've tested with.

<<Snip>> See improved code later in the thread. Eventually this should be submitted as sample code, but I haven't had time yet.

 

Rana
Top achievements
Rank 2
 answered on 06 Apr 2009
1 answer
152 views
This should be a pretty straight-forward answer. How do I use the RadMenu itemTemplate without completely breaking the skin part of the RadMenu? I ask this because I have found the only way to click to a RadWindow to be this way (so far...)

        <telerik:RadMenu ID="RadMenu1" runat="server" DataSourceID="dsBranch"   
            DataTextField="Branch_Name"  Flow="Vertical" Skin="Forest">  
            <ItemTemplate> 
                <href="#" onclick="openRadWindow('<%# DataBinder.Eval(Container.DataItem, "Branch_ID") %>'); return false;"><%# DataBinder.Eval(Container.DataItem, "Branch_Name") %></a>  
            </ItemTemplate> 
        </telerik:RadMenu> 

The above WORKS perfectly, but it completely kills the Forest skin. Is there a better way to do the same thing?

My RadWindow and DataSource are set up correctly, so I leave them out of this post to avoid confusion.

I want to do exactly the same thing as above while keeping the beauty of Telerik skins. How can I do that? Anyone can answer. Thank you.
David
Top achievements
Rank 1
 answered on 06 Apr 2009
2 answers
156 views
Let me start by saying, I haven't even attempted this yet. So I'm hoping that this can be accomplished with the current version of the combobox. I want to use the autocomplete/filtering capability of the combobox, but I want each entry to use the following:

LastName, FirstName
        Birthdate

I will be filling the selected text from two fields, do you see this causing an issue with the autocomplete/filtering?

Thanks,
Chris

P.S. Great work on all this out of the box functionality!
Chris
Top achievements
Rank 1
 answered on 05 Apr 2009
0 answers
147 views
Dear all,
please help me in this case

i need radComboBox to display main categories
when click on any category,,, chek if it has sub categories or not
if exist,,,, display this sub in the same radComboBox (at the right of parent category)
also if one of sub category sas sub category,,,display the new sub as above

i see this example in
www.alibaba.com
if you login and use the message center....make new selling post or buying post and see how category specefied


i.e the categories as tree view syntax but i dont need tree view
like this i need,,,
Main category | Sub1 | Sub2 | Sub3.......
please help me,,,,

Mohammad
Top achievements
Rank 1
 asked on 05 Apr 2009
5 answers
298 views

 - Resize based on WindowContent
 - Disable Scrollbars

I'm trying to display a RadWindow that when it loads will resize based on the size of the content inside the RadWindow iframe.  

After it has been resized to fit the content I would like to disable the scrollbars for that iframe.

Below is a sample of the javascript I've got so far but am having trouble disabling the scrollbars

function GetSelectedWindow()
{
    var oManager = GetRadWindowManager();
    return oManager.getActiveWindow();
}

function

ChangeSize()
{
    var oWindow = GetSelectedWindow();
    var width = oWindow._iframe.contentWindow.document.body.scrollWidth;
    var height = oWindow._iframe.contentWindow.document.body.scrollHeight;
    oWindow._iframe.style.overflow =
'hidden';        //doesn't work
    Window._iframe.scrolling =
'no';                      //doesn't work
    oWindow._enablePageScrolling(
false);               //doesn't work
    oWindow.setSize(width, height);
}

Stephen
Top achievements
Rank 1
 answered on 04 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?