Telerik Forums
Kendo UI for jQuery Forum
1 answer
491 views

I have written my own data validation in a Kendo Spreadsheet that executes when OnChange is fired. From what I can tell, this event happens when I change the contents of the cell then either click on another cell or scroll using the arrow key -- in Html this would have been onBlur. To that end, everything is working well. What I am not able to do though is reset the focus back to the cell that was in error. Within the OnChange function I execute sheet.range(rangeString).select(), but Kendo ignores this and continues moving to the next cell when OnChange is completed. Is there a way to stop this action?

 

Thank you in advance.

Neli
Telerik team
 answered on 04 Nov 2022
0 answers
420 views

Hello, 

I am using the Kendo Upload widget to upload images to a web application. I am having some issues with file sizing even though my maximumfile size is set to 10 MB and the Image is 5.1 MB.

I was unable to find any information on built-in limitations for the uploader on in the Kendo UI jQuery documentation.

Are there any built-in limitations to this widget in terms of file size? If so, what are they?

IT
Top achievements
Rank 1
 asked on 02 Nov 2022
1 answer
129 views

I was looking for css fix for the current date focus on kendo datepicker input, where i found this article in kendo site

https://docs.telerik.com/kendo-ui/knowledge-base/datepicker-auto-change-focus

But the issue is for every month the date is focused.

this is the current month and current date

but when i click next month the same date is showed with box shadow.But i want to focus only the current month and current date

Georgi Denchev
Telerik team
 answered on 02 Nov 2022
1 answer
151 views

How to change the editor>insert link default web address content  from "http://" to "https://"

See screenshot

 

 

Lyuboslav
Telerik team
 answered on 01 Nov 2022
0 answers
109 views

Hi!

There is a problem, when spreadsheet contains "ROW" or "COLUMN" function with self reference.

To reproduce this, open dojo:

https://dojo.telerik.com/IciGiroC

A3=OFFSET(A3, 1, COLUMN(A3)-1)

A4=1

A1=A3

What is expected: A1 value is 1

Actual result: A1 contains "#CIRCULAR"

Kendo UI Spreadsheet 2022.3.913

Ryabinin
Top achievements
Rank 1
 asked on 01 Nov 2022
1 answer
135 views

Hi,

I have a data display problem, multi-column header error showing foreign key column as shown in attached video.

Can someone help me, many thanks.
The foreign key column property is declared as below:

        col.dataTextField = col.dataTextField ?? "text";
        col.dataValueField = col.dataValueField ?? "value";
        col.dataSource = {
            type: "json",
            transport: {
                read: function (options) {
                    ufn_ApiGetLookup({
                        data: col.source,
                        success: function (d) {
                            options.success(ufn_GetData(d));
                        }
                    });
                }
            }
        }

Georgi Denchev
Telerik team
 answered on 31 Oct 2022
1 answer
111 views

Hello,

We have a diagram with layered layout, aligned to right. The diagram can have one or more root nodes.

The problem is that when we have multiple roots, we want to align them one under another, instead, if they are not very long, they are aligned to the right of each other.

Is there a way to achieve this alignment? We searched documentation but didn't find any specific property.

I attach images of how the diagram looks now and how we need it to look.

 

Thanks,

Iuliana

Nikolay
Telerik team
 answered on 27 Oct 2022
0 answers
199 views

I am using a boolean field in my kendo grid:

"activePin"

model: { id: "id", fields: { accountId: { editable: false }, accountName: { validation: { required: true } }, operatorGroupName: {}, pinCode: { editable: false }, email: { }, cellPhone: { }, note: { }, activePin: { type: "boolean" }, eqpAccess: { editable: false }, } }

The value of this field is set to true or false based on the value of a status field in the read data:


parse: function(response) {
	for (var i = 0; i < response.length; i++) {
		if (response[i].status === 'A') {
			response[i].activePin = true;
		}
		else {
			response[i].activePin = false;
		}
	}
	return response;
},

The column in my grid displays correctly, and when the row is edited, correctly displays a checked checkbox

when true, and an unchecked checkbox when false.

 

In edit mode, if I check the checkbox and press update, the model data being sent to my transport Update or

Create functions is always false, regardless if the box is checked before clicking update.

 

Not sure what I am missing?

Hunter
Top achievements
Rank 1
 asked on 26 Oct 2022
0 answers
400 views
Is there an equivalent in Kendo Spreadsheet for ScrollTo. I'm building a Time Sheet App and I want to set the current day, which is represented by a column, as the home column. Setting focus to the first row of the column is easy enough, but I would also like to scroll to that column if possible.
Daniel
Top achievements
Rank 1
Iron
 asked on 26 Oct 2022
1 answer
209 views

When columns virtualization is activated, grouping rows automatically expand (if collapsed), when scrolling the grid content.

Using this JsFiddle, try to scroll the grid vertically to reproduce the bug.

Georgi Denchev
Telerik team
 answered on 25 Oct 2022
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?