Date label rendering with alternate pattern on x-axis in line chart series
Hi Deepak, You can render the date string by setting a date format: Please note that rendering a single label on multiple lines is not possible at them moment. If the labels overlap each other...
View ArticleRadLegendView doesn't work with Pie Chart
Hey Victor, We also cannot get it to work.Is it really implemented?Can you send a working sample please?Thanks,Eric
View ArticleJson data not getting displayed in Kendo Grid
Hi, I am unable to bind the kendo grid with the Json data which returns a list of items.following is my controller code :Function Display(<DataSourceRequest> request As DataSourceRequest) As...
View ArticleRadScheduler and RadWaitingBar
Hi to all,I need to show a WaitingBar during mapping my appointments. How can I do this?Actually I have a custom control with this structure: a Panel that contains sequentially RadNavigator (Dock.Top)...
View ArticleAdding ToolTip to DataFormDataField
How do I add tooltip to DataFormDataField. I have tried:Tooltip = " " telerik:RadToolTipService.ToolTipContent=" "but none of them are working on DataFormDataField.
View ArticleRadGridView CellTemplate on dynamic columns
I need to change the CellTemplate of a RadGridView. All of the examples I can find online defines the Columns statically in the Xaml, and then in that Column tag, they define the CellTemplate:...
View Articlelooping through a row template grid and change values on DataBound
Is there a way to pass in additional parameters to the gridRows.each anonymous function parameter as in this example? var gridRows = grid.tbody.find("tr");...
View Articlehow to use RadDataForm?
I'm sorry but I checked the example and there are no related example about the new data form controls, any ideas?
View ArticleFilterable() doesn't work
I tried to use the Filterable() function in my grid to filter by multiple checkboxes, but I can't.Following this example Grid / Filter Multi Checkboxes, when I add the function Filterable() to my...
View ArticleData Access 2015.2 624 Version Visual Designer
I have to second everyone above. The design first of Data Access is all we use. The vast majority of developers I personally know that use this tool also use design first. this is going to force our...
View Article1/1/20?? crash winrt
It seems that when you bind 1/1/ of any year and you click on the drop down to display the month/day/year selection it crashes winrt, the whole application. Try the app included here, I use Telerik...
View ArticleMS Outlook Integration
Can MS Outlook be integrated using telerick, all the inbox contents and new mail.Does telerik have default controls for doing this?
View ArticleRadEditor Export to PDF with page numbers
Dear Team,I am exporting RadEditor content into Pdf by using the below code. RadEditor1.ExportSettings.Pdf.PageLeftMargin = System.Web.UI.WebControls.Unit.Pixel(1);...
View ArticleSetting DateTime in Chrome results in wrong located time dsiplay
Hi,there seems to be a difference in parsing date time in Chrome compared to other browsers.It can be reproduced using the Telerik dojo with the Kendo DateTimePicker API Example.When I modify the...
View ArticleListView example
Hi Norman, You can take the latest version of the SDK examples anytime from out GitHub repository here. It contains SDK examples in Java (Sample-Java), in C# (Samples-Xamarin) and the code of our...
View ArticleCreate an event spanning multiple days with iPad theme
Hi Gilad, This issue is still not scheduled for development and I can't give you a strict time frame for it. However, if more people request the same we will increase its priority. You can improve the...
View ArticleRadGrid.FindControl does not find my DropDownList
Hi, Try the following:protected void RadGrid1_ItemDataBound(object sender, GridItemEventArgs e){ if (e.Item is GridEditableItem && e.Item.IsInEditMode) { GridEditableItem item =...
View ArticleListView example
This isn't the same Xamarin forms sample I tried which ships with the Forms controls. Besides I have to wait for the next service release as I identified a bug in the chart control so it's pointless...
View ArticleRadgridview drag drop issue in Chrome browser
Thanks for your quick reply. it is used in ASP.NET(aspx page) platform without ajax implementation.
View Article