export_2_cvs programmatically without file save dialog
Hello Aaron, Yes, as I stated in my previous post, this behavior depends on the specific browser. You can use the built-in Export to CSV button:<MasterTableView ... CommandItemDisplay="Top">...
View ArticleCaching MVVM Views and View-Models
Hi Brian, Unfortunately we were not able to replicate the described issue, based on the provided information. Can you please send us an isolated sample runnable project (you can use the Kendo UI Dojo),...
View Articlehow to set an ellipsedata or mapellipseview's Center Location
Hi Sayyed Hossein, I am looking into this right now and will let you know once I have more information. Regards, Dinko Telerik by Progress Do you need help with upgrading your AJAX, WPF or WinForms...
View Articlevisualizationlayer's objects zindex seems to change with zoomin zoomout
Hi Sayyed Hossein, I am looking into this right now and will let you know once I have more information. Regards, Dinko Telerik by Progress Do you need help with upgrading your AJAX, WPF or WinForms...
View Articlecolor the states in USA map
Hi, We are looking into this right now and will let you know once we have more information. Regards, Dinko Telerik by Progress Do you need help with upgrading your AJAX, WPF or WinForms project? Check...
View Articlepassing jquery event to column command in template
Hello Martin, You can check out the progress on Kendo UI for Angular 2 and try the most recently added components here:http://www.telerik.com/kendo-angular-ui/ Regards, Dimiter Topalov Telerik by...
View ArticleSchedulerDataSource, Cannot read property 'data' of undefined
Hello Grant,Indeed, the DataSource sync method will try to push the changes to the server. Therefore, you should verify that the DataSource transport is correctly configured for CRUD operations....
View ArticleHow can I append a object to a object using the Backend Services Javascript SDK?
Hi, I have a Backend Services Data object that keep others objects. It's a array of objects. How can I append a object to this "array" using the Backend Services Javascript SDK? For example: The...
View ArticleHide expand-collapse column under images
Hi Jack, You can achieve this requirement by removing the default expand column:<telerik:RadGrid ... MasterTableView-ExpandCollapseColumn-Visible="false"> And add your...
View ArticleSending Data to Server using Express(Node.js)
I am new in angular2-Nativescript when i am sending data to server which is in Express(Node.js). Some function are able to send data to server but some function is not working.Working Code login(user:...
View ArticlePrevent Read on DataSource Inialization
Hello Grant, Small differences can be that when the getKendo is used this will give an IntelliSense for types. Also, in the documentation, most of the examples are using the jQuery method, but the...
View ArticleScroll bars not showing up on Windows 7 and IE11
Hello Peter, I replied to your inquiry in the support ticket with the same subject you started. I suggest we continue the discussion in it in order to avoid thread duplication. When the issue is...
View ArticleSelect All option for filtered value doesn't work
I reproduce it here:http://dojo.telerik.com/UQUdu/3
View ArticleSave Multiple Grids in Batch Save Mode with one Button Click MVC Razor
Thanks for your response, unfortunately it doesn't resolve the problem which I have just tried it. I still get undefined when it got to the datasource. .on("click", function (e) {...
View ArticleExport Large Dataset To Excel
I'm trying to export 100,000+ rows to Excel from the data grid, and as expected, I'm running into OutOfMemoryException issues. That's understandable, and I've seen your help articles that recommend we...
View ArticleBinding Grid to AJAX JSON
I have a WebAPI method that is returning a List<User>. This WebApi is used be several different applications and APIs, but we're attempting our first MVC app against it. I cannot get the grid...
View ArticlePivotFieldList Localization
Hi, I'm using a customized PivotGridLocalizationProvider to translate the PivotFieldList and just one string is missing in the PivotStringId class. Do you know how I can translate that string? (Please...
View ArticleRadAjaxPanel doesn't init child RadGrid control
This is the basic page set-up I have:MasterPage: Contains RadScriptManager and RadAjaxManagerPage: Contains User Control (a)User Control (a): Contains RadTreeView and User Control (b)User Control (b):...
View ArticleKnockout js with ASP.NET Ajax
Hi, Wehave built an application for my company and the application is in production. The application is an ASP.NET Webforms application. We are using radgrid and all other controls on almost every page...
View ArticleGridNumericColumn alignment
Hi Viktor,Great, that's solved my issue. I also had the problem of setting the MaxLength. That's also solved with your solution. <telerik:GridNumericColumnEditor runat="server"...
View Article