telerik

Using Telerik RadComboBox within a repeater

I have a repeater that contains a Telerik RadComboBox: <asp:Repeater ID="rpt" runat="server"> <ItemTemplate> <telerik:RadComboBox ID="rcb" runat="server" EnableLoadOnDemand="true" AllowCustomText="true" ItemRequestTimeout="1000" NumberOfItems="10" MarkFirstMatch="false"> </telerik:RadCombo...

Change Telerik Theme

How can I change the default telerik theme for a RadTreeView. I have multiple elements and the RadTreeView doesn't follow the color style of the rest of the elements. Say I want to change it to Vista. ...

Telerik Reporting - Columns do not line up.

Trying to get columns to line up in Telerik report (Q2 - 2009.) The report was auto-generated by the wizard and the width was increased. I cannot figure out how to get the columns to line up properly. They are rendering all out of whack. I've attached a screenshot to demonstrate. ...

Using Telerik Extensions in asp.net MVC Control

Hello Freinds I am new to this Asp.net MVC Control.. I have a page which I implemented previously using Jquery I am dispalying the data in grid control. now I need to change that Jquery grid to Telerik grid.. I included Script in aspx page as weel as I aded telrik dll in my References.. I added all the telrik specification to the sit...

Telerik - Rad Combob Box - Jquery - OnSelectedIndexChange

hi my dear friends how can i fire telerik rad combo box selectedindexchange event With Jquery... My Pages Base on Master And Content Pages And In Content Pages I have multiviews And inside Multiviews I have RadComboBoxes i had some problem about getting controls in content pages (inside multiviews)... best regards ...

aps.net - web app - c# - jquery - How Can We Call A method inside code behind using jquery

hi my dear friends My Pages Base on Master And Content Pages And In Content Pages I have multiviews And inside Multiviews I have RadComboBoxes. two of my radcomboboxes are parent and child like country and city dropdowns... therefore in codebehind i put some codes in the OnSelectedIndexChange event of Parent RadComboBox for filling it'...

Telerik Rad Combo Box And How Take It's Focus Off

hi my dear friends: i have two radcombobox on my page and i am controling their focus by jquery... also i have some code on their OnClientFocus , therefore focus and blur are so important ... my aspx and jquery code are like this : (without RadComboBox -> OnClientFocus ) <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm4...

RadTreeview expand/collapse doesn't work when embedded inside RadGrid

I have a Radtreeview that sits inside a RadGrid. For some reason the expand/collapse buttons of the Treeview are not working. I can expand the Treeview initially, however the NodeExpand event never fires.(a postback does occur to the server, and I have several buttons on the treeview node that work.) Once the node has been expanded, the ...

MBCompression along side Telerik RadWindow = Bad rendering

I'm trying to use the MBCompression module in my app that also uses the Telerik RadWindow. The compression module does everything I expect it to, however, for some reason, my RadWindow's only render properly if I set "compressPage=false". Has anyone used MBCompression before? Any advice on this? ...

Bold/Color dates in Telerik RadCalendar/WPFToolkit Calendar

How can I bold or change the color of the date in a RadCalendar/Calendar. I recently switched over to WPF and I find no AddBoldedDate(DateTime dt)? ...

Telerik RadGrid - hide left-most column

Can't remember / driving me crazy - how to hide the upper-left-most cell/column of a Telerik WPF RadGrid (so all column headers are flush-left?) I know it's something ridiculously easy/ simply forgot. ...

Recursively retrieving all items in a TreeViewItem

I have a RadTreeView (Telerik's version of a TreeView) that has the following hierarchical order: <navigation:RadTreeView ImagesBaseDir="/Images/" x:Name="rtvLibrary" Margin="8" Grid.Row="0"> <navigation:RadTreeViewItem DefaultImageSrc="Home.png" Header="Home" IsExpanded="True"> <navigation:RadTreeViewItem De...

Telerik RadEditor image manager issues

We are using Telerik RadEditor control in our project and having some problems with its integration with our user documents storage engine. We've implemented custom content provider for Telerik image manager and it shows correct documents in dialog. But in doesn't switch between images while selection. You can see this on this picture. W...

Binding navigation property to RadGrid while using EntityDataSource control

I'm new to Entity Framework and I got stuck in an issue while trying to bind a navigation property (foreign key reference) to a dropdownlist. I have Telerik RadGrid control which gets the data using a EntityDataSource control. Here is the model description: Applications: AppId, AppName, ServerId Servers: ServerId, ServerName The Appli...

RadContextMenu showing incorrect items when used in RadMultiPage

I have a RadContextMenu that is bound to a Radgrid. The context menu just allows the user to set the number of rows per page to show. When I use the Context menu on a RadMultipage that has several radgrids, the items being bound to the ContextMenu are incorrect. For example the first RadContextMenu will have the following items added to...

RadEditor display issue (LI)

Hello, I have an issue using Telerik RadEditor with IE (not Firefox, not Chrome and not Safari). I think that i have a conflicting css style but i have no idea of wich one (tryed to delete most of the styles). I also tryed to add a ContentEditorArea.css. How RadEditor displays in IE8 (not very different in IE7) : http://www.skalae.fr/...

Telerik ReportViewer - when using within a user control the control bar doesn't appear correctly.

When using the Telerik ReportViewer control from inside a user control, the control bar (bar with navigation & exports buttons etc) doesn't appear to display correctly. Only the navigation buttons appear in the control bar itself. The other buttons (Export, Refresh, Print, & Close Parameters) all appear below the control bar, each on a n...

Getting rid of extra padding for RadTab

I don't know how strong the support of RadControls over here is, but it can't be worse than Telerik(there I'm lucky to get a response in 2-3 days), so I'm going to try here first. Basically, I'm trying to do custom theming(using just CSS classes) throughout my application, so I tried setting the CSS classes needed on the telerik RadTab ...

RadEditor posts empty in firefox

I'm building a composite control that uses the telerik ajax controls as it's inputs, now the RadComboBox and RadTextBox were working fine, keeping state and returning edited values however the radeditor was posting an empty string everytime. Here's the clincher, it only happens in firefox, in IE the RadEditor works exactly as is expected...

Data Bound RadPanelBar in ASP.NET Not Collapsing

Hello, I'm binding to a RadPanelBar control using the ItemTemplate; it creates the RadPanelBar correctly using this approach, but the panel bar doesn't close when you click on the header??? How do you get the header click to close the item, or is there an alternative way for this kind of setup? <tel:RadPanelBar ID="r" runat="server" D...