telerik

RadMenu and RadMenuItem Caliburn.Micro

六眼飞鱼酱① 提交于 2019-12-24 00:33:33
问题 I load programatically a radMenu with no problems using Caliburn.Micro, the Xaml looks like this: <telerik:RadMenu ItemsSource="{Binding .MenuItems}" VerticalAlignment="Top" cal:Action.TargetWithoutContext="{Binding RelativeSource={RelativeSource Self}}" cal:Message.Attach="[Event ItemClick] = [Action MenuItemClick($this)]"> <telerik:RadMenu.ItemContainerStyle> <Style TargetType="telerik:RadMenuItem"> <Setter Property="Tag" Value="{Binding .Tag}" /> <Setter Property="Header" Value="{Binding

Telerik AJAX radComboBox. Getting SelectedValue from second comboBox

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 00:22:03
问题 I’m trying to populate one Telerik AJAX radComboBox from the results of another i.e. comboBox1 – autocompletes and user selects an item comboBox2 – user selects. Loads on demand. Uses the selected value from comboBox1 to populate itself. The problem is that I can’t get the selected value of combobox1 Markup <telerik:RadComboBox ID="comboBox1" runat="server" EnableLoadOnDemand="True" MarkFirstMatch="False" onitemsrequested="comboBox1_ItemsRequested" > </telerik:RadComboBox> <telerik

Persian RadDateTimePicker in C# winform?

≯℡__Kan透↙ 提交于 2019-12-23 19:03:27
问题 I like to use DateTimePicker in my winforms C# project but both C# and Telerik Control have Gregorian date. Can anyone convert these control to Persian DateTimePicker ? Is any way for my problem. Please help me. 回答1: I don't think there is any way in C# to set DataTimePicker to Persian. And Telerik also do not support such thing take a look here. So I would suggest you to explore other options such as Code project Code Plex 回答2: use the telerik radDateTimePicker and write this code , after

ASP.NET AXD resources getting blocked at client side?

 ̄綄美尐妖づ 提交于 2019-12-23 12:00:30
问题 I have a web application that I am hosting, and a client of mine is reporting that certain Telerik javascript libraries that are included within the site (but not all of them) are not working properly. What I was able to diagnose so far was that at some point at the process, the WebResource.axd resources that contain the Telerik javascript code are getting blocked. Asking the client to navigate directly to the AXD file itself with the same querystring is yielding a "The connection to the

Dynamic Telerik RadOutlookBar headers come out wrong with ItemTemplate

天大地大妈咪最大 提交于 2019-12-23 03:44:05
问题 I'm trying to use Telerik RadControls in a MVVM kind of way but having some strange problems. The Viewmodel behind the RadOutlookBar has a collection of ViewModels that each have a Title string property. I wanted to define it so way the they get Wrapped inside a RadOutlookBarItem and bind the header/title properties together. XAML: <telerik:RadOutlookBar x:Name="Items"> <telerik:RadOutlookBar.TitleTemplate> <DataTemplate> <ContentControl Content="{Binding Path=Title}" /> </DataTemplate> <

Performance issues with SharePoint and Telerik RadGrid Control

亡梦爱人 提交于 2019-12-23 03:21:25
问题 I originally posted this question to narrow down the slowness issues with my SharePoint application. After accepting StriplingWarrior's answer, I began to step through his suggestions. In a nutshell, I have a RadGrid within an Application Page hosted on a SharePoint 2010 Server. The RadGrid runs perfectly fine when paging; however, once a filter is applied, ex: give me last names that contain 'doe' (using Telerik's built-in filter mechanism), the results take upwards of 15 seconds to return.

How can I track the source of slowness for my scenario?

主宰稳场 提交于 2019-12-23 03:15:48
问题 I'm stumped on this performance issue. When paging a RadGrid I get instantaneous results. However, when I filter any of the columns, the query takes around 10 seconds to complete and any paging applied after the filter remains just as slow. If I remove the filter the performance is just fine. Production is a SharePoint 2010 Server which is hosted in-house with a small number of users. I am using a RadGrid control, version 2009.3..1314.35 that queries a table containing 30,000 records. I am

Telerik RadGrid - Adding Items into dropdown list by textbox

拥有回忆 提交于 2019-12-23 02:09:26
问题 Sir/Madam, I am going to develop a insert command by clicking Add to display the RadTextbox as InsertItem Templates and click Add New Record after inputting all the datas INside the RadGrid But when it goes into the testing, it is found that Getting the Items cannot be done and always show null thw following is my code , please answer protected void btnAddRecord_grdFlex_performInsert(object sender, EventArgs e) { RadButton butt = sender as RadButton; foreach (GridDataItem dataItem in grdFlex

Telerik RadGrid - Adding Items into dropdown list by textbox

怎甘沉沦 提交于 2019-12-23 02:09:06
问题 Sir/Madam, I am going to develop a insert command by clicking Add to display the RadTextbox as InsertItem Templates and click Add New Record after inputting all the datas INside the RadGrid But when it goes into the testing, it is found that Getting the Items cannot be done and always show null thw following is my code , please answer protected void btnAddRecord_grdFlex_performInsert(object sender, EventArgs e) { RadButton butt = sender as RadButton; foreach (GridDataItem dataItem in grdFlex

Error “Telerik is undefined”

孤人 提交于 2019-12-23 01:25:51
问题 I am getting JScript error as "Microsoft JScript runtime error: 'Telerik' is undefined" while running my project. I have just tried configuring the project from the menu bar 'Telerik->Rad controls for asp.net ajax->configure project' and it gives me this error. Please find below my webconfig file. I could find some threads in Telerik forum about trouble shooting for the same but they didn't solve my issue. I am using .net 4.0 version. <?xml version="1.0"?> <configuration> <connectionStrings>