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)

Hi,
I found errors in the Dutch translation messages for the pager, more specifically in the 'page', 'allPages' and 'morePages' messages. The correct message object for Dutch is:
{}
I'm a native Dutch technical translator by trade, so I think I know what I'm talking about ;-)
Also the 'morePages' message isn´t mentioned in the Pager documentation.
Best regards,
Henk
Hi ,
we are using kendo grid for asp.net mvc. It has multiple rows with button for expand (Each having separate detail rows). Now when i click on each header (master row) row expand button it will display all detail rows below it and last row is a button saying 'Add Respondent' which will open a search window and pickup a row and it gets added to the bottom of the child rows. Now the question is i want to hide any previously expanded master rows EXCEPT this master row (along with child rows) i expanded and the newly added child row should be displayed along with other children of the expanded master row.
see below when click on 'Add Respondent' it will add a new child row, to the list, but only this detail list should stay in expanded and upper detail list/grid should be collapsed ( if any other detailed child rows)
