Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
163 views
I replaced native DDL with Combobox:

<telerik:RadComboBox ID="ddlPatientSuchwort2" Runat="server" Culture="de-DE"
             DataSourceID="sqlWinacsPatientSuchwort" DataTextField="Suchwort"
             DataValueField="PublicNummer" AutoPostBack="True"
             EnableAutomaticLoadOnDemand="True"
             onselectedindexchanged="ddlPatientSuchwort2_SelectedIndexChanged"
             filter="StartsWith" EmptyMessage="Wähle Patient Name" Skin="WebBlue" >
           </telerik:RadComboBox>

Data source is stored procedure which returns about 8000 rows in format ID, Name

Now performance is terrible, before result was displayed immediately, now even on DEV machine I need to wait few seconds, but in prod environment event more than 5 secs. At the current stage system is almost not usable. Any ideas how Ican improve performance? 
berto
Top achievements
Rank 1
 answered on 16 Aug 2012
2 answers
113 views
Hello

I need save user selected radslider start and end values to session and restore to slider if page reloaded. 
any way to do it?

Kindly Regards

omer
Top achievements
Rank 1
 answered on 16 Aug 2012
5 answers
509 views
Hi,

I am using the ajax calendar extender inside a rad grid and it is not displaying properly.  I read the forum post on this issue and added the following to my page and still the calendar did not display properly.   
.RadGrid  td .CalendarBlue .ajax__calendar  td
{
    padding:0;
}

I am using a RadAjaxManager on my page so I removed it and my calendar displays correctly, but i need the to use the RadAjaxManager to show a loading panel.

How can I get the Calendar Extender to display correctly and use the RadAjaxManager.

Thank you for your assistance.

Tracy
Pavlina
Telerik team
 answered on 16 Aug 2012
6 answers
340 views
Hello Telerik Admin,

Please tell me the way how we increase the width of the Select button in Rad Upload control.
Mohammed
Top achievements
Rank 2
 answered on 16 Aug 2012
1 answer
145 views
how to set the avlue for scrollposition property value in .ascx page? or can we do it in code .cs page also?
Thanks! please let me know
Kate
Telerik team
 answered on 16 Aug 2012
1 answer
114 views
Hi,

Here is my problem .

i have a radstrip adding tabs using the scrollchildern value set to true in ASCX page.

<

 

telerik:RadTabStrip ID="RadTabStrip1" runat="server" Align="Left" Skin="<%$appSettings:TelerikSkin%>"

 

 

EnableEmbeddedSkins="False" MultiPageID="RadMultiPage1" AutoPostBack="True" OnTabClick="RadTabStrip1_TabClick" ScrollChildren="true" >

 

 

<Tabs>

 

 

<telerik:RadTab runat="server" Text="" Selected="true" Width="150px" >

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab runat="server" Text="" Visible="false" Width="150px">

 

 

</telerik:RadTab>

 

 

</Tabs>

 

</

 

telerik:RadTabStrip>

 


i click on the UI for some account(it has 14 types so i get 14 tabs instead of 18) it gives me the results and showing all tabs and scroll it to last and do search for another account in the same page(having 3 types) the radtabstrip is not visible for me . not even single tab. so i did in coding page as RadTabStrip1.ScrollPosition = -17;  it also wont work for me, can you give any solution? my code is in c#.

Thanks!
lalitha

 

Kate
Telerik team
 answered on 16 Aug 2012
5 answers
167 views
I have three AsyncUploads and RadProgressAreas in one page. When I upload file in first AsyncUpload, the other two RadProgressAreas also will be shown, how to control build the relation between one AsyncUpload and one RadProgressArea?




Peter Filipov
Telerik team
 answered on 16 Aug 2012
3 answers
149 views
I'm using the image manager to upload/delete/view images through the radeditor.  I have no problem uploading images, but they never display correctly in the radeditor.  It appears that they are 404'ing however in firebug they are showing a 200 with "Failed to load the given URL".  If I type in the path directly I have no issues viewing the image, but for some reason the editor is not displaying them.  If I change them to absolute paths they show up fine.  This behavior is only when deployed to our web servers, locally it works as expected.

Rumen
Telerik team
 answered on 16 Aug 2012
6 answers
175 views
I have an AsyncUpload control inside a InsertItemTemplate, inside RadGrid and a GridTemplateColumn:

<telerik:GridTemplateColumn HeaderText="Filnavn" SortExpression="FileNameWithExtension" 
	UniqueName="FileNameWithExtension" EditFormColumnIndex="0">
	<ItemTemplate>
		---
	</ItemTemplate>
	<EditItemTemplate>
		---
	</EditItemTemplate>
	<InsertItemTemplate>
		<telerik:RadProgressArea runat="server" ID="RadProgressArea1" />
		<telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" Width="500px" 
			AllowedFileExtensions=".dot,.dotx" MultipleFileSelection="Disabled" MaxFileInputsCount="1" >
			<FileFilters>
				<telerik:FileFilter Description="Word 97-2003-skabelon" Extensions=".dot" />
				<telerik:FileFilter Description="Word-skabelon" Extensions=".dotx" />
			</FileFilters>
			<Localization Cancel="Annuller" Remove="Fjern" Select="Vælg" />
		</telerik:RadAsyncUpload>
	</InsertItemTemplate>
</telerik:GridTemplateColumn>
But the Width property has no effect. As you can see from the screenshot; the column above has a textbox with the Width property set to 300.
Peter Filipov
Telerik team
 answered on 16 Aug 2012
2 answers
1.1K+ views
Good day.
I try use Client Side of RadTextBox. I need take text from one radtextbox, do changes and set new text into the second radtextbox during user press any key in the first radtextbox.
But behavior is little strange. I use get_value and set_value methods to get and set text from/into radtextbox.
But first, I can't take full text from textbox (last symbol is always missing)
Second, set_value doesn't always update text into radtextbox.
Third, it causes validation error.

Could you please advise how I can make it?

Thanks.

P.S. I can't attach zip file, so I've inserted my code below

<telerik:RadCodeBlock ID="dfg" runat="server">
    <script type="text/javascript">
        function KeyPress(s, e) {
            var v = s.get_value();
            var l = v.replace(',','');
            var ctrl = $find("<%=txtSecond.ClientID %>");
            ctrl.set_value(l);
        }
    </script>
</telerik:RadCodeBlock>
<div>
    Enter some text here <telerik:RadTextBox ID="txtFirst" runat="server" EmptyMessage="Message">
        <ClientEvents OnKeyPress="KeyPress" />
    </telerik:RadTextBox>
    <asp:RequiredFieldValidator ID="wer" runat="server" ControlToValidate="txtFirst" ErrorMessage="*"
        ForeColor="Red" ValidationGroup="gr" SetFocusOnError="true"></asp:RequiredFieldValidator>
    <br /><br />
    Enter some text here <telerik:RadTextBox ID="txtSecond" runat="server" EmptyMessage="Message">
    </telerik:RadTextBox>
    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtSecond" ErrorMessage="*"
        ForeColor="Red" ValidationGroup="gr" SetFocusOnError="true"></asp:RequiredFieldValidator>
    <br /><br />
     
    <telerik:RadButton ID="btnPostBack" runat="server" Text="Postback" ValidationGroup="gr"></telerik:RadButton>
</div>
Evgeniy
Top achievements
Rank 1
 answered on 16 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?