I have a KendoGrid configured with remote datasource. And every time it sends requests to the server it clears the "fragment identifier" from the URL (basically it deletes everything after the "#" char).
How can I disable KendoGrid from touching URL completely?
Thank you
Alex

We have a Grid with editable: "popup" and custom sizing. Now when a vertical scrollbar is necessary, the "Update" and "Cancel" buttons are not visible because they are scrolled to the bottom (see attached screenshot).
I would like to always show the buttons and only scroll the content. What's the best way to achieve this behavior? Thank you.

I'm trying to style the ":empty" state of the div, but it doesn't work because the Kendo Editor seems to add "" into the div, so it's never empty.
What should we do here? If the user backspaces whatever that code is, the :empty state then appears just fine.
Hello,
if a splitbutton go on a small screen in overflow mode, the click event of the buttons are not fired.
Dojo: http://dojo.telerik.com/otopaWUL
Please decrease the width of the output window, so that the splitbutton goes in the overflow button.
How can I fix this?
Regards,
Peter

Hi,
I'm trying to add a group in my listbox.
But seems my code below is not working.
It only shows unidentified.
$("#optional").kendoListBox({ connectWith: "selected", dataTextField: "Name", dataValueField: "Name", selectable: "multiple", template: myTemplate, groupable: true, toolbar: { tools: ["transferTo", "transferFrom", "transferAllTo", "transferAllFrom"] }, dataSource: { transport: { read: { url: "getmember" + id, dataType: "json" }, schema: { model: { fields: { Name : { type: "string" }, Id: { type: "string" }, Location: { type: "string" } } } } }, group: { field: "Location" } }, columns: [ { field: "Name", title: "Name" }, { field: "Location", title: "Location" } ] });In my grid, (30-40 columns / 200-300 rows)
When I select a row, it tooks approximately 1 second before the change event is fired and the new row is visually selected.
After the change event, our custom code is executed. In the callstack, only kendo and jQuery files are mentioned.
When I load less data (20 rows) in the grid, the event fires faster.
What are the possible reasons of the delay?
Are there other events that are fired before?
Thanks in advance
Hello,
can I set dynamic color for categoryAxis.crosshair?
I try to set dynamic color for crosshair based on the conditional.
But this option do not support function.
Then can i set dynamic color for this?
Thanks,
Huong
Hi,ProgressBar with type="percent" round 99.99 to 100%, need math.floor to 99% or 99.99%
https://dojo.telerik.com/OqeqAkOV/2

Hello,
can I disable the automatic redraw or refresh of zoom?
I make a zoomEnd function, which make a new ajax request to get the data in better resolution for the zoom range.
This function redraw the chart at the end.
This need some time and in the meantime the chart show the old data with the rough resolution. Would be nice to suppress this.
Peter