What is the effect of cycling on weight loss? I went back to the jsfiddle page, and updated it to look likethe following. I'm not sure to which issue you are referring to for a status update. The standard Ajax call works fine, and passes json data. Can an autistic person with difficulty making eye contact survive in the workplace? .Read(read => read.Action("SelectApprovalFlow", "Approval")) Finally, Telerik sent me a code example that included a function that's not in their API documentation, but darn well should be. Not the answer you're looking for? return false; This is a migrated thread and some comments may be shown as answers. Telerik and Kendo UI are part of Progress product portfolio. Site design / logo 2022 Stack Exchange Inc; user contributions licensed under CC BY-SA. url = "../Authentication.svc/Login3". Can "it's down to him to fix the machine" and "it's up to him to fix the machine"? When the migration is complete, you will access your Teams at stackoverflowteams.com, and they will no longer appear in the left sidebar on stackoverflow.com. By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. { read: { url: url, transport: { All Rights Reserved. I think the problem is to do with how to pass JSON arguments to the web service. Why do I get two different answers for the current through the 47 k resistor when I do a source transformation? Join us on our journey to create the world's most complete HTML 5 UI Framework -. Reads data items from a remote/custom transport (if the transport option is set) or from a JavaScript array (if the data option is set).. If you need to filter, it is better to use the filter() method or the query . The read method always makes a request to the remote service unless the Data Source is offline.. Parameters data Object (optional). This thread shows how to deal with caching in IE: Prevent caching of pages in Internet Explorer 8. So, if you're having the same issue I did, where you want to call read () on your grid's datasource, but it simply isn't working, here's an example from Telerik that may help you. type: "POST", You can see what part of code raise an exception in some debug tool (I'd recommend you Chrome's DevTools (just press F12 key in Chrome). AJAX CALL (works! $.ajax({ By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. Saving for retirement starting at 68 years old. var dataSource = new kendo.data.DataSource({ To learn more, see our tips on writing great answers. This question is locked. At least thats what I can see in the console pane. Please take a look at the followingjsfiddle page, although it does not do much, it will show the usage of parameterMap function. processData: false It is not that the success handler does not execute at all cause the rest of the code as specified in the handler does execute and give results as expected. . It is working fine in Mozilla browser but in IE11 it is not working properly. Telerik and Kendo UI are part of Progress product portfolio. .Events(events => events.Sync("sync_handler")) Kendo Grid datasource refresh does not work in IE, Making location easier for developers with new data primitives, Stop requiring only one assertion per unit test: Multiple assertions are fine, Mobile app infrastructure being decommissioned. Kendo Ui opensource Grid not refresh in Internet Explorer? contentType: "application/json", rev2022.11.3.43005. 2022 Moderator Election Q&A Question Collection. See Trademarks for appropriate markings. NewRelic and Ajax Requests from Kendo Grid datasource refresh, Kendo Grid local datasource causing TypeError r is undefined, Kendo UI grid not refresh automatically in Internet Explorer, Dynamic bind kendo grid dataSource binded to directive, How can I refresh "footer" on Kendo Ui Grid using JQuery. LO Writer: Easiest way to put line of words into table as rows (list). }); REQUEST PAYLOAD AS SHOWN IN NETWORK TAB OF CHROME DEBUGGER: ------------------------------------------. contentType: "application/json", , function btnClick() { In IE11 refreshing the grid is working one time . } In my case thedatasource is currently embedded in a grid, but it amounts to the same thing. Did you try to use thedemonstratedapproach? What can I do if my pomade tin is 0.1 oz over the TSA limit? How do I simplify/combine these two methods for finding the smallest and largest int in an array? Find centralized, trusted content and collaborate around the technologies you use most. PS: I even happened to try out $("#grid").data("kendoGrid").dataSource.sync(); which too was not working. I was trying to refresh my kendo grid after doing an update of the data by using the following piece of code in the success handler of my ajax call: Well this refreshes and works perfectly as expected in Mozilla and Chrome but in IE the refresh does not seem to work nor does the datasource update. The jsFiddle test pages posted in my previous replies provide aguidanceon how to implement the required functionality. How can we create psychedelic experiences for healthy people without drugs? columns.Bound(p => p.StepDescription).Width(100).Title("Step").HeaderHtmlAttributes(new { style = "text-align:center;font-weight: bold" }); 4. .Ajax() ),