Radgrid filter dropdown not appearing properly
Hi, Which is the version of Telerik.UI for ASP.NET AJAX that you are using? Also provide a live URL where the issue can be observed, so we can inspect the control and provide more to the point answer....
View ArticleXamarin.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 ArticleCreate graphs programmatically
I have previously used Telerik's Charts back in 2013 and now I need to start using it again with the new version. I am trying to follow this example...
View Articlehow to populate FileExplorer from List?
Hi,I am retrieving file names and meta data from Web Service and have them in a C# List.How can I set this list as source to populate them in FileExplorer?Tried something like that with no success....
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 Article