don't know if I miss anything, but my case is that when I am trying to get the current cancelled edit item, the values in the e.model is not restored back to the orignial values before edit.
Using "console.log(e.model)", it looks like the model is restored to the original one, but if you write out a value, e.g. "console.log(e.model.comment)", the "comment" value is not retored back to the orginial value, but the edited value before cancelling. Please see the attached screen shot for details.
Need urgent help from your guys, anyone could help?
I am trying to use the editor in an mvvm mobile web app.
It works in firefox as seen in the attached screenshot.
In chrome however it comes up with an error message : Cannot read property '0' of undefined
Both firefox and chrome are updated to the latest version.
the editor is configured like this :
Hi, I'm using Kendo grid in javascript (coffeescript)
I have a boolean grid column with a template functon:
column:
template: (row) -> if row.booleanField then '<img src="/static/img/yes.png"' else ''
The column is editable, and show a checkbox when editing. After edit, and the cell becomes dirty, template no longer works - the code runs, but the cell does not get the img.
I am looking for some guidance for this application of the Masked Input Box. Simply stated I want to use it in conjunction with the Kendo grid. The research I have done reveals that row templates are not supported for grids with inline editing, and that eliminates one possible straightforward approach. I would be interested if anyone has made this scenario work.
Hello,
I am facing a strange issue with submitting data of a grid. Here is how the scenario looks like
There is a grid, with first column having check box to select a certain row. There's a button, on clicking takes all the selected rows and passes on to a MVC controller action - using Ajax Post.
This action, calls a server method that submits all these records to db server as a List<> The issue is - this all works fine when 39 records are selected but throws up "Internal server error" when more than 39 records are selected.
Note: The number of columns are about 20, no paging in grid, the grid has only 3 columns editable out of 20 and each row is calculated to allow the edits.
Am I missing anything, which is causing Internal server error !!! Is there a problem with grid or my code somewhere....this issue with number of records seems strange.
I want to change the icon on the delete button, but I am somehow not able to catch all the activity state icons like :hover and such. How do I replace all of them?
I have 3 column grid with checkboxes. When I am trying all model values (true/false) by selecting checkbox in header it gives poor performance.
Is the implementation done bad way or it just behave this way normaly ?
As you can see, the first chart shows the 0 value data points correctly. But, when set to valueAxis: { type: "log" } the 0 values no longer show as 0 values. How can we fix this?
Trying to see implement grouping and resources in scheduler widget, however am using declarative syntax for the widget construction and binding it to a view model.
Hello
I'm looking for an option to get html that is containing also inherited style. Currently if I won't specify e.g. font or font size directly, these values are not stored in html, so when html is opened somewhere else - e.g. in email it looks differently than in editor, which is unacceptable. I want to have html that is always looking the same in any place I open it. Even if external css is not embedded.
Is there any way to get such html? Or to force not use inherited style and always some default to have that result.