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...
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...
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...
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
...
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[ */
...
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...
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">...
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...
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!
...
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:...
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?
...
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)...
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 ...
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?
...
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?
...
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 ?
...
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.
...
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
...
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...
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...
...