GridView not auto populating
So i followed the video on adding a datasource from the Data Sources menu to our SQL Server.All the columns fill out in design view fine, but when I run the application, none of the rows populate. The...
View ArticleSorting within of group in the grid. Filtering by groups.
Hi All,I would like to sort rows within of group by invisible field (e.g., id). In addition, groups should be filtered by name using checkbox filtering. I was not able to implement this grid and put my...
View ArticleGroupping and sorting in kendo Grid
Hi Nikolay,How can I sort rows within of group by invisible filed (e.g., id). Please find my example http://jsfiddle.net/iakhmedov1/T64Kb/93/Thanks,Igor
View ArticleGroupping and sorting in kendo Grid
Hello Nikolay, How can I sort rows within of group by invisible filed? Please look at my example: http://jsfiddle.net/iakhmedov1/T64Kb/93 Thanks,Igor
View ArticleWebinars?
Did anyone else miss the October 25th Webinar? I reserved a seat but have not gotten anything beyond the "you reserved a seat" message. Everything I have indicates it should have taken place 1 hour...
View ArticleOdd behavior on Expand Collapse Group
Hello, I have a rad grid where grouping is being used. The first column is a linkbutton which after 1 layer of being clicked into is then replaced with text to both disable and remove the link. When...
View ArticleBar Chart
Hi Vijay, You can use RadCartesianChart with a BarSeries to display the data. You can use the OriginValue property of the series to determine the value from where the bars will start drawing. For...
View ArticleNeed help finding the correct way to convert DATA point to SCREEN point...
While debugging I somehow got some behavior to happen..but in the end putting the cod ein UIUpdated doesn't work. Even if I do 1 line of code:...
View ArticleRoadmap/Future plans
We are currently re-assessing our usage of the Kendo Map in our web application. While our needs have been fairly basic until now, in the near future we will require more advanced features.Reviewing...
View ArticleFiring Server Event on Column Resize
Using this approach to call the savestate method of the RadPersistenceManager to save the state of the grid appears to somehow reverse the methods called if you override the storage provider to store...
View ArticleEvents on RadDataForm: Schema [JSON]
Thank you for responding. I didn't fix the issue. I'll be explain you what is happening bellow: Im trying to use the file named: "person_schema.json" that you provided to me. { "isReadOnly": false,...
View ArticleIssues loading latest Kendo version using requireJS
Sorry Petyo,I phrased it poorly. What I meant to say was that it would be nice if it was part of the dependencies i.e. available without having to specifically include it in some way. Upon...
View ArticleGridTableView W3C errors
Hi,Today I have used HTML validator (https://validator.w3.org/) to check if I have any errors and found that there is summary attribute rendered inside of a table element which, according to the...
View ArticleClear all filters programmatically
Solved! The event is called loading filters twice at the start.
View Articlespinning wait cursor duing create/update
I tried this and the progress bar does not stay up while in the controller action. I can see the grid flash immediately, then after the controller action completes I see the grid flash again.function...
View ArticleKendo Datepicker initial value not displaying on edge browser
We are usingc trial version of Telerik UI for ASP.NET MVC R3 2016 With MVC 4 PROJECT DESCRIPTION We are using System.Web.Mvc version as 5.2.2.0.And Kendo.MVC.dll of version 2012.3.1114.340. We are...
View ArticleUpdate a single dataItem in a DataSource
Hi Grant, Use the same technique. Get the dataItem that you want to overwrite, and set each field to what you want them to be.var grid = $("#grid").data("kendoGrid"); var dataItem =...
View ArticleRadGrid- Break the row into two lines
Hi, I am looking for ideas to display each row in two lines, as shown below. | col1 | col 2 | col 3 | col 5| col 6 | | col7 | Edit button | Save button |Please suggest for any ideas, if...
View ArticleSub-reports overlapping in detailsection
Hi Stef,I'm working on the same project as Tomas and I have tried all of the suggested solutions. Unfortunately none of them worked. None of our files are using Docking or Anchoring, the items aren't...
View ArticleDisable Aggregates for a single GridNumericColumn
Hi,I am using the aggregates context menu to allow the user to choose their own aggregate functions, however, 1 particular column should not allow aggregation as each row is potentially showing a value...
View Article