How can i make header , footer , paging and show page count in Rad Editor ?
I'm not sure if this is a Telerik issue, or IE. But it seems to only happen in the Telerik grid that I can see.
One of the query parameters in my URL is: &Region=Rhône
This get's changed to &Region=Rhône when the next and previous page URLS are created by the Grid.
Any ideas on a work around for this or if I'm just missing something?
Hi,
For a web application I've created a radgrid solution and used the nestedviewtemplate to display more detailed information about the selected product.
In case there is an image not found on the server there is an onerror event that is configured in the img tag. On a regulare page (without an nested radgrid) it works perfectly, only when it's embedded in the nestedview of an radgrid it will give the error 'Problems while loading image' in stead of displaying the onerror image.
The project is based on the images that are located on the server instead of the images are stored in the database.
I've already checked if the onerror image is in the correct place and it is.
Could you please give me some advice on how to fix this?
Code
<NestedViewTemplate> <div style="background-color: rgba(92, 92, 130, 0.2); width: 100%; height:100%; display: inline-block;"> <ul style="width:770px; font-size:12px;"> <li style="width: 100%;float: left"> </li> <li style="width:250px;float: left"> <div style="margin-left: 2em"> <a rel="puArtikel" href="/full/<%#Eval("anummer") %>.jpg" class="jqzoom" title="Artikel - <%#Eval("anummer") %>"> <img id="imgProductInfo" src="/full/<%#Eval("anummer") %>.jpg" width="225" style="border:1px solid #0a0b32;" onerror="this.src='../images/noimage_80.jpg';" </a> </div> </li> </ul> <br style="clear: both;" /> </div></NestedViewTemplate>
Hi
OK, not really used Rad controls before but I have to fix a bug in some code that contains a RadTab.
I have a javascript function, which is called onblur for a control.
Now this control may or may not be on a RadTab, so it won't know the id of the the RadTab control. How in my javascript function can I check that the control is on a RadTab and if that tab is active?
I am assuming I can check the parent oject type? but what am I looking for? Any help greatly appreciated.

Hi,
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/range-bar-chart/defaultcs.aspx
Looking at the above Work Schedule Range Bar Chart example, I am wondering if there is a way to have non-consecutive range? So for example can we have two bars to represent George's work schedule when he is working from 8am to 11am and 4pm to 8pm? I tried creating another set of RangeBarSeries for Geroge with the same name ranging from 4pm to 8pm but the control doesn't combine them but treats it as a different entity. Is there a way to configure it? Did I miss anything? The work schedule demo is otherwise perfect for our need. Please advise.
Thanks
Paulino
Hi,
is there a work-around so that the ConnectionsCollection and ShapesCollection will be updated after a post-back?
Thanks!
hi
i have a very basic ticker on my site
<telerik:RadRotator ID="headlinesRotator" runat="server" ScrollDirection="Left" Width="500" PauseOnMouseOver="True" RenderMode="Auto" WrapFrames="true" FrameDuration="1" ViewStateMode="Enabled" RegisterWithScriptManager="true" ScrollDuration="6000" Height="15" ItemHeight="15" ItemWidth="250" CssClass="rotator" OnClientItemsRequestFailed="suppressErrorAlert"> <WebServiceSettings Path="../Services/EclipseService.asmx" Method="GetRotatorData" /></telerik:RadRotator>but for some reason and on random times the ticker will accellerate to be really fast and not be readable we have also seen it go backwards as well.
has anyone seen this or have any ideas.
the only thing we can think of is that there is never many items in the ticker, usually about 5 or so at most in rotation.
Peter.
