telerik

Prevent CSS resets only within a certain section of HTML

For the past few years, I've been developing sites with Eric Meyer's CSS resets. I love it and will never look back. I never even thought of looking back. But then today, we implemented a Telerik Rad Editor control. Unfortunately the CSS resets break the internal layout of the Rad Editor as well. Is there some way to prevent the resets f...

GDI error using a GridViewImageColumn in a Telerik RadGridView with an animated gif

I have a Telerik.WinControls.UI.RadGridView that has a GridViewImageColumn. I use this column to load graphic data from SQL. When that graphic happens to be an animated gif, I get a GDI error, a giant red X on my grid and then it ultimately locks up and I have to close the app. Knowing very little about GDI, I'm unable to determine why ...

Telerik Radgrid row visibility inserting unwanted blank row placeholders

Good morning, I am using the radgrid control and attempting to change the visibility of certain rows within the grid. When I set the VisualElement.Visibility = ElementVisibility.Hidden property the row disappears from the grid but there is still a blank row placeholder left in its place. Is there a way to collapse the remaining rows tha...

radGrid Add new record vs. Edit Record

Does anyone know how to validate if you are in Add Mode vs. Edit Mode for the radGrid? In the codebehind, I want to check to see if the user selected Add a Record or Edit an Existing. Thanks ...

Telerik RadPanelBar

Hi All, I am using Telerik RadPanelBar with XML file for panel items. Can someone help me for XML format for the PanelItem? I want to include OnClick event in XML file. Is it possible? If yes, can you please tell me the XML tag for that. The format I am using is as follows: <PanelItem ToolTip="" Height="22" ID="Panel3_1" Text="Search" ...

Effectivly creating a tabbed website with RadTabStrip

Guys, I have an ASP.NET web application that I am making and I am thinking of making it a tabbed interface using Telerik's RadTabStrip. I am trying to figure out the best way to approach this though. I would need about 10 tabs because I have about 10 different main areas of my application. My question is how is the best way to integrat...

Telerik GridNumericColumn direction problem

I'm using a telerik RadGrid with direction RTL. I have a telerik GridNumericColumn and the problem is that it shows numbers this way: 500- instead of -500 can someone give an advice ? ...

Coolite, Telerik and DevExpress

We are planning to replace our web app controls with 3rd party components, and shortlisted Coolite, Telerik and DevExpress. All these components look impressive and comprehensive and thus I would like to hear some review here and propose one of these. Thanks. ...

how to set wcf credentials when Telerik radgrid consumes the wcf service?

Hi, I have a wcf service that requires client credentials so I can set this via code like this : wcf.ClientCredentials.UserName.UserName = "user"; wcf.ClientCredentials.UserName.Password = "password"; I followed this tutorial on how to create a telerik radgrid to consume the wcf service: http://blogs.telerik.com/blogs/posts/09-02-14...

Telerik RadWindow Javascript return values to ASP.NET

Hi, I have a parent page that launches a telerik radwindow and passes it an argument. Once the radwindow is done processeing the value, I need it to return it to the parent page, and I would like the parent page to have access to this value in my code behind page. I have tried to pass the value to a hidden field on my page and then tr...

How do I get a context menu to work on a Telerik RadGridView column?

I have the following method which adds a new column to a Telerik RadGridView: private void CreateNewColumn(FieldDescriptor fd, uint fieldno) { fieldGrid.Columns.Add(new GridViewDataColumn() { UniqueName = fd.fieldName, Header = fd.displayName, DataMemberBinding = new Binding("Fields[" + fieldno + "]"), ...

Executing methods from an ASP.NET user control

I have a user control written in C# in a Telerik ajaxified page. I wrote a context menu using RadContextMenu and everything works fine except one of my menu items is "refresh". How can I refresh my user control from javascript? Basically it needs to some how force the TelerikAjaxManager to refresh my control. ...

More user friendly (and streamlined) editing on Telerik RadGrid.

I have a fairly basic RadGrid, with a few read-only columns, and two numeric editable columns. By default, a user has to click on the Edit button (in the rightmost column), edit values, and then click the Update button in the rightmost column. What I would like to do is something along the following lines, in any combination of any set...

How do I localize the Grid from the Telerik MVC Extensions?

I've been using the Grid of the Telerik MVC Extensions with great success, it's a great component. But now I need it's text to be in spanish. Looking for in the source code, I've only found that I can enable Globalization like this Html.ScriptRegistrar().Globalization(true); But all this line does is inserting some jQuery that tells...

An ASP Button problem on IE6

Hi there, I have an ASP.NET web application, which operates just fine on IE7, IE8, IE8(Compatibility mode) and on Firefox, however, we have now some users on IE6 (and no they aren't going to change any time soon)... When displaying the buttons on IE6, they don't render correctly, and the onclick events don't fire. There isn't any detec...

Filtering on RadGrid not working

I created a RadGrid with a couple of fields for filtering and I can't seem to get the filtering to work. I can see it clearly posting back (the ajax spinny circle thing) after typing something in the filter box, however my results are always the same. I am using the following definition in the aspx file: <telerik:RadGrid PageSize="4" ID...

Telerik Spell Check

I'm attempting to use Telerik Spell Checking for the first time for a textbox, but I keep getting the "Spell Check handler Server Error:500" "No dictionary loaded. Set the Dictionary Path property from the spell checker settings or copy the dictionaries to....." How do i accomplish this?? <td align="left"> ...

<div> resize handle in AJAX RadEditor appearing in IE

I am using an AJAX RadEditor from Telerik in a CMS that I am working on. Everything seems to work well in Firefox, but I have noticed some strange behavior in IE. Namely, when content is put in a , it becomes very difficult to manage. Clicking on the content contained in the creates a striped border, with resize handles attached to i...

asp label visible false and true in telerik grid depends on combo box selected item

hi depends on the selected telerik combox item i would like to display the label name and text box when im writing the code like this in aspx page <telerik:GridTemplateColumn DataField="DeductionCode" Visible="false" UniqueName="DeductionCode" HeaderText="DeductionCode"> <ItemTemplate> ...

Designer Popup Editor Issue

Hello, In a custom toolset I have installed for Visual Studio, there is a popup window that should appear to me so that I can manipulate one of the lists (an in-built editor). The component is Telerik, but I don't think that has anything to do with it (maybe). The popup window is no longer popping up to me. I wonder if it got minimiz...