Switching to Server Side binding gets "Object reference not set to an...
In the Service that actually queries the database, I have a DateTime begin and a DateTime end. Then I have a TimeSpace duration = end-start. That query takes 0.11 seconds. So why does the Grid take SO...
View Articleuse multiple Connection for Oracle database
Saeid and Kaloyan,You cannot get that error message until data is read from the model therefore connection strings are not a valid place to troubleshoot this problem.
View ArticleNew Folder & Rename Dialog - Highlight Text
Rumen, Thanks for the response. I'm still having a few issues. $(".rwPromptInput").on('focus')didn't seem to do anything. I had to change it too $(".rwDialogInput").on('focus')and that seemed to do...
View ArticleToggle Visibility on Line Series
I have a Line Graph with 2 series. One is the actual value and one is the target value so someone can easily see how far off their target they are.I want to be able to toggle the visibility of the...
View ArticleDeployment - Controls missing
I searched and can't find anything on this. I tried to deploy my 1st ASP.NET MVC website using Telerik controls. The Telerik controls don't load. So I must have left out a step. I'm hoping you can...
View ArticleMultivalue report parameters in IE gives invalid parameter error
For anyone else struggling with this. Turns out my data was being changed from array to object in IE. I was passing data to the html5 report viewer using $("body").data("jsonData", JSON.parse(json));...
View ArticleAbility to display "no records" message in grid area?
Version I'm using (2016.2.607) has config option "norecords", and displays this in the grid's data area.http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-noRecords
View ArticleSwipe gesture not working
Hello Priom, I wanted to follow-up with you again as I have completed my investigation and found that the Drawer works as expected. I suspect you're swiping too far from the edge of the screen to open...
View ArticleCannot capture https from Android App
Hello, Is it possible that this is the problem - https://textslashplain.com/2016/07/27/using-fiddler-with-ios-10-and-android-7/ ? Regards, Tsviatko Yovtchev Telerik by Progress Do you want to have your...
View ArticleRepeating grid footer on PDF export
How can I avoid the printing in every page ending of the grid footer when it is exported to PDF?, we need the footer in the last page only, thank you
View ArticleDrag and Drop to/from different scopes
I'm trying to configure a DnD from a TreeList view onto custom sidebar. I'm using Angular 1.x, and the the sidebar is configured as a directive complete with its own scope.Is there a recommended way to...
View ArticleCan ReportViewer use NeedDataSource?
I have a reporting host started using these instructions http://docs.telerik.com/reporting/telerik-reporting-rest-host-http-service-using-self-hostingI'm using a custom resolver and have a couple of...
View ArticleHide Column When Exporting to Excel in MVC Razor Grid
This works but it has a side effect of screwing up the column widths in my grid. Instead of my columns taking up the full width of the grid it shrinks them arbitrarily. See attached before and after...
View ArticleLoad on Demand
Hello,The RadGridView's DataSource is set to a BindingSource. I am using the RadGridView.TableElement.VScrollBar.ValueChanged event to detect once the user has scrolled to a certain point. I then grab...
View ArticleImage Resizing not working in Chrome
Thank you for your answer. Thats my vote I created 2015, so I know about it. You know, I have a project going on that requires certain features. I don't know IF or WHEN voted features are coming, so I...
View ArticleNuget
Hi Norman, A quick update for you, we released UI for Xamarin R3 today (2016.3.914.231). I'm sorry I couldn't mention it yesterday as this is a public thread. You can pull the latest packages now to...
View ArticleMiltiple Instance
Thanks for your reply.I am currently trying to run x instances of FiddlerCore within the same application but on different ports, something like this maybe: For i as integer...
View ArticleHow to get different column values of a row in grid in custom validator while...
I am writing this below. I am able to get the StartDate field value in my case, but I am not able to get EndDate field value. It is coming as undefined. Please help.model: { id:...
View ArticleHow to use an array of datasources?
I'd like to be able to use kendoListView within an ng-repeat to display several list views, but it can't seem to find the data source when I use an array of data sources. E.g., something like:...
View Article