Telerik Forums
Community Forums Forum
0 answers
137 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
130 views

Dear support team,

 

We have successfully configured the Telerik Report Server to use reports with custom functions by following the instructions on the link:

https://docs.telerik.com/report-server/knowledge-base/how-to-use-custom-function-in-report-server#environment

 

The reports work fine on the Telerik Report Server, but we cannot access the ObjectDataSource component via the Web Report Designer. We can do that only in Standalone Designer.

So, what is obvious is that the ObjectDataSource component is resolved at runtime, using the configuration of the running application, but in the ObjectDataSource wizard the object is not displayed. We get a message that no business object type have been found on the server.(Image attached)

 

Could you please help us with this issue?

1 answer
39 views

I would like to deactivate my account and remove all my data from the system,

 

Thank you!

Nick Iliev
Telerik team
 answered on 21 Feb 2023
1 answer
117 views
Please deactivate my account and remove my details from your system.
Thanks
Jennifer
Telerik team
 answered on 16 Feb 2023
1 answer
446 views

Dear support team and community ,

We are using Progress Telerik Report Server R3 2022 SP1 (8.2.22.1109) and want to configure it to use reports with custom functions. We created a library in the form of a .dll file that contains the function we call. All of that was successfully done using Standalone Report Designer, we have imported the library and we are successfully accessing it using Object Data Source.
However, when we wanted to do it on the Telerik Report Server running on the IIS server, we were unable to access the custom function found in the library and got an error on the Telerik Report Server web application.
We followed the instructions from the documentation found at this link: 

 

After we copied the assembly to the bin folder and registered the same assembly in the corresponding application configuration file ([Telerik Report Server installation folder]\Telerik.ReportServer.Web\TelerikReporting.config), we got an error with this text. 

"Unable to cast object of type 'System.Configuration.DefaultSection' to type 'Telerik.Reporting.Configuration.ReportingConfigurationSection'."

 

I am sending a picture and an attachment.

 

Could you please help us in solving this problem.

Momchil
Telerik team
 answered on 07 Feb 2023
2 answers
173 views

Hello,

I saw this documentation to read zip files with a password.

https://docs.telerik.com/devtools/document-processing/knowledge-base/zip-unzip-multiple-files-password

But is there a way to check if I need a password or to check if the Zip file has a password protection?

Guarana91
Top achievements
Rank 1
Iron
Iron
 answered on 06 Feb 2023
1 answer
143 views

I need to translate the SQL query to a relational algebra expression. 

SELECT P.Name 
FROM Players P, Games G
WHERE P.Id =  G.PlayerId
    AND P.Game = 'Football' AND G.Season ='2019'
where: Players (Id, Name, Game) Games (PlayerId, GameCode, Season)
jhonson
Top achievements
Rank 1
Iron
Iron
 answered on 06 Feb 2023
4 answers
234 views
good day to all .. i'm actually very passionate about music since I graduated from a music school in piano .. but now I'm more passionate about the guitar .. now I want to do something, namely a mobile application specifically for guitar music .. maybe someone will tell someone who can help?
Christopher
Top achievements
Rank 1
 answered on 05 Feb 2023
2 answers
147 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
106 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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
Iron
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?