Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
177 views

Xaxis Label offset if Yaxis set to negative Version 2017.3.913.45

 

Scenario

Yaxis datasource range [0-30]

HtmlChart.PlotArea.YAxis.MinValue = -1;

Rumen
Telerik team
 answered on 21 Nov 2017
1 answer
55 views

Hello!

I use Grid with window editing mode,

and find a demo of window editing issue,

I opened the edit window many times,the height of the window will -1 every time.

you can click the edit link 6 times, the window content will show the scrollbar, window editing demo

how can I open the window without change the height every time?

thanks!

Wang
Top achievements
Rank 1
 answered on 21 Nov 2017
4 answers
82 views
When the session timeout occurs the telerik grid's display a blank and the error handler method I have defind is never called. The code calls a redirect function which routes to a different view. The response from the redirect is not json, which should trigger the grids error handler, but it does not.
Steve
Top achievements
Rank 1
 answered on 20 Nov 2017
0 answers
162 views
Is there a way to get the dropdownlist to raise OnSelectedIndexChanged *without* having the autopostback set to true? The asp version of the dropdownbox will raise it's OnSelectedIndexChanged without requiring auto post back, so I'm surprised the Telerik control doesn't behave the same way. Perhaps I'm missing something.
G716
Top achievements
Rank 1
 asked on 20 Nov 2017
0 answers
136 views

Hi Telerik support

This is Edge browser specific issue. Radwindow opens almost 5px to right from the left edge of the content page. It works perfectly in other browsers.

We have also tried window.center(), but no luck. Can you please advise how to fix this issue?

Thanks. 

 

Dev-OBA
Top achievements
Rank 1
 asked on 20 Nov 2017
0 answers
261 views

Hello,

 

I'm trying to develop Asp.NET project and I use RadComboBox. I want to use filter='Contains' in Combo. But i have a problem with searching (uppercase İ) turkish characters. In.aspx file, i use css uppercase in combo. And i'm trying to filter with (İ) doesnt match anything. But i enable Caps Lock, and i'm trying to filter with (İ) i get the result.

Ali Osman
Top achievements
Rank 1
 asked on 20 Nov 2017
0 answers
133 views

We use automatic load on demand for the RadComboboxes, still the performance is slow.

Will the performance be improved if we try Loading items from a Web Service approach?

Richa Chauhan
Top achievements
Rank 1
 asked on 20 Nov 2017
8 answers
465 views
Hi ,

 I wish to block all Ctrl+ V Operation in Rad Editor , how just i can do this ?

Thanks
Prince

Important
Top achievements
Rank 1
 answered on 20 Nov 2017
1 answer
108 views

Small Docs issue on https://docs.telerik.com/devtools/aspnet-ajax/controls/combobox/client-side-programming/events/onclienttextchange

 

The OnClientTextChange client-side event occurs when the user enters custom text in the input field of RadComboBox (if AllowCustomText property is True). OnClientTextChange doesn't fire until the user hits Enter or clicks outside the combobox.

 

I discovered that clicking outside the box does not fire this event.

 

Marc

Vessy
Telerik team
 answered on 20 Nov 2017
1 answer
99 views

the dataitem did not pass to client side if dataitem is not in X/Y.

 

datasource {"Vendor", "AppName", "Qty", "Date"}

Line chart: Xasix (Date), Yasix(Qty)

<telerik:RadHtmlChart runat="server" ID="RadHtmlChart1" Width="100%" Height="400px">
<ClientEvents OnSeriesClick="RadHtmlChart1_OnSeriesClick" />
</telerik:RadHtmlChart>

function RadHtmlChart1_OnSeriesClick(e) {
        alert(e.dataItem['Vendor']); // return undefined
    }

 

 

 

Rumen
Telerik team
 answered on 20 Nov 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?