VirtualQueryableCollectionView with RadGridView and SelectionMode.Extended
I have a RadGridView (SelectionMode.Extended) with ItemsSource of type VirtualQueryableCollectionView. Source is a database wich is connected via EntityFramework. When I select the first row in the...
View ArticleList of issues are facing in kendo editor
HI All,Along with the above concern i am adding one more query related to chinese character and other language support during PDF Export.Description:When try to export chinese character inside kendo...
View ArticleRadAutoCompleteBox - provide entries in page load - no postback
Hello Sunit, If you bind the AutoCompleteBox in Page_Load you cannot avoid the callbacks to the server that populate it with data based on the text entered. You can avoid going to the server when...
View ArticleDate / Time picker format problem in Grid
Hi Ama, You are absolutely right, thank you for bringing this issue to our attention. It has been logged, and you can expect it fixed in a future release. Meanwhile you can use the following...
View ArticlePasting email address from Outlook then exporting causes exception
Hi,I have noticed what appears to be a bug.How to repeat:1. Copy any email address from the body of an Outlook Email (Outlook 2013).2. Paste the email address into the radrichtextbox.3. Save the...
View ArticleChart get point by value
Hello, Stephen, TKChart does not notify when it is rendered on the screen, however you can use UIViewController's viewDidAppear method where the chart will be on screen. You can also take a look at...
View ArticleSelecting GridView row with specific value
Hello Aaron, Thank you for contacting us. Some further clarification will be required to be able to advise you best. Please let me know what are the actions to execute after you find the particular...
View ArticleRad Scheduler
Hello Sachin, I would suggest you to use Custom Attributes for the appointments and thus, preserve the needed data in the appointments. Please refer to the following documentation article describing...
View ArticleTypescript & kendo.mobile.application
Hi, a typescript with Kendo UI mobile application is not something we have seen very often, yet not unheard of. My guess is that people are editing the d.ts file and don't contact us about the missing...
View ArticleSelecting GridView row with specific value
The idea was to select a row from the gridview with text in a specific column, and then to click a button to run an application command based on the selected row. We decided to make a unique column in...
View ArticleID undefined on Client side
Hello Andy, Thank you for sharing your solution with the community. Regards, Nencho TelerikDo you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer...
View ArticleDisable Page Settings in Report Viewer
Hi Tom, Our suggestion is to disable the RadButton control that displays Page Setup settings in the original theme. The changes can be made to Telerik.ReportViewer.Wpf.xamlfile. You can refer to WPF...
View ArticleDetermine column series color
Hi Danail,Thank you for your response. Is there a code example for doing this?Thanks,Johnathan
View ArticleCSS properties in Kendo TabStrip
Hi there, I am using a TabStrip and am struggeling with scrollbars within the tab strip content. I found out that I am able to solve this by using css style "display: inline-table" instead of "display:...
View ArticleY axis value for chart are showing decimals
Hi, Megharaj, You need to set majorTickInterval not minimum nor maximum interval. Major tick interval in numeric axis is calculated starting from the minimum value of the axis. If you have a numeric...
View ArticleDifferent colors for mixed charts values
Can we show values of mixed charts in different colors like plan values in Red color and Actual values in Blue color over chart Please find the images attached
View ArticleError template with implicit styles
Yes it is working in your example, I am able to get around my problem by giving my style a key.
View ArticleNamespace Telerik.QuickStart can not found
Ok, thanks. I am attempting to identify and convert only the files necessary for getting the basic paging grid to work. Please see here. Although I've made progress, but I'm running into numerous...
View ArticlePie chart labels getting cut off
the above snippet helped my simliar problem but I had to use chart.refresh();instead of chart.redraw();
View ArticleMapEllipse or MapEllipseView on VisualizationLayer
<Telerik:VisualizationLayer x:Name="layer" > <Telerik:MapEllipse x:Name="circle" /> </Telerik:VisualizationLayer > The properties are set from...
View Article