Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
57 views
Please let me know about the following

1) Instead of searching only at beginning of the Name field, can it show all entries that consist of what you have typed in?  For example, typing in ‘Smith’ would show the dropdown of the following: See Attached image 1.png

2)  Odd behavior when entering search value:

As soon as I open this page, I highlight the 0000 entry shown above and type in 0032

Expecting it to find ‘0032 – Chubb Foundation’

 Instead it displays ‘003200 – Bryman College’, but notice that Bryman College in the dropdown (up) is 3200.

 

 

If I hit the enter key to ‘accept’ this entry, the display changes to

I think it is not taking care of initial zeros in the search. Please let us know as it is a very important issue for you

Thanks very much and Regards,

Princy
Top achievements
Rank 2
 answered on 27 May 2011
3 answers
107 views
We're having troubles with performance on our implementation of the RadScheduler.  We have a rather fully-featured RadScheduler on the page, and a RadAjaxManager that handles postbacks.  Our clients have reported anywhere from 4second to 20second round-trip load times when browsing through the scheduler.

We've sped up processing time on the server to about 1.5s (there are 5 sets of resources that are loaded, which vary depending on the user).  We've implemented static content compression, dynamic content compression (IIS 7), and RadCompression which has sped up response delivery time to about an average 1s.  What we've noticed is that the big variance in performance is because of the request size.  When we make a request, like paging the radscheduler back 1 week, it loads in async, and the request header shows:

Content-Type: application/x-www-form-urlencoded; charset=utf-8
Content-Length: 248485

The request's content length is usually between 230KB and 270KB, even when there are zero appointments loaded on the scheduler for the week being viewed.  On a faster client connection, it is only taking about 2s to send the request to the server.  But on some client connections, that same request is taking about 10-15 seconds just to POST, before taking 2.5s to process and provide a response.

Is this normal?  Is there anything that we can do?  Is this the resource data being included in every request?  In our 5 resource types, we have a total of about 1200 resources, they include things like a user list, a location list, etc.

Because of a bug in the OnClientAppointmentMoveEnd(), we're not able to implement a client-side web services solution yet.
Peter
Telerik team
 answered on 27 May 2011
1 answer
117 views


Telerik Version used : 2010.3.1215.35

Actual case:

1. I am using the Tab strip along with the Two page view namely withdrawal and Letter.

2.  One scenario I have to navigate the tab page from Withdrawal  to Letter by means of coding Like (pgvLetter.selectedindex =0) 

3. Now I can use the Letter page view after that if I select he Withdrawal tab page one confirmation window is raising (This is done for functionality purpose) after that yes or no confirmation try to move to withdrawal tab page I got the script error as below

4. " htmlfile: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. " (This is popup script error message showing ) and 

5. document.getElementById("User-NewDataSet").focus(); (this error message is highlighted in web page  )

Expecting Case:

1. The Tab Strip  along with tow page view

2. If I have  to select the Letter tab page view by means of coding as  mention above 

3. Then manually select the withdrawal tab page  after doing the confirmation  (yes or no)

4. The withdrawal tab page has to be viewed

Cori
Top achievements
Rank 2
 answered on 27 May 2011
6 answers
309 views
I have a RadTabStrip with 5 tabs and 5 corresponding RadPageViews  that each contain a RadGrid.
I have set the property on my RadMultiPage to

RenderSelectedPageOnly

 

 

="true"

 

and set the RadTabStrip property

AutoPostBack

 

 

="true"

 

but each pageview is loading each grid nevertheless. 
Does this property just not render the HTML (but would still load all the data in each grid).
I am trying to decrease the initial load time, so I only want the respective grid to load when the appropriate tab is selected.

Thanks in advance.
Richard Boarman
Cori
Top achievements
Rank 2
 answered on 27 May 2011
