Hi you have a bug, in the chart i write label in Hebrew(RTL language) and it write the label text in reverse,
תפוח -> חופת
לימון -> ןומיל
It is write the label like mirror
Hi, I'm working with DialogFlow and Kendo UI for JQuery and ASP.NET to build a chatbot. I have an issue with the RenderAttachment method. No matter what value (carousel or list or anything else) I give to the AttachmentLayout parameter, the messages are displayed with a list format (Vertical aligned). Is it normal? If not, please can ou help me?
encl: my code
Hi
I'm using kendo stock chart to plot the temperature data of each device. Let's say If I want to plot 5 devices data, I push data to kendo DataSource Object (format of data point: {device_id: <temperature, date: <date>}) as soon as I get data from the device. Initially, I had a limit of 5 devices per a chart but again got a requirement of putting 128 devices. At any point, I used to maintain 10 data points on the chart by removing older data points. But I have increased the limit to 100 data points when plotting 128 device data. After making this change the browser was unresponsive and finally crashes.
1. Is this because of the continuous refreshing of the chart (after pushing the data point, I update the chart using the refresh method)?
2. Or stock chart could not handle more data points?
How to handle updating the chart with continuous data from device efficiently. Could someone provide me with the best practice to do this?
Hello,
We have a few grids on a page with "filterable: {mode: row}" enabled. This option causes to render a single grid ~700-1000 ms, without this option it takes 10-20 times faster.
Here is example that demonstrates the issue
https://dojo.telerik.com/ebavEhos
First grid filterable option enabled, the second grid option is not set.
Below the grid, you'll see the time to init each grid.
Are there any ways to improve that performance?
Thanks,
Max
Hi,
I want to make a cell editable on double click instead of single click. I know this can be achieved by jQuery. But still do we have any option in kendo grid.
Thanks in Advance,
Sam
For me, in the latest version of chrome the keyboard shortcuts are not working, even on the documentation example.
https://demos.telerik.com/kendo-ui/datetimepicker/keyboard-navigation
I'm working in MVC 5 and am using Entity Framework.
I want to be able to disable dates in a datepicker where the disabled dates are pulled from a table in the DB, for example the Holidays table where the dates are in a columns called HOLIDAYDATE. I see how to hard code the dates but how do you pull the dates from a data source and load them into the datepicker?