Kendo Grid Sorting invokes read action even with serveroperation false
Even i'm facing the same issue. Any fix for this?Here is my razor code:<divclass="col-sm-6"> <divclass="form-group"> @Html.LabelFor(model => model.EmployeeName, new { @class =...
View ArticleHow to adjust width of the columns?
Hi Michael, Please take a look at this Kendo UI Dojo by Progress which illustrates how to change the width of the columns in a Kendo Spreadsheet. The configuration to set is sheets.columns.width. Hope...
View ArticleIssue when using a Dash in data-field
Hi Illiana.I use fields with dash in the names.When enabling groupable in your basic example, and try to group by First Name column, the group name is wrong rendered as ['first-name'] instead of the...
View ArticleSelect All/Deselect All in ColumnMenu in ASP.NET MVC
Konstantin,Looks like it only works for single grid. If there are multiple grids, it doesn't seem to work.http://dojo.telerik.com/IduTuhttp://runner.telerik.io/fullscreen/IduTu (fullscreen)Any idea how...
View ArticleHide Legends in KendoUI Donut Chart
Hi, I am trying to display some data on a Kendo UI Donut chart and the Legend is set as visible.I have 3 series in the chart and legend is displayed for all 3 of them where as I would like it to be...
View ArticleResponsive Radmenu
Is they're a way to make the RadMenu responsive on desktop? I have setup the menu to use the auto render mode but it still wraps on desktops when the screen size is made smaller.
View ArticleBug in ToDataSourceResult / FirstSortableProperty method
It supposed to select public instance properties with getters and setters only. If you have a readonly public property (property that have a getter but not a setter) such method should not be taken...
View ArticleKendo grid AngularJS and REST response
I have a REST service that returns data. with Hal+json format. How do I consume the response in my Kendo Angular grid. My angular controller looks like this, but doesn't return...
View ArticleListview with expanding preview for list item
Hi team, Let me know if we can implement an expanding view for selected list item in a list view (displayed as tile format). Something similar to google image search when we select any image it opens...
View ArticleGUID Parameter not passing throught to sub reports
All sorted. Had to use CStr() on the parameter passed into the sub report reportsource.
View ArticleStack overflow exception on DataBind()
Here's my implementation of your recommendation, using the DataSourceID method. Now, the page won't even load without triggering a stack overflow exception. This is the table that works, the one that...
View ArticleWrapping multiple data source saves into a single call
[quote]Dimo said: If the data is different, the using a single request to sync all three dataSource instances will require custom coding and manual Ajax requests. In my opinion such a complexity is...
View ArticleWord export - Headings and paragraph numbering/bullets
Hi Katia,Thank you for replying.Our issue is not the font format. I understand that I can format the font at report design time and it will be exported with the same font. We need the paragraph to be...
View Articleusing test studio
Hi,We had developer a single page architecture web application using html,css,js and kendo UI. We want to perform unit testing for our application and I had installed test studio. please help me in...
View ArticleAgreggate Expression / Summary Rows
I have the next problem: I have a radgridview with data, but i need sum rows of the same column and i use the next code: (vb.net) Dim summaryItem As New GridViewSummaryItem() summaryItem.Name =...
View ArticleDeleting the entities and removing items from the collections
Hi,I am trying to figure out whether if I can make DataAccess to remove the deleted item from the collection. For example: I have a Student entity and Backpack that references Student entity. I am...
View Article