tabstrip in mobile device easy to use for client if tab is scroll on touch instead of arrow button of left and right
Hi, We have a requirement where in, we would like to have rolling view for the standard timeline views (timelineweek & timelineMonth). What i mean by that is, the start-date of the view starts from the current date and the end date is based on whether its a week or a month. For instance, if its the timeline week, if the current day is Wednesday, the start day of the week must be the current Wednesday and the end should be the next week's Tuesday. The navigation from there should be the next Wednesday to the next corresponding Tuesday. Now if the user navigates to a day via the calendar, for instance a Thursday. The view must start from a Thursday and end on a Wednesday. The same applies for the timelinemonth view as well. Only change would be, in the case of the month, its the date and not the day. Currently this can be achieved by creating a custom-view by extending the standard views. It would be really helpful if this is available as toggle/setting in the standard view. Thanks, Shashank
Refer to : http://www.telerik.com/forums/setting-recurrance-messages-from-variable To allow multiple language support it should be possible to define the recurrenceeditor messages in the template to use an external source rather than having to hard code 1 set of messages.
I just upgraded to the latest version today.
kendoScheduler doesn't fire change event when in "Year" view.
This is really easy to duplicate. Select Year and it doesn't fire.
<!DOCTYPE html>
<html>
By enabling the drilldown feature on charts, clicking the charts should take the user to the next level.
Hi
Is it possible to only move between "open cells for input. " With fx. using tab or enter.
When you are input finance data. It would be nice, that with a tab, it only moves between open cell. Is this possible.
On all browser, but mainly edge, chrome ,
reg. jakob
Hi Team,
I would like to request the functionality to export from the server easily and to be able to chunk/unchunk data. I will elaborate further.
Thanks!
Hi Support,
I have some issues with the copySelectionToClipboard Method for the Grid widget.
In the first one, the copy function of the table seems to have a problem with locked columns. In the dojo of the first problem the table headers are displayed shifted.
Secondly, grouped table headers are not copied. To see in the second dojo.
Lastly, it should be mentioned that the definition for the copy method is not included in the kendo-ui npm packet.
Problem 1:
https://dojo.telerik.com/OBOQemUm
Copy result in Excel:
Problem 2:
https://dojo.telerik.com/OBOQemUm/2
Copy result in Excel:
Best regards,
Jonas
See https://dojo.telerik.com/uLiNOsIT/2
Toggle Button 1 toggles but doesn't execute the command. Toggle Button 2 executes the command but doesn't toggle.
Please advise.
The Kendo UI Toolbar widget supports adding attributes to the created DOM elements of items via the various attributes options for items, splitButtons and buttonGroups. I wanted to use this feature for adding custom CSS classes to sub-items of splitButtons. However, this seems to stop the "k-item" and "k-menu-item" classes from being added to the "li" DOM element. The sub-item is no longer clickable. This DOJO demonstrates the behavior.
The problem can be fixed by re-adding those classes manually in addition to the custom CSS class.
I have not tested what happens when custom CSS classes are added to usual items or items in buttonGroups.
It would be nice if tasks could be added to gantt that are missing a start date, end date or both dates. For our use case this feature is not only useful, but mandatory. We are visualising a project workflow that goes through several phases and steps. Within our application, the client fills in the dates for these tasks and milestones as the project progresses. Not all dates are filled-in at all times, however when a project manager creates a gantt chart, he wants to see all the tasks. A task without a date is an information in itself. Currently we have to create a fake date entry for tasks without dates.
Hello,
In the documentation for the Kendo jQuery ToolBar, there is support listed for button group 'items.buttons.toggle' if the button is of type button and has 'togglable' set to true. However, it seems that if that button group is set to "overflow: 'always'" the toggle method stops functioning, even if the button is listed as togglable.
I've recreated the issue in this dojo:
https://dojo.telerik.com/OPebOsEC/5
Is the toggle method unsupported for overflow buttons? If so, I can't find any reference to that in the documentation.
Thanks!
Hi Team,
I would like to ask for the functionality to highlight text in a cell as the user searches text for the Kendo UI Grid.
Thank you!
Refresh the grid with a function. I now do a queryselector to find and click the refresh button that i only added so i can refresh the grid with javascript. I'm using an array (global scope) to store data.
The grid.refresh() didn't work, probably because i don't use transport. I have tried all the solutions on telerik and stackoverflow websites.
The data in the array gets manipulated outside of the kendo grid. document.queryselector(".k-pager-refresh").click() option works , but there has got to be a better way to do this.
P.s. deleting and rebuilding the grid with the new data gives bugs with grouping the data by column header, so that isn't an option.
In a read-only AutoComplete, the X button clears the value of the component.
Regression introduced with R1 2022
The X button clears the AutoComplete's value
The button shouldn't clear the AutoComplete's value
The value of a disabled DropDownList is not announced in the below screen reader -> browser combinations:
NVDA with Chrome
JAWS with Chrome
The value is correctly announced by NVDA in Firefox.
After testing the scenario with the ComboBox, the value was correctly announced in all screen reader -> browser combinations.
The screen reader announces the disabled state of the DropDownList, but does not announce its value.
Note - the value of the regular select element below the DropDownList is announced.
The value of the disabled DropDownList should be announced in the above mentioned combinations.
Hi Team,
I would like the user to be able to add a value into the Kendo UI DateTimePicker's input with the calendar opened. Currently, if the calendar is open, the focus will be on the calendar, and it will select today's date upon pressing enter.
Thank you!