Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
83 views

How can i make header , footer , paging and show page count in Rad Editor ?

 

majda
Top achievements
Rank 1
 asked on 13 Sep 2015
8 answers
150 views

I am using RadChart in Asp.Net
sree
Top achievements
Rank 1
 answered on 12 Sep 2015
2 answers
64 views

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?

Pavlina
Telerik team
 answered on 12 Sep 2015
1 answer
124 views

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>
Pavlina
Telerik team
 answered on 12 Sep 2015
1 answer
157 views
Is it possible to change direction of just one column to RTL?
Pavlina
Telerik team
 answered on 12 Sep 2015
6 answers
309 views
I have a radgrid in batch mode and would like to make it so when the enter key is pressed in a certain column it will go to the next row (same column) .  Much like you would do in Excel only we don't want to save changes till the user says too.  Is this possible? 
Konstantin Dikov
Telerik team
 answered on 12 Sep 2015
2 answers
149 views

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.

Nencho
Telerik team
 answered on 12 Sep 2015
1 answer
116 views

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

Danail Vasilev
Telerik team
 answered on 12 Sep 2015
7 answers
178 views

Hi,

is there a work-around so that the ConnectionsCollection and ShapesCollection will be updated after a post-back?

Thanks!
 
 
 
Ianko
Telerik team
 answered on 12 Sep 2015
4 answers
78 views

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.

 

Ianko
Telerik team
 answered on 12 Sep 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?