showing total number of events as static text on each day in month view
Is there a way we can show total number of events/appointments for each day in the month view as a hyperlink /static text in the radscheduler control. By Clicking on the total number user will be...
View ArticleGrid UI with List
Move to closed....The problem can be corrected by starting a new Telerik MVC 5 project and rebuilding. Not sure what was missed on the initial creation, but this did the trick :P
View ArticleDetect Click/Tap in Empty Area
Sorry, I guess I should have put "RadListView" I assumed it was what everyone would be talking about in the UI of NS/ListView group. ;-) If you have:<Page...
View ArticleCharts: Example using C# and not XAML
Hello Jason, I'm assuming you're referring to your LinearAxis, you can use the Minimum, Maximum and ActualRange properties to have the chart only show certain areas of your data (see here for all...
View ArticleLoad on demand treeview and trying to open a path to a node
Hello i have an urgent need please maybe you can help me. I need to work with Child Nodes that have the same id as parent nodes. I'm using the example and it works with path [1,8] for example but i...
View ArticleSerious ListView issues
" I have not been able to reproduce the issue with not being able to tap on the buttons behind the item's main content. Here's an example from our SDK project where this works as expected:"I'm not...
View ArticleBroken css combo-box in list-view
Greetings, I ran into a problem using kendo mobile with angular, if I place a combo-box inside a list-view, the css of the combo is broken, is there any solution or workaround for this?. Im attaching...
View ArticleGrid Column Url.Action and multiple parameters
Hello Rosen,Thank you so much. It works fine.Best Regards.Raúl
View ArticleDynamically adding and removing data poitns from a scatter series
Hello Jason, Can you share the model for your data points, a small sample of what your data looks like and summarize what you want the outcome to be (a mockup would be best)? With this I'll be able to...
View ArticleCannot set RadCalendar width to value less than 280px
Problem fixed after reading the following thread: http://www.telerik.com/forums/smaller-calendar
View ArticleHierarchical Grid Client Template Edit button not displayed.
Please ignore this post. The problem is solved. In moving code the original code was still there. This meant that there were two templates with the same name. The one in the zip file was the second one...
View ArticleDisplay Same RadGridView on multiple RadPageView RadPageViewPages
Hello Dimitar,Wow! Was that easy!Thank you so much,Mike
View ArticleSlow Navigation with arrow keys
Hi Dimitar,I got emails a couple weeks ago and was informed that this issue was fixed and would be released for Q3 2016. I am still in the process of evaluating this grid. Could I get a copy of library...
View ArticleDropdownList using template: displaying image based on property of the items
Lets say i have a kendo dropdown like the following. var data = [ {text: "Item1", value:"1", type: "User"}, {text: "Item2", value:"2", type: "User"},...
View ArticleView the allowed drop zone during drag
Hi,I'm now implementing the feature, but the only way I find is quite ugly.On my DropBehavior class (to bind a ICommand to the Control drop event) , I have a static IList<DropBehavior>...
View ArticleRadPageLayout - Alignment of Columns and Space between Rows
Currently, I am working on developing an ASP.Net page with VB.Net code-behind. This new page is being designed using the RadPageLayout because it needs to have a good layout on Desktop PCs and Mobile...
View ArticleProgramatically Create DatePicker
I have the following code to programmatically create a DatePickercase"date": var dt = newRadDatePicker { ID = $"keyword_{keyword.keyword_id}"}; var day = newRadCalendarDay { Repeatable =...
View ArticleCan I build dynamically-changing RadCartesianChart with line series using...
Hi Yaroslav, You can indeed make a LineSeries data dynamic. This is accomplished by working with a bound ObservableCollection<T> and adding items dynamically. Whatever changes you make to that...
View ArticleChart report ignores new data source
Okay, I didn't realized the graph object had its own data source. With your code I'm now much closer, but there is still one problem. The graph doesn't refresh unless I click the refresh button on the...
View ArticleEdit default template
Ivan, thanks for the post. Unfortunately the link you provided would change the actual title of the task. I only want to display additional information and not change the task itself. Also, it doesn't...
View Article