So I am trying to create a Scrollview from a remote datasource and put the images into a template. I only want 1 image per "page". The code from the following screenshots come from this dojo.
This is the template with the issue.
If you have the pageSize set to 2 or more each page shows the template as designed.
If I change that to a pageSize of 1 the template is blank. How do I get the template to display 1 product per page?
Iam using the KendoDateTimePicker for MVC.
Currently am in GMT+0200 (Israel Standard Time) and i want to select a particular time in in KendoDateTimePicker. For e.g., say the time is 25-Mar-2022 02:00. when i select the time part as 02:00, the time part automatically skips and formats to 03:00, which i know for that datetime +1 hour daylight saving is applicable.
Although i reside in this time zone but the data i want to manage is of different countries which has the daylight saving is not applicable.
Can i somehow manage the kendoDateTimePicker date and time without affecting this daylight saving.
Which means the picker should accept all dates and times irrespective of any time zone.
Thanks.
Hi,
I have a DDL that gets its first value from a grid ("myValue"), a simple string that will be written to the DDL (same JSON format that the DDL is expecting
{
field1: "myValue",
field2: ""
}
). When the DDL is opened, the value I entered ("myValue") should be searched in the data source of the DDL and this value should be put into focus. In the end the JSON looks like this:
{
field1: "myValue",
field2: "describtion of myValue"
}
The DDL datasource has to compare the value from field1 ("myValue), if it matches it has to select it,
As long as I don't use virtual this works, but as soon as I use virtual it doesn't work anymore.
How can I achieve that the value from the grid is written into the DDL and the DDL then sets the correct data set into the focus?
Thanks in advance.
Hi,
I'm working with Kendo FileManager, it's nice but also pretty immature, I hope you can fix it soon.
Main problems are:
1)The copy/move option during drag and drop it's out of every standard UI, the darg/drop action moves items, eventually a copy/paste context menu allow to copy it. In your strange way a lot of duplicated files are created accidentally...
2) We have no way (or I don't find) to move a file/folder to the root. A standard strategy can be a "..." folder that refers to the parent.
3) We have no way (or I don't find) to stop client actions server side, communicating something, in ie: "I'm sorry, you can't rename this file." We can use command event but not for actions Read and Upload.
4) Upload button allow to uploads something, then if you click it a second time the File list contains informations about previuos sents and if you click "clear list" the windows is closed... terrible...
5) Commands can require long time but no busy indicators appears...
6) How to distinguish Copy from Move? The server receives the same "Create" request.
I really hope you can release a new version in a reasonable time
Thanks,
marc.
When using the MVVM value binding with the DropDownTree, pressing the X button to clear the selection does not clear the bound field in the viewmodel. If the DropDownTree is configured with valuePrimitive=true, then the VM bound field is completely unchanged If the DropDownTree is configured with valuePrimitive=false, then the VM bound field is set to the string value of the prior selection's ID.
So my present workaround is to use valuePrimitive=false and if the VM bound field ends up being a string instead of an object, then treat it as null instead. This adds a bunch of extra and ugly code to my app - is there any way to get the widget to simply set the bound VM field to null when the user clicks the X?
Hi !
I am trying to build a quick proof of concept here: http://dojo.telerik.com/@glajman/aQeTILaY/4
I need to sort the columns by Category, in this case all red Columns together, all blue columns together, etc. In other words, I need all of the same series values rendered together next to each other. I am attaching a screenshot of how I want this to look.
I created a Data Source and tried sorting and grouping but none worked. Can you help ?
Thanks!
Hi , I'd like to know if there's a way to set the height of the plot area and if not is there a way to get the height of the plot area on the chart. I need the height of the plot area but am unsure how to get it.
I've looked at https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/plotarea and haven't found how to get or set the plot area height.
Hi,
I would like to ask if it is possible to move the grid pager to the right, and also rearrange the “1-1 of items” message as the first element in the pager with just CSS?
How I want it to show:
I can structure the pager to the right with this line of Javascript code ,
$('.k-pager-info').insertBefore('.k-grid-pager .k-link:first');
But I would prefer a solution with only CSS and no Javascript.
Thank you.
Hi,
I have a question regarding Gantt chart performance, when having large amount of data. I expect that my Gantt chart will have ~10.000 rows minimum, but I am starting to face some performance issues with this amount of data. The widget becomes laggy and responses to user actions with a delay.
So my question is what is the maximum row count that Gantt supports? Maybe I've reached it?
Thank you)
