Show only Month & Year popup
Hi, Is it possible to show only the Month & Year popup and hide the days popup? Thank you
View ArticleSecurityTrimming in mvc core menu
Hello Ehsan,Due to changes in the ASP.NET Core framework and how the Authentication is implemented the MVC5 implementation of the SecurityTrimming option became obsolete. You can submit this as a...
View ArticlePRINTING TreeList Help
Hi Doug, With huge amount of records you will not be able to use this approach and you might consider using the built-in Export To PDF functionality of the RadTreeList and print the content from the...
View ArticleSelect All option for filtered value doesn't work
Hello Maja, The widget throws an exception because it is not marked as `filtered`. Check this how to demo that demonstrates how to filter widget...
View Articleradscheduleview is not refreshing the UI when we click next date,...
Hi Amaravathi, The FixedTickLengthProvider class has been been obsoleted and removed with version Q2 2012 of the suite - FixedTickLength class should be used instead. Hope this helps. Regards, Kalin...
View ArticleInsertParagraph inserts div tag when NewLineMode=DIV
Hello, Thank you for the bug report.Can you please log it in our public feedback portal? As to the workaround, you can see how to execute script code through the codebehind in the following pages:...
View ArticleError when using RadAsyncUpload in RadGrid
Hi Chris, I attached you a sample project where AsyncUpload - Integration with Ajaxified RadGrid demo is isolated, and the RadAsyncUpload is rendered. In order the project to run correctly please add...
View ArticleShow/Hide Password
Hello Vessy, Thanks for prompt response, but its not working as expected, when you start editing in password field it appears eye icon but once click out side the password field and again start...
View ArticleODBC import error on Kendo UI Excel file
Hello Chris, Thank you for digging deeper into the structure of the Kendo UI generated .xlsx files. The t="n" represents the cell type. In this case when t="n", it means that the type of data contained...
View ArticleList of value as column field
If post edit are not possible. May admin delete this topics because it 's dumb question. It comes from a misreading and a misunderstanding, thats my bad.
View ArticleShow only Month & Year popup
Hello Stefania, Actually, there is such control in the suite: MonthYearPicker. You can test it athttp://demos.telerik.com/aspnet-ajax/monthyearpicker/overview/defaultcs.aspx Best regards, Rumen Telerik...
View ArticleIncell editing mode saves when "tab" out of cell but not blur/click away from...
I've researched some similar questions about this problem but without any success. The demo examples of the grid don't seem to have this problem but they use odata if that matters. Here's my grid and...
View ArticleHow do I intercept the switch's event handlers?
I could set the 'pointer-events' CSS property to 'none' for the .km-switch element, and then programmatically toggle the switch, but was wondering if there's a better way.
View ArticleListView not refreshing when new DataSource data
I was able to get this working by writing a transport in the dataSource based on Local or Custom Transport CRUD Operations as follows:vm.listOptions = { dataSource: newkendo.data.DataSource({...
View ArticleLooking for some good grid stylings
Hello Joe, We encourage style customization in our controls; with this in mind, Kendo UI has been designed and developed to be easily customizable through the use of CSS. If you want to switch between...
View ArticleUnfortunately, Cordova has stopped.
Yes, I was able to build and deploy onto my device, but the Log view (colsole.log) is not populated in the telerik app with that method. Is there a way to view to log?
View Articlestyle hyperlinks in html formatted RadLabel
Hello- Are there means to style hyperlinks in a html formatted RadLabel similar to css (.hover, .visited etc.)? couldn't find anything in the docs.- When using a RadLabel with a hyperlink on a Rad Doc...
View ArticleChange row color based on error happened in backend while updating records
I am updating spreadsheet rows one by one. I want to change row color of those rows which got error in the backend. @(Html.Kendo().Spreadsheet() .Name("spreadsheet") .Sheetsbar(false) .Toolbar(x =>...
View ArticleApproach needed for custom dropdownlist in grid row that depends on other...
I made it work! Went back to using the custom editor template, but this time bound the column with the dropdownlist to its own datasource. Then, in the Edit event of the grid, I forced the column...
View Article