telerik

Best Practice for Telerik radGrid Grid and Column widths

Hello All, I wanted to ask what is the best practice to manage width of the radGrid. For my application most users are running 1280 x 1024 so I would be happy to set my overall grid width to 1100. However, depending on the form in use, I sometimes have horizantal scroll bars. To solve this, I have been playing with the width of the...

Radcontrols InitiateAjaxRequest

Hi All, I am using RadAjaxManager and initiateAjaxRequest for multiple scenarios on a single page. In my code behind RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e) method i parse the argument to handle the correct request using a switch statement. What i'd like to do is be able to control the loading panels for dif...

How do I share usercontrols/functionality between sites?

Hi We have two asp.net sites (based on episerver). Using Telerik Asp.net controls. We have some funtionality that we want to have availible in both sites. Right now one of the sites use webparts/usercontrols and the other uses usercontrols. Is there any way to share the functionality between these sites? What I would like is to be abl...

RadTabStrip.Net2.dll assembly is not found

Hi, I recently installed asp.Net Ajax control toolkit. But in my program files /telerik folder i didnt find RadTabStrip.Net2.dll. But i Have Telerik.Web.UI.dll and Telerik.Web.Design.dll. I just installed trail version. For trail version do we get RadTabStrip.Net2.dll. Please elt me know. Its urgent. Thanks ...

Microsoft JScript runtime error: 'null' is null or not an object

I have application like where i can create dynamic tabs. and delete cross bar option on tabs. When I am trying to delete the tab I am getting error like Microsoft JScript runtime error: 'null' is null or not an object and point to my Javascript code. Here is my JS code. <script type="text/javascript"> /* <![CDATA[ */ ...

event.clientX is readonly?

Working in IE 8, mostly, but trying to write a portable solution for modern browsers. Using telerik controls. I'm catching the 'Showing' client-side event of the RadContextMenu and trying to adjust it's coordinates. The clientX, clientY and x,y members of the DOM event cannot be assigned a new value. Visual Studio breaks with a "htmlfi...

Replace column value with description

How to replace cell value with their description. This is my grid <telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" GridLines="None"> <HeaderContextMenu EnableAutoScroll="True"> </HeaderContextMenu> <MasterTableView AutoGenerateColumns="False" DataKeyNames="OrderID" DataSourceID="SqlDataSource1">...

Best practice for panning/zooming a user control?

We currently have a user control which displays a dynamic matrix of other user controls. Since it's dynamic, the view can become large, requiring the user to scroll up/down & left/right in the browser to view everything. I would like to give the users one view of the user control with the ability to pan & zoom on it, much like the fe...

telerik radgrid-pagination issue

Why is pagination not working in my radgrid? If I click the pages (numbers) or next/previous buttons I can see only a single line, not even a grid. Please help! ...

Avoid try/catch hell in my Telerik controls

I posted for some help over here: http://stackoverflow.com/questions/2945925/ I have added an 'override OnError' in a common base class from all my pages, and can confirm that it works properly by putting a breakpoint within the function. However, I still get an exception propagating to the client, no matter what I do. Here is my issue:...

Which ASP.NET MVC controls toolset do you prefer?

I have seen demos of ComponentArt's and Telerik's toolsets. I am interested mainly on finding a grid control, a tabstrip control, a menu control and a treeview control Do you know any company besides the forementioned that offers ASP.NET MVC controls solutions? Which one do you think is the best/most reliable? ...

Telerik JustMock a Property Read

I am trying to mock a Property using Telerik JustMock. public WorkitemBusinessObject mock() { var mockContext = Mock.Create<BusinessObjectContext<Workitem>>(); var workitemList = new List<Workitem> { new Workitem {Title="First Workitem"} }; Mock..Arrange(() => mockContext.Table)...

Adding client side rows to Telerik grid then accessing them on postback

HI, I know Telerik doesn't support inline client side insertion of rows but I implemented it since it's a business requirement. I implemented by creating a row template on the server side on the onprerender event then on client side cloning this row before replacing id to the new row ids. This is all works but I don't know how to access ...

creating TemplateControl in c#

i have a telerik menu control that can have an <ItemTemplate>. suppose i have : <telerik:RadMenuItem Text="Filter" Value="Search" > <ItemTemplate> <asp:TextBox ID="TextBox1" runat="server""/> </ItemTemplate> </telerik:RadMenuItem> how can i dynamically create the textbox itemTemplate in code behind? ...

Using Tables in RadGrid and Databinding them

Hi, I need to embed 3 tables in my RadGrid, and at the same time take advantage of all Grids offer. A Multi-Table Grid with each of the 3 tables contained in a single column, side by side. Also Paging enabled to allow paging from one page to another of records. Anyone have any examples of this please? ...

Creating reports in Silverlight 4. (PDF/Word export) What are the main options?

From my research it seems like the main option is to call up a HTML page from your Silverlight application and print from there.. So to use SSRS or Telerik Reporting for example. Is there anyway to just print and export to PDF/Word from inside the Silverlight application ? What options can I look into ? ...

Is there a way to use OnMouseOver to select a radgrid row?

I am currently highlighting a row in a radgrid using OnMouseOver. I would like to know if it is possible to use OnMouseOver to select the row rather than highlight it. Alternatively, I would like the highlighted row to remain highlighted if the radgrid loses focus, such as when a confirmation box pops up. Thanks in advance. ...

comparison of ADO.NET Entity data model & Telerik OpenAccess ORM....in silverlight

please provide me some comparison of ADO.NET Entity data model & Telerik OpenAccess ORM....from silverlight point of view. which one is better & more suited for silverlight apps.... performance comparison usability which one to choose & why? other points to be considered ...

Fading out an error box from codebehind

I have an error message box that gets displayed somewhat frequently (due to the nature of my program). Some sample code: <asp:Panel runat="server" ID="ErrorMessagePanel" ClientIDMode="Static" CssClass="messageError" Style="visibility: hidden;"> <img src="../Images/RedClose.png" alt="close" class="messageCloseIcon" onclick="HideMessa...

Font sizes in Telerik controls

What's the easiest way to set the font sizes for ALL telerik control to a single value? I believe you can control fonts by modifying the CC of a specific control, but that's a pain because I am using many different control types... ...