Telerik Forums
Kendo UI for jQuery Forum
0 answers
283 views

 

Please see the image marked. Looking for the same functionality at the parent element.

Unnikrishnan
Top achievements
Rank 1
 asked on 23 Jul 2021
1 answer
527 views

hello

I am using kendo grid to display data with AngularJS which uses serve pagination.

Currently it uses the existing icons provided by kendo for first page, last page, previous and next page icons.

I need to update the icons as per the below image.

I am able to update icon for previous (k-i-arrow-chevron-left) and next page (k-i-arrow-chevron-right), but I am unable to update for first page and last page icons.

Also currently it just shows the current page number as per below image. 

But I need current page along with total number of page available between the icons as mentioned in first image. 

Please let me know how to achieve the above mentioned points.

Thanks

Vignesh

 


Neli
Telerik team
 answered on 23 Jul 2021
0 answers
72 views

I have a slider on a page set to a min/max of 0 and 100.   The min/max of this slider is variable and changes depending on what a user has selected in a dropdownlist.  For example, when the user selects an item in the dropdownlist, I change the slider's min/max value of 10 and 50 using setOptions.

 var slider = $("#slider").data("kendoSlider");
                slider.setOptions({
                    min: 10,
                    max: 50,
                    smallStep: 1,
                    largeStep: 5,
                    value: 10
                });

slider.resize();

This seems to work as the slider updates to the properties I set in setOptions.  But after I do this, it doesn't consistently let me jump to a value in the slider.   For example, if I try to click the slider line at 40, the slider won't move to it.  Sometimes it will, sometimes it won't.   If I drag the slider ball to a number it works fine, if I user the increase/decrease arrow buttons it works fine.  But clicking on a number in the slider bar does not work.  

- This jumping to a number in the slider works fine before I dynamically change the properties using "setOptions".
- This problem occurs regardless of what property in the slider I change using "setOptions". 

Any ideas? Thanks.

Werdna
Top achievements
Rank 1
 asked on 22 Jul 2021
1 answer
125 views
I would like to set the column height in the grid. This grid will have one edit column with around 8000 characters. How do I handle this large information in one column.
Georgi Denchev
Telerik team
 answered on 22 Jul 2021
1 answer
307 views

Hi,

We are trying to integrate FileManager component into our WEBUI solution.

We are using non JAX-RS Java back-end implementation.

Our “root” folder on the back-end side contains thousands of  items (files and folders), so the “local” data source definition does not fits our needs.

I would like to know if it is possible to define “Read” HTTP Request body on the following Remote data source definition

                dataSource: {

              pageSize: 7,

                schema: kendo.data.schemas.filemanager,

                transport: {

                    read: {

                        url: "/kendo-ui/service/FileManager/Read",

                        method: "POST"

                    },

 

You are more than welcome to advise any other solution.

Regards,

Oleg

Nencho
Telerik team
 answered on 22 Jul 2021
1 answer
368 views

As of now in navigate event,  we are changing the workDayStart value based on the user selection, however our requirement is the workDayStart  value  has to change when their is an appointment exist in the non working hours. Could some one please help me how achieve this?

 

Ex: The scheduler workDayStart value 8:00 am, however I have an appointment at 6:00 am. So the scheduler has to automatically adjust the workDayStart as 6:00 am and the similar way need to for workDayEnd.

Neli
Telerik team
 answered on 21 Jul 2021
0 answers
198 views

We are using the Kendo PDF export library in our Angular 8 application to export the page into PDF and using the page break feature. It works fine but sometimes it breaks the UI and display single box into 2 pages and breaking internal content of page onto 2 pages (Screenshot is attached the for the reference and understanding of the issue).

We tried with different styling but no luck, can someone help us on the urgent basis.

Deepak
Top achievements
Rank 1
 asked on 21 Jul 2021
1 answer
147 views

Hi Team ,

Do kendo spreadsheet (Angular) support  Mutli-column header feature, could you please provide us with some help on the same earliest. 

Note: I have highlighted the Muti column header feature in sky blue color for your reference.


Veselin Tsvetanov
Telerik team
 answered on 20 Jul 2021
0 answers
393 views

Hi,

There are certain xlsx files that does not get open due to formatting done in the file. In latest version https://kendo.cdn.telerik.com/2021.2.616/js/kendo.all.min.js. tested in https://dojo.telerik.com/osEdEBeJ/2 , we saw a dialog showing the list of errors. Is this implemented as part of this release? As with the older versions https://kendo.cdn.telerik.com/2020.2.513/js/kendo.all.min.js , the dialog was not there and we could see error only in console.

When we integrated the scripts in actual application the dialog was not showing. Is there any specific way to open the error dialog?

Can we customize the error template?

Regards,

Jaspreet

Jaspreet
Top achievements
Rank 1
Iron
Veteran
 updated question on 19 Jul 2021
1 answer
107 views

Hello,

I have a master kendo grid which has records of different types in it (implemented using HTML+JQuery).
I wish to use the 'Detail Template' for the records
However the details grid needs to be different for each record type (the columns of the detail grid will differ for each master record).

From the documentation I could figure out only 1 detail template can be provided in the master grid.
Can I have different detail templates based on the master grid record type?

Alternatively is there any other approach I can take to implement this functionality?

Any help appreciated.

Georgi Denchev
Telerik team
 answered on 19 Jul 2021
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?