1 answer
76 views
I need to create a FTPS(FTP SSL) website for someone to just upload files securely. Would it be somewhat similar if I just create a website using ssl for someone to login and use radupload on it since I read somewhere on this site that radupload would automatically use the ssl connections? That would probably mean that the files are being uploaded securely then.
Cori
Top achievements
Rank 2
 answered on 27 May 2011
3 answers
126 views
Hi

I am using a RadGrid in my aspx page. The Radgrid is generating columns dynamically at run time.
When there are around 3 or 4 columns generated, the paging UI looks fine.
But when multiple columns are generated, say around 1000, the paging UI gets distorted completely.
Please provide any resolution or solution to this asap.
Pavlina
Telerik team
 answered on 27 May 2011
7 answers
126 views
Hello,

I am using a radrotator to build a document viewer interface which works (for the most part) on the client.

the viewer works great and is lightning fast on browsers like chrome and firefox.  on IE it is a bit slower, but not terrible...

that is, until you get more than ~50 items or so in the radrotator.  At this point, IE freezes and gives the error

"Stop running this script?
 
A script on this page is causing your browser to run slowly. if it continues to run your computer might become unresponsive"

before one is able to do anything.

from what i can tell, the radrotator uses a lot of behind-the scenes jquery to move and slide all of the items around on the page, and IE reaches a point where it decides it doesn't want to do that, once you get around 50 items in the slider.

has this issue been noted before?  is there anything i can do to lighten the load on Internet explorer?

i am happy to put up any code where necessary, however i thought putting up a live link might be better... since the javascript I am using is probably the only relevent code...

if you go to the following link:

http://www.plsx.com/finder/viewer2.aspx?doc=3549&slide=72280&q=marcellus&f=(1.1)&

then you should receive an error as described above. similarly, if you instead go to the link:

http://www.plsx.com/finder/viewer.aspx?doc=3549&slide=72280&q=marcellus&f=(1.1)&

the records are truncated at 50 items, and you can see it works.

any help is much appreciated!



Niko
Telerik team
 answered on 27 May 2011
3 answers
101 views
Hi there,

I am using the RadChart control in the context of a SharePoint 2010 site. I have a requirement to show a triangle at each point of a line series.
Since I didn't find a triangle in the default figures for the RadChart, I'm trying to display a custom image at each point.
I have tried this in a stand-alone ASP.NET web application and it works. I'm now trying to do the same in SharePoint, but I can't figure out how to specify the image url.

My current code looks like this:

<telerik:ChartSeries Name="My Series" Type="Line" ActiveRegionToolTip="#Y">
    <Appearance ShowLabels="False">
        <PointMark Visible="True" Dimensions-Height="20px" Dimensions-Width="20px" Dimensions-AutoSize="False" Figure="Rectangle">
            <FillStyle FillType="Image">
                <FillSettings BackgroundImage="/_layouts/img/triangle.gif">
                </FillSettings>
            </FillStyle>
        </PointMark>
    </Appearance>
</telerik:ChartSeries>

The line series is rendered, but no shape whatsoever is rendered at each point of the line series.

What am I doing wrong here?

Kind regards,
Erik ter Beeke

 

Ves
Telerik team
 answered on 27 May 2011
1 answer
93 views
Hi,

We have requirment to create a custom rad menu item using xml configuration. The menu need to include some items like text boxes,dropdowns, buttons. Also it need to apply security trimming as part of the requirement. Can you please suggest how it can be achieved using telerik menu control?  From the telerik site http://demos.telerik.com/aspnet-ajax/menu/examples/programming/xmldefinition/defaultcs.aspx it doesn't have much information on this requirement. Any pointers or sample code will be helpful.

Regards,
Hari.
Princy
Top achievements
Rank 2
 answered on 27 May 2011
1 answer
74 views
I have noticed that over many requests telerik charting is causing IIS's memory to grow up to several GB.

Is there a way to limit this memory growth?  I can send you a sample project that  illustrates my problem.

Thank You

AJ
Ves
Telerik team
 answered on 27 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?