Xamarin.Forms Chart not clickable in iOS
Hello, I am trying to make the entire chart rendering area respond to a user's 'tap' by using a TapGestureRecognizer. This works fine when running on Android, but when I run it in iOS, the tap is never...
View ArticleRadRibbonGroup Template Only Fills Group's Tray (MVVM, Caliburn)
Hello,I'm trying to implement a set of ribbon tabs and contextual tab groups with a SOLID design. Using Caliburn.Micro, I'm hoping to later develop new RadRibbonGroup views and view models by defining...
View ArticleTimeSpanPicker - First Look
Your example works and mine does not... even with copy/paste of what you gave me. I found that my Durations collection never gets called. Is there a requirement that the TimeSpanDurationComponent be...
View ArticleDrag and Drop allow reorder but disallow removal
I would love this to be the answer to my issue as I am having the exact same problem. Unfortunately, the items are still removed from my RadListBox when dragging away from the list box after...
View ArticleCustomReportResolver, where are the parameters?
Thanks for the answer. I think I've seen someone else convert the parameters to a json string and pass that to the custom Resolve method. Guess that will have to do for now.One of the things I need...
View ArticleDrag and Drop allow reorder but disallow removal
Found the right answer here: http://www.telerik.com/forums/radlistbox-drag-and-drop-without-removing-dropped-item
View ArticleHow to configure remote datasource with declarative syntax
For example:<inputid="myinput" data-role="autocomplete" data-delay= "100" data-min-length= "3" data-text-field= "value" data-source="WHAT GOES HERE???"/>I can define a DataSource in my...
View ArticleGraph logarithmyc
Hi how ca i make the graph logarithmic , i attacment the example , help me please i don know how to change the vertical gridline, can you help me ?
View ArticleSub Menu
HI Ivan I can able to manage and everything looks ok in Chrome and FireFox but Internet explorer giving wrong. Working copy of code is attached also screen shot from both browser; Please help. Please...
View ArticleHow to pass parent id to child grid new record editor
Found the answer with a little help from StackOverflow. I was pointed to this forum post. Call a JS function from the grid's .Edit event like:.Events(events => events.Edit("SetDefaultSourceID"))...
View ArticleProgrammatically resize all Columns
Hi, I tried below code and it works fine.ASP<telerik:RadGrid id="RadGrid1" runat="server"> <ClientSettings> <Resizing AllowColumnResize="true" ResizeGridOnColumnResize="true"...
View ArticleChange forecolor and fontsize
I use RenderMode="Auto" and Skin="Bootstrap" And i use DataSource....Hove Change forecolor and fontsize on telerik:RadMenu? This work with RenderMode="default", but not RenderMode="Auto"?...
View ArticleLazy Loading not working on setting scrollable: {virtual: true} in Kendo Grid
That works.Thanks a lot.
View ArticleGrouped Local Data (multiple lines)
I'm having some issues showing multiple lines on the same grid. My objective is a date range in the X axis, a Percentage value in the Y axis and each line to represent a company. I put breakpoints on...
View ArticleIssues using WebControlAdapter on RadNumericTextBox
Thank you!This is exactly what I was looking for.-Chris
View ArticleTwo Grids and SignalR problem
Hello! Can you explain how you managed that I have also two control using Signalr in the save view but they seem to use the same promise even tho I've made two variables. When I check the Network...
View ArticleProblem with LoadLayout
I am posting this in case it is helpful to anyone. It solves the following cases: Renamed/removed/added properties in your ClassesRemoved unused columns from the LayoutYour user will just need to save...
View ArticlePrevent Default in Change hander
Is there a way to prevent default in the autocomplete change handler?I don't want them to exit unless they type in a valid value from the data source. I tried e.preventDefault() but it doesn't seem to...
View ArticleRadSchedulerNavigator Show Weekend Persistence
Hello, I am trying to get and set the state of the Show Weekend check box of a RadSchedulerNavigator paired with a RadScheduler, in order to save and restore user settings. I can access the...
View Article