Error: The type or namespace name 'Telerik' could not be found AND The...
Hi Momchil,I have already taken step mentioned at below URL to make Telerik to work on my...
View ArticleRadMarkupEditor custom tags
Hi Tom, Thank you for writing back. The current implementation of RadMarkupDialog does not allow changing the default functionality and implementing custom properties. Unfortunately, we do not have...
View ArticlePivotGrid Filter not working with OLAP as data source
Hi John, We have answered to the Bug Report you have opened for the same issue. We confirmed that this problem is a bug and our development team will do their best to fix it as soon as possible. Excuse...
View ArticleListView example
Hi Norman, We have released a new build - version 2015.2.721. It covers all the requirements you have set: - Fixed the bug you have reported - Targets Xamarin Forms 1.4.3 - Android projects can use the...
View ArticleExport To Excel - xlsx
Hello, Did you change anything before running the demo? I ran that example locally but it worked out of the box. Regards, Daniel Telerik Do you want to have your say when we set our development plans?...
View ArticleInherit from GridViewTemplate
Hello Marco, Thank you for writing.RadGridView is designed to work with only one MasterGridViewTemplate, when there is hierarchical data the type of the inner templates needs to be GridViewTemplate....
View ArticleExport To Excel - xlsx
I didn't change anything. My UI for MVC might be old version. That's ok I will try to fix it.
View ArticleFilterable Multi Column with Long Values
Hello Ed, There is no such option, but you can use the filterMenuInit event to resize the container if its needed. Here is an example: http://dojo.telerik.com/UmEYE Regards, Kiril Nikolov Telerik Join...
View Articlehow to know if 'Check All ' checkbox is checked
Hi HoHo, In this case, you can use jQuery to add click event on CheckAll element of the RadDropDownTree:function pageLoad() { $telerik.$(".rddtCheckAll").on("click", function (e) { debugger;...
View ArticleNo Toggle Button within Report Viewer
Hi Coal, Please elaborate on the timeout occurring with large data sets. If it is related to session timeout, please check the recommended settings in the Report is unavailable or session has expired...
View ArticleFirst day of the week bug
Using Xamarin. I am trying to programmatically change the first day of the week (here to Monday) on the calendar. var cal = calendarView.Calendar; cal.FirstDayOfWeek = 2; calendarView.Calendar...
View ArticleData Access 2015.2 624 Version Visual Designer
I am in the same boat with being very suprised that the designer has been ditched. We used it very much for our project.
View ArticleEvent Item Focus Problem
Hi, I noticed recently that if I use day/week view (which will have a long scheduler container) and I click on the event after scrolling down a bit, it will automatically scroll itself up (focus) to...
View ArticleOffline DataSource creates an empty model on fetch
Hello Tucker,Thanks for the report. We were able to address this issue and the fix should be available in the next internal build. Meanwhile I have updated your telerik points for bringing this to our...
View ArticleReducing highlighted inner radius doughnut chart
Hi Pavel,No problem. That's exactly the part I was pointing to. As you've used DoughnutSeries.HighlightBrush property to change it's color, I'd like to reduce it's width. I've already tried...
View ArticlePdfFormatProvider using PdfInlineUIContainersExportMode.Image doesn't render...
Hello Robert, The export to PDF logic of InlineUIContainers is pretty straight-forward - a snapshot of the container is made and the bitmap is added to the exported document. That said, this most...
View ArticleHorizontal Linear Gauge clips min value label (decimal)
Hello,Thank you for noticing this. I will log it for review from the developers team. As a workaround I would suggest to add a small margin to the gauge area. Here is the updated example.I wish you a...
View ArticleSocial Login User Data
Hello James, Thanks for trying this on your side. It seems that the server logic is correct and the fields returned by the Facebook server are correctly added to the Identity of the user account. I am...
View ArticleHorizontal Linear Gauge clips min value label (decimal)
I thought on setting some margin but I did not find the "right" ones. With your help, I can use this workaround (as long as left/right margins are set large enough)... Just few minutes before your...
View Article