Telerik Forums
Community Forums Forum
2 answers
166 views
I need to open a new property window with no/specific data if no row is selected and if any row is selected open property window with that gridrow data. How can i do that.
Dilyan Traykov
Telerik team
 answered on 30 Jan 2023
0 answers
139 views

Hi,

When I try to drag the column for grouping, the column name appears twice and I'll not be able to remove the extra duplicated one, but the column functionality is working fine.Please do help me resolve this issue.

For ex:If Im trying to group by Title, the column is retrieving the correct results after grouping, but after that if Ive to chose another column, the Title with Blue box remains on the screen and will not be able to remove it.

 

Here is my code:

$("#grid").kendoGrid({
                dataSource: {
                    data: pieChartValues,
schema : {

                          model : {
  id: "dDocName",
                                 fields : {
                                       dDocTitle : {
                                              type : "string"
  
                                       },
                                 other fields
                                 }
                          }
  
  
    
  
},
        pageSize: "",
                },
                <!--height: 885,-->
                groupable: true,
filterable: {
                    extra: false,
                    operators: {
                        string: {
contains:"Contains"
                            
                        }
                    }
                },
               
toolbar: ["search"],
                search: {
                    fields: [
                        { name: "", operator: "" },
{ name: "", operator: "" },


    
                    ]
                },
                sortable: true,
resizable:true,
   
dataBinding:onDataBinding,
                pageable: {
                pageSize: "",
pageSizes:true,

                messages: {
                empty: ""
                }

                },
groupable: true,


dataBound: function() {
for (var i = 0; i < this.columns.length; i++) {
this.FitColumn(i);
}
},

                columns: [{
                    field: 
                    title: 

Other fields

                },]

            });

}
        });

Bhoomika
Top achievements
Rank 1
 asked on 25 Jan 2023
1 answer
591 views

We are in process of trying out Telerik UI for ASP.NET AJAX  PdfViewer and have observed that the demo page https://demos.telerik.com/aspnet-ajax/pdfviewer/overview/defaultcs.aspx is not correctly rendering in few machines .

 

Here is the output that we are seeing.

 

Is there a system setting that needs to be added to correct this issue?

 

Thanks.

 

Valentin Dragnev
Telerik team
 answered on 11 Jan 2023
0 answers
144 views

here is the example the column is jumping to right and left...

Naveed
Top achievements
Rank 1
 asked on 06 Jan 2023
2 answers
921 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
238 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
1 answer
179 views

When I installed the trial "Progress" control panel along with WinForms UI trial, it forces me to enter my elevated credentials and it only appears in the toolbox while I am using the same elevated user's install of Visual Studio.

As I do not have a visual studio license on that account, this is problematic for attempting to use the trial. Nonetheless, the installation of Progress forces me to use an elevated account. 

Is it possible to utilize the trial without using an admin account to install? It immediately prompts for these credentials when running: TelerikUIForWinFormsSetup.exe

Yana
Telerik team
 answered on 20 Dec 2022
0 answers
240 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
1 answer
399 views
I try to update dotnet-ef tool (nothing to do with telerik) but my command line says..

dotnet tool update --global dotnet-ef
C:\Users\.....\AppData\Local\Temp\39691258-df65-4470-843c-6b086590af0f\restore.csproj : error NU1301: Failed to retriev
e information about 'dotnet-ef' from remote source 'https://nuget.telerik.com/v3/package/dotnet-ef/index.json'.
Tool 'dotnet-ef' failed to update due to the following:
The tool package could not be restored.
Tool 'dotnet-ef' failed to install. This failure may have been caused by:

* You are attempting to install a preview release and did not use the --version option to specify the version.
* A package by this name was found, but it was not a .NET tool.
* The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
* You mistyped the name of the tool.

For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool

Eino
Top achievements
Rank 1
 answered on 11 Dec 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?