Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
175 views
Hi

I have a rather long page with images, when you click on an image it opens a radwindow with the full size image inside.

It all works except that when I click on a thumbnail lower down the page when the Radwindow opens it returns the page to the top, but the window is near to where you click, and you have to scroll down to see the Radwindow.

How can I stop this.

Andy
Andy Green
Top achievements
Rank 1
 answered on 08 Apr 2010
4 answers
218 views
For a project I am trying to add output caching to a user control.    The user control has a radpanel inside of it. 
The problem with this is when a cached version of the usercontrol is used, the appropriate Javascript is not added to the page.
Is there any easy way from  outside of the user control to tell the RadScriptmanager which javascript should be added in order for the RadPanel to work?    I need the system to remember the script that was added when the control was first cached, and re add  it on later incidences.
Darrel
Top achievements
Rank 1
 answered on 08 Apr 2010
3 answers
161 views
I don't know if this is related to other reports on full postbacks.  I have an app that works fine in IE and Firefox. I'm getting partial postbacks as expected, and no page flicker. I see that when I launch a RadWindow as a modal dialog, then close it, from that point forward the main page flickers on every request.  That only happens with FireFox, not IE.

Any ideas?
Thanks!
Pavlina
Telerik team
 answered on 08 Apr 2010
1 answer
100 views
Hi ,

I have a ASP Client based on Telerik grid with client side binding to web service.
This means that I have only one page of data each time and virtual items count of whole data.
Most of grid features like: Groping, Filtering with TelerikFilter and many other does not supported.

According to my application scenario I need to achieve the following functionality:
WCF server has access to DB - so the whole data exists only there.
ASP client will be binded to objectdatasource declared in client - but actually the data will be on WCF, this objectdatasource will be DAL .

1. Is it possible ? 
2. Will it give ability to use some features like grouping for example which is not available on simple binding ? 

Thanks .  


Daniel
Telerik team
 answered on 08 Apr 2010
1 answer
57 views
Instead of looping through the items in the rotator I'd like to have it come to the end and after displaying the last item rewind back to the beginning, quickly if possible.

i was able to emulate this as closely as possible by placing a counter on the items and when the last item is displayed I reverse the direction of the rotator and decrease scroll and frame duration to 0, but I don't get the effect I'm looking for. It does rewind, but it pauses slightly between each frame which doesn't give the wanted effect of "sliding" back to the starting position.

Additionally while I'm here... Is there any way to retreive how many items are in the rotator display window and how tall they are?

Thanks!
Pero
Telerik team
 answered on 08 Apr 2010
1 answer
100 views
Hi, i have a problem when i want save '100' in a radtexboxnumeric, postback shows a error 'Error converting data type numeric to numeric'. Only happen whith '100' value... anybody can help me?? thx
 <telerik:GridTemplateColumn DataField="Peso" HeaderText="Peso" UniqueName="Peso"
                            <EditItemTemplate> 
                                <telerik:RadNumericTextBox runat="server" ID="PesoRadNumericTextBox" Width="40px" 
                                    Culture="en-US" DbValue='<%# Bind("Peso") %>' > 
                                    <NumberFormat DecimalDigits="1" /> 
                                </telerik:RadNumericTextBox> 
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator16" runat="server" ErrorMessage="" 
                                    Text="*" ControlToValidate="PesoRadNumericTextBox" /> 
                            </EditItemTemplate> 
                            <ItemTemplate> 
                                <asp:Label ID="PesoLabel" runat="server" Text='<%# Eval("Peso", "{0:F1}%") %>'></asp:Label> 
                            </ItemTemplate> 
                        </telerik:GridTemplateColumn> 

Jhonattan
Top achievements
Rank 2
 answered on 08 Apr 2010
2 answers
90 views
Hello,

After many testing I noticed that when I put required field validation inside a RadPageView under RadTabStrip gets disabled

Any workaround to get the validation work ?

Thanks,
Musab
Musab Alghzawi
Top achievements
Rank 1
 answered on 08 Apr 2010
2 answers
97 views
why does my toolbar show up as list items on my website



ok, I have now found out that this occurs when the radformdesigner is also on the page.
Is this a known issue or expected behavour?
Andrew
Top achievements
Rank 1
Veteran
Iron
 answered on 08 Apr 2010
1 answer
151 views
Hi,

How do you popup a RadWindow to allow user to enter some input, close the window, and add the inputted text to the RadComboBox?
What is the best way to do this?  I am trying to do this in a webpart.

Can controls be inserted into RadWindow programmatically?
How is information passed between the RadComboBox and RadWindow?

I tried doing this.

RadWindow popupWindow = new RadWindow();
popupWindow.VisibleOnPageLoad = true;
popupWindow.Modal = true;
Controls.Add(popupWindow);

Popupwindow will show up but how do I add controls to the popupWindow?
Please help! Thank you!

Jimmy
Georgi Tunev
Telerik team
 answered on 08 Apr 2010
10 answers
205 views
Hi,

I need to show appointments with graphical height that is real-size according to appointment duration, not rounded to timeslots.

How can I achieve this ?

Thanks.
Peter
Telerik team
 answered on 08 Apr 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?