Unable to map the data source
I trying to map a simple JSON data from the web service to the Kendo UI AutoComplete, but I keep on getting Unexpected token : error. Below is the data set from the service, and the Kendo UI piece. {...
View ArticleNew grid filter operators not working correctly
I posted this in the JavaScript forum three days ago and have yet to get a response. Maybe someone from Telerik will pay attention if I post it here instead.I recently created a new project with the...
View ArticleDrilldown?
Is there any event I can get to tell me when I have clicked on an area of the chart that is not one of the pie/donut data points? There does not appear to be a selection changed to nothing state. Also...
View ArticleKendo().Grid on a Kendo().Window
I have a Kendo mvc grid in Kendo Window. The grid is in a partial view and I am loading the partial view via ajax call in a kendo window when a button is clicked. The grid loads, shows data and...
View ArticleRefreshing Page - Error Make Virtual
Hello, I am using Kendo Mobile UI with ASP.NET as a SPA (loading all of the css and js files at once).My issue is that I cannot refresh at an arbitrary page. I am initializing my app in a global...
View ArticleRefreshing Page - Error Make Virtual
I looked further into this and I see that when I refresh a page, I have two views: one with data-url="/Contacts?contactId=123" and the other with data-url="/Contacts". Both of these views have the...
View ArticleUnable to map the data source
Never mind. Changing the datatype from odata to json fixed the problem.
View ArticleRadBinaryImage databound within RadImageGallery
Telerik version - 2016.1.225.45I am trying to present a slideshow with images (and videos) bound from the DB (varbinary). This has worked in the past using RadRotator, however this control is not...
View ArticleProgress Bar Color
I'm trying to utilize a RadProgressArea to keep track of a task's progress on my ASP page. I have a relatively simple setup that is functioning fine. However, the actual progress bar is appearing as...
View ArticleTooltip in Angular Kendo UI Grid headers and cells
Hi Dimiter, It works perfectly! Thanks a lot.Here is the updated dojo sample if anyone wants to try it.http://dojo.telerik.com/ajegO/7 Thanks,Rahul
View ArticleParent Grid Record selection movement with Window next /Prev Last First Button
Is anybody can give any suggestion how I can do this ?
View ArticleChartSeriesDataSource throwing ArgumentOutOfRangeException during data binding
OK, a follow-up question then: does ChartView perform better when its source collection implements IList and/or IList<>, compared to simply IEnumerable? (This is the case in other parts of WPF,...
View ArticleNavigate Through available Events
This is great! I also want to add the ability for a user to click on an event simultaneously. May you please demonstrate the best way to do this? I tried subscribing the the change event, but I am...
View ArticleCustomize summary tasks look and feel
Hello,Is it possible to create custom template or at least to have the same look and feel as regular tasks (children).See attached an image.
View ArticleUnhandled exception Telerik.Web.UI.WebResource.axd
This is still relevant. I just moved the last of my projects from VS 2010 to VS 2015 (I skipped the other versions, as I couldn't stand them!) and this particular project started throwing this error. I...
View ArticleHierarchical Radgrid
Hi Team, I am using the Telerik Radgrid to populate the data from Database in 2 level Hierarchical (Master and Details) as below. I want to reorder the rows similar to Column on client side without...
View Article$find Radwindow returns null
I found the problem.The javascript function OpenPrototypeSummary(pid) is called via Scriptmanager.RegisterStartupScript.It seems that the function executes before RadWindow rwPrototypeSummary is...
View ArticleGet ListBoxItem data value from code behind
Hi - I need to get the data value of the item that has been transferred using code behind. Please could you give me an example. Thank you. Protected Sub RadListBox2_Inserted(ByVal sender As Object,...
View ArticleGrid filter with multiselect checkboxes: sort items alphabetically?
This still doesn't work. Your screencast at http://screencast.com/t/UHYmbDCZG8 clearly demonstrates this. Neither columns of Assign 1 or Assign 2 are sorted alphabetically in the filter. When...
View ArticleAccessing the edited grid item from the user control
I have a UserControl as custom edit form inside my grid. It's bound directly to a data item using the Data Item property as demonstrated here. private object _dataItem = null; public object DataItem{...
View Article