Telerik Forums
Community Forums Forum
1 answer
54 views

Hello, 

I'm using RadChartView for the first time. 

I need to know how to remove the blank space (top and bottom) in a radchartview wich has a pie.

VB:

Dim rad As RadChartView = New RadChartView()
rad.Size = New Size(600,600)
rad.AreaType = ChartAreaType.Pie
Dim pie = New PieSeries()
pie.ValueMember = tabla.Columns(0).ColumnName
pie.DisplayMember = tabla.Columns(1).ColumnName
pie.DataSource = tabla'a DataTable
pie.Padding = New Padding(2)           
rad.View.Margin = New Padding(2)
rad.View.Padding = New Padding(2)
rad.ShowLegend = True  
rad.Series.Add(pie)

panel.Controls.Add(rad)

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Mar 2023
0 answers
117 views
I have installed telerik with Visual Studio 2022 Integration previously. Now, for some reason, my 2022 version of visual studio isn't compatible with my harware configuration so I installed Visual Studio 2019 instead. How can I manually Integrate Telerik to it? I mean how can I get telerik controls, project templates, etc in Visual Studio 2019?
Missing User
 asked on 25 Feb 2023
0 answers
84 views
I am creating a Web Forms based project using ASP.Net where I am using Telerik Kendo Grid. I want create Grandparent/Parent/Child grid. GrandParent Grid will display items, clicking on those items will display Parent Grid containing it's subitems, further clicking on which Child Grid will be displayed containing Parent item's subitems. How can I do that?
0 answers
77 views
I am creating a web forms project using ASP.Net. There I have used telerik Kendo Grid. The Previous  and Next pagination buttons are not working. Do I need to call any event manually to make it work?
1 answer
43 views
Hello,    
         Please be kind as to remove my profile and complete account as i don't use it 

thank you in advance..
Iva
Telerik team
 answered on 02 Feb 2023
2 answers
579 views

Hello Team,

I need to automatically set a value of a second date picker based on the value of the first date picker. In this case how can I add 3 months to the value of date1 and show it on date2. 

 

I'm still starting out as a developer any help would be appreciated. Thanks in advance!


   JQuery:

    function toggleAssigntype() {
        var assignTypeVal = $("#TypeOfAssignmentId").data("kendoComboBox").text();
        var date1 = $("#MobilizationDate").val(); // value format "mm/dd/yyyy"
        var date2 = $("#DemobilizationDate").val();
var addmonths = "03/00/0000";
var addyear = "00/00/0001";


        if (assignTypeVal == "RFT") {
            //should add 3 months to demobilization date
            $("#OtFactor").data("kendoNumericTextBox").enable(false);
            $("#DemobilizationDate").data("kendoDatePicker").value(date1+addmonths); 

          }

       else {
            $("#OtFactor").data("kendoNumericTextBox").enable(false);
         }
    };

         
0 answers
105 views

HI,

We upgraded the kendo-dropdown from "@progress/kendo-angular-dropdowns": "5.0.0"  to "@progress/kendo-angular-dropdowns": "7.0.0", After the upgrade we are seeing an empty row in the dropdown. This was not the cse in the previous version.

line.

Jyothi
Top achievements
Rank 1
Iron
Iron
Veteran
 asked on 21 Dec 2022
0 answers
118 views

I am using Kendo UI with ASP.NET MVC. There are 6 dropdowns on the home page, taking a lot of time to load the data, 45 seconds. Data is not large.

This is how all the dropdown are written:

 

@(Html.Kendo().ComboBoxFor(model => model.ProductId) .Name("GreenProduct") .DataTextField("Name") .DataValueField("ProductId") .AutoBind(false) .DataSource(datasource => datasource .Read(read => read .Action("GetProductForProject", "Product") .Data("hierarchy.filterProduct") .Type(HttpVerbs.Post) ) .ServerFiltering(true) ) .Filter(FilterType.Contains) .Suggest(false) .Delay(0) .HtmlAttributes(new { style = "width:100%" }) )

I don't want to load data on dropdowns on page load. If data loading on dropdown click that will also be ok. How can I fix this ?

 

 

 

n/a
Top achievements
Rank 1
 asked on 12 Dec 2022
63 answers
563 views
When I clicked "Reply" button on Telerik forum post the server answered as "Oops ..."
and post did not go to forum. I've tried a few times - same answer from Telerik server but
later all clicks worked out and I have few identical posts in a forum:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/how-to-use-jquery-in-html-page.aspx
How to delete extra identical forum posts?
wahab
Top achievements
Rank 1
 answered on 07 Dec 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?