In this example http://demos.kendoui.com/web/grid/remote-data.html grid connected to remote service. But service doesn't described.
In Razor markup way controller method receives DataSourceRequest and returns DataSourceResult. Is it possible to do something similar? Maybe some sample..
I have some conditional formatting that changes row colors when a grid is databound. When a popup editor is invoked and then cancelled the background color of that row goes back to the default (I need to maintain it). I've tried capturing the close event like below, but that doesn't seem to work. Any suggestions?
Is there any way to prevent editing of the first row in a grid? I need to allow editing of the remainder of cells in the grid (based on the config), however, I want to prevent all editing for the entire first row.
Telerik JustCode is reporting several warnings about Kendo UI (kendo.mobile.*.css) files. See the attached screenshot..
Doesn't Kendo UI follow the rules and standards defined in JustCode? If it has nothing to do with Kendo UI, what's the problem with JustCode?
I would like to use inline editing with KendoUI grids in an MVC context, but can't at the moment for any data containing Date fields, because whenever I click the Update button (whether after creating a new record, or editing an existing one), even if I haven't changed the date field, I get a validation error (e.g. if the field is DateOfBirth)
"The field Date of Birth must be a date". (please see attached screenshot)
The date format I am setting for the Grid is dd MMM yyyy (because this is unambigous, whereas e.g 04 06 2012 is ambiguous and could mean either 4 June 2012 or 6 April 2012) and my pc (Windows 8, running Visual Studio 2012) is set up with UK regional settings.
(I have a support ticket set up for this, but no solution yet after 10 days), so am posting it here in case anyone else can help.
NB It has been suggested that I set the culture to "en-GB" (which I have never had to do before, including lots of other [non inline editing] use of KendoUI grids), but it didn't resolve the problem.
Hi All,
I have a question about positioning tooltip,because when you hover on chart tooltip it is shown too far from it.
Is there any way to set tooltip as closer as possible to chart or controll tooltip position?