Deleting last remaining row on kendo grid on the last page does not go to the previous page. When using client side filtering, deleting the last remaining record should change the current page of grid to previous page.
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 Team,
Can you adjust the culture of de-DE and de-CH? Month/Day looks incorrect for these regions, it should be Day/Month.
Thank you!
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.
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.
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 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.
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!
Diagram shapes get converted into SVG elements such as Path, Text, Image, or group (g) tags. These tags support the primary HTML event handlers (such as on click) and other attributes. It becomes essential to add a hiddle sibling with identification to work around this limitation.
var fooText = new KD.TextBlock({
x: fooX,
y: fooY,
text: textFromDb,
id: uniqueIdBasedOnDataFromDb, // This ID (or another property "domId") should become the Id in the HTML
onclick: someMethod,
customAttributeA: valueAFromDb,
customAttributeB: valueBFromDb});
barGroup.append(fooText);
We have clients who use locked cells in excel sheets they import/open with the spreadsheet widget. They use these in evaluations of their staff and have staff input values and run calculations in locked cells that they do not want their staff modifying. It would be super helpful if this feature was able to be supported in the spreadsheet widget.
Thank you!
Hi Team,
I would like to request the Kendo UI ProgressBar have the functionality to load a percentage as the DataSource loads. In my case, I'm using SignlarR and it would be a nice visual to show how much is loaded on the page.
Thank you!
The NumericTextBox should behave like standard input fields and automatically select all the text when tabbing into the control. This should work for NumericTextBox controls whether using inside or outside of a Kendo grid.
Hi Team,
I would like to request the functionality to set the dataSource.model.id with a function handler rather than just a string.
The usefulness behind this in my case is the mixing of dataTypes in the Kendo UI PanelBar. We are trying to mix the data in the results returned and do not currently have a common structure/object representing the data.
Thank you!
The NumericTextBox has a property called selectOnFocus which allows you to select the entire value when you click inside the input.
My request is to have this feature in other inputs as well.
Hi Team,
I would like to request a way to configure the Kendo UI Grid to allow dragToSelect selection with batch editing functionality.
Thank you!