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

I see a lot of example, but nothing works for my simple example. I am trying something like that

 function OnSeriesHover_EconomyRelationshipsLevel2(sender,args) {
               if (args.category == "30") {
                  args.series.tooltip.format  = "Click for Details";

                  sender.series.tooltip.format = "Click for Details";
               }
            }

Thank you
David
Top achievements
Rank 1
Iron
Iron
Veteran
 asked on 27 Jul 2016
1 answer
128 views

Hi,

I have the following client code and JSON output.  When I run it up I get no errors but I get an empty combo box. I know that the JSON is being generated and sent to the client datasource.

Have I missed something obvious?

<telerik:RadClientDataSource runat="server" ID="RadClientDataSource1">
    <DataSource>
        <WebServiceDataSourceSettings BaseUrl="http://localhost:65247/aTest/Data.asmx/">
            <Select Url="GetData" DataType="JSON" />
        </WebServiceDataSourceSettings>
    </DataSource>
    <Schema DataName="data">
        <Model>
            <telerik:ClientDataSourceModelField FieldName="Id" DataType="Number" />
            <telerik:ClientDataSourceModelField FieldName="Nme" DataType="String" />
            <telerik:ClientDataSourceModelField FieldName="Ena" DataType="Boolean" />
        </Model>
    </Schema>
</telerik:RadClientDataSource>
<telerik:RadComboBox ID="RadComboBox1" runat="server" ClientDataSourceID="RadClientDataSource1" EnableLoadOnDemand="true"
    DataTextField="Nme" DataValueField="Id">
</telerik:RadComboBox>

 

Sample JSON below - I have checked the whole file with a checker and it all seems OK...

{"data":[{"Id":97,"Nme":"sample 1","Ena":true},{"Id":182,"Nme":"sample 2","Ena":true}]}

 

 

Jon
Top achievements
Rank 1
 answered on 27 Jul 2016
1 answer
103 views

Hi,
     I have upgraded Telerik from Q2.2010 to Q2.2016 Recently. After upgrade the background color of the Disabled combo box is changed. 
Previously, the BG Color was White and now the Color is Transparent.

How will I change the BG Color of the Disabled Combo Box.

 

Regards,

Nisanth

Peter Milchev
Telerik team
 answered on 27 Jul 2016
4 answers
461 views
Hello,

Is there any way to convert the <span> tag's that the Editor uses when you apply a style from the Apply CSS dropdown into <div> tags? My styles all work quite well as div's but span's seem to break them all. I'd like it if the Editor could just apply the style as a DIV instead of a SPAN. Is this possible? I looked at content filters but that seems to require the user to go back and forth between views in order to take effect.

Thank you in advance!
Stepahnie
Top achievements
Rank 1
 answered on 27 Jul 2016
3 answers
71 views

I have updated the dll and I want to know if I need to replace each control on the page.  We have upgraded .Net version 3.5 to 4.6 and the Telerik controls will not work with the successful update of the dll's.

 

So do I need to replace each control with new controls?

 

 

 

Rick
Top achievements
Rank 1
 answered on 27 Jul 2016
1 answer
82 views

Hi,

Export to excel feature from Grid was working with Excel 2010 but lately it is not working. I am getting blank excel with no data. It works just fine with Excel 2013,2016.  Please advise ASAP as it is production issue.

 

Many Thanks.

Viktor Tachev
Telerik team
 answered on 27 Jul 2016
1 answer
102 views

Hello,

I need to be able to copy one row and paste as a new row.

When I copy one row content of a table and want to paste only text of selected row to the other row, it copied text with table row.

So it copied as :

<td>

<table><tr><td> Text  </td></tr></table>

</td>

I want to paste only contents instead of entire table row.

 

Regards,

Nandita

Niko
Telerik team
 answered on 27 Jul 2016
1 answer
90 views
Hi, I would please like to find out if the RadPivot has any functionality to manipulate the data and to save it back to a SQL database? 
Viktor Tachev
Telerik team
 answered on 27 Jul 2016
4 answers
86 views

Hi 

I want to get the aggregate values in header 

ABHILASH
Top achievements
Rank 1
 answered on 27 Jul 2016
4 answers
187 views
I've got a RadGrid with about 300 items but the pager is not displaying the correct number of items. It's saying (0 items in 1 pages). I don't have custom logic for the pager. PagerStyle is set to always visible. Paging is enabled. The only time I disable paging is when I click one specific button but it should not affect the grid on initial page load. Ideas?
Konstantin Dikov
Telerik team
 answered on 27 Jul 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?