Grid Cancel Edit Crashes Angular
Here's an example of my grid config:01.config: {02. sortable: true, 03. pageable: {04. pageSize: 5, 05. pageSizes: [5, 10, 25, 50, 100, "all"]06. }, 07. reorderable: true, 08....
View ArticleAltering the 'stroke' of a series & hiding the tool tip.
Fantastic answer. Solved my problem. Many Thanks!
View ArticleMultiple lines of text in ColumnGroup header
How can I display multiple lines of text in a column group header? I can't see my "Line2" text in the sample below publicForm1() { InitializeComponent(); ColumnGroupsViewDefinition view =...
View ArticleGrid Cancel Edit Crashes Angular
Alright, the issue ended up being with my read function. It was defined as this:01.this.getMarkets = function(e) {02. marketService.getMarkets($stateParams.nodeId).then(function(data) {03....
View Articlescheduler datasource refresh based on navigate date range
Is there an example of this using the PHP scheduler wrapper?
View ArticleGrid Sorting issue
Hello all, I have a grid bound to a datasource that is receiving data from an odata-v4 endpoint. The data is loaded correctly and I have several columns with templates defined as the data has some...
View Article"Use Nested Chart" example
I found the "How-To" guide "Use Nested Chart" very helpful for showing how to use kendo widgets inside one or more grid...
View ArticleHow to pass URL to Edit Dialog Window and display URL content inside that Window
Folks, environment: UI for ASP.Net Ajax Q1 2016 With VS 2013. and using below Telerik link as a prototype in my project.I have a sql table in SQL Server that has 2 columns, 1) Link 2) URL (i.e....
View ArticleHow to pass URL to Edit Dialog Window and display URL content inside that Window
using below Telerik Link as Prototype: http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
View ArticleHTML5 Report Viewer Template URL Without AJAX Call
Would there be a possible way to pass the initializer of the .telerik_ReportViewer a template without using an AJAX call? My situation is with a single page application using require for my module...
View ArticleUnable to get value of properity id object is null or undefined.
I am have a user control in a parent page. The parent page has two RadGrids and the user control has one RadGrid. When an item is selected in one of the parent grids, the grid in the user control is...
View ArticleUnable to get value of properity id object is null or undefined.
I also forgot to mention that I am using Telerik.web.UI version 2014.1.403.45
View ArticleFiltering while using AdoTypeConverters
Ok, the questions still stand, but I seem to have gotten somewhere.I remembered one issue I had with variables vs constants in a Linq statement. On a whim I changed my query to this:CompanyType ct =...
View ArticleBullet behavior when selecting all text
[quote]It appears that it does not happen after Ctrl+A[/quote]Hi, I have created another screen capture where I use Ctrl+A and I get the same behavior as when I use the context menu to "Select All"....
View ArticleRange Slider Control
Not that I've seen, but I've seen a bunch of requests for it. Range sliders are smooth._______________________________ Stay Healthy. Stay...
View ArticleDragDropManager Events are not fire?
Hi Stefan, Thanks for your reply, this is useful for me. :)
View ArticleIs it possible to drag a KendoUI sortable element into an iFrame containing...
I've dug all through the documentation, and I can find little allotment for iFrame support within the library. I also implemented a rough version, and found that upon entering the iFrame the mouse...
View ArticleModel - complex model with nested objects, or list of objects
Hi, You say this thread might be out of date, however I found it via a google search .and I'm sure others with the same question will too. It would have been nice if you had just answered the original...
View ArticleRadGrid shows no rows when bound with OData services
BTW - The same thing happens when I try to run the sample project on your website at - http://www.telerik.com/blogs/radgrid-for-asp-net-ajax-client-side-databinding-to-odata-servicesDownload the file @...
View Article