Grid won't bind / display data
I think I'm having the same issue, but I'm just calling an MVC Controller method instead of a WCF service. I've caught the call to the server in debug, so I know it's getting that far. On my...
View ArticleHow Telerik derailed my project
I think overall the documentation is fair. I definitely experienced a slowness in development when I started using some of the Telerik controls for the first time. There is a learning curve. I've used...
View ArticleProject exported to VS from Standalone is missing all folders and tests
Hello, Would you mind adding a comment to that problem report describing why you feel the need for this and how you would use it? Our development really values this type of input and it helps them...
View ArticleControlling Chart Legend Font
In MVC mode, I use: .Legend(legend => legend .Position(ChartLegendPosition.Bottom).Labels(x => x.Font(font: "9px Arial,Helvetica,sans-serif")) )
View ArticleSkins not working in RadGrids
Hi, There is no screenshots attached, could you try attaching them again. Meanwhile make sure that you have the Telerik.Web.UI.Skins.dll file included in your bin folder. Regards, Pavlina Telerik Do...
View ArticleApp becomes unresponsive on Android devices
Thanks Martin,I think I fixed the issue by tweaking some REST calls, if I have the same problem again I'll try checking the console in the Windows client as you suggested (I've just been using the...
View ArticleParsing dates with a two-digit year in a derived class
I am building a custom control that inherits RadDatePicker and overrides the OnParseDateTime method to implement custom parsing logic. One of the requirements of this logic is being able to parse a...
View ArticleValidation bug for a Sortable Grid with a Create button and Inline edit mode
I have a grid that is Sortable and has a toolbar with a Create button. The grid's editable mode is set to "inline".When a user clicks the "Add new row" button a new row is added and is in edit mode.If,...
View ArticleKendoGrid not displaying remote data
After more research I tried changing the events on the data source., change: function(e) { alert('change'); var view = this.view();...
View ArticleHow to locate the element
Hello Alex, I am unable to open extjs1.jpg and extjs2.jpg. What type of files are these? They don't appear to be image files, or Fiddler traces or .zip files. I can successfully open app.jpg as a...
View ArticleKendo().Grid on a Kendo().Window
Hi Dimo, I am having the same issue. I have a grid, which is populating properly when i put on a page. I have put a button on the page which displays kendo window in which i have to show another grid....
View ArticlePie chart legend marker size
So when you adjust the legend label size the color swatches next to them do not change in size. How to change their size to match the font's size?
View ArticleKendo().Grid on a Kendo().Window
Sorry about the format. There is no way to edit my post so posting it again. <div class="container-fluid"> <div class="row"> <div class="col-xs-18 col-md-12">...
View ArticleImageBrowser destroy confirmation message
When in the Kendo editor image browser, there is a delete button that is only visible when a file or folder is selected. It invokes the "Destroy" post. When pressed a javascript confirmation is invoked...
View ArticleDo not use in conjunction with the SL Toolkit for WP TransitionFrame
I have the exact same symptoms - the rating reminder dialog is faded and cant be seen (only when phone theme is white; works fine when phone theme is black).But I am not using any Transition Frame...
View ArticleProblems while updating Page elements in Telerik Test Studio
Hello VVP, Please try following this guide and see if it resolves the Page name problem you are experiencing. Let me know if you need further assistance. Regards, Cody Telerik The New Release of...
View ArticleUsing subreport binding to set ReportSource
I am using Telerik Report Designer, and I have a report that has many nested subreports. The report works fine, but I am trying to change one subreport based on user input. I attempted to do this by...
View ArticleTelerik.Web.UI.XXX with ID='' was unable to find an embedded skin with the...
I was able to solve the issue by re-running the telerik upgrade wizard via visual studio 2010.
View ArticleBarcodeScanner Plugin - Specify Screen Orientation
Kaloyan, thanks for the work around. Setting the screen orientation in the plugin.xml file works. Unfortunately, the newer versions of the barcode scanner has the scanning window is so small that...
View ArticleAppointment color when using webservice binding
Found out how to do it. :-)When using webservice databinding, it needs to be done client-side with some jQuery templating engine, eg. like this:functionwsOnSchedulerDataBound(scheduler) {...
View Article