telerik

Show Gridlines on a Grid

I'm using Rad Grids and I use the built in Skins for appearance. However, I 'd like to add Gridlines for my Grid. Gridlines = "Both" does not seem to work. <telerik:RadGrid ID="RadGridProviders" Width="100%" GridLines="Both" AllowPaging="true" Skin="WebBlue" runat="server" DataSourceID="SDSProvider" AutoGenerateColumns="false"> ...

radgrid autogenerated delete and edit command button, not firing the postback on first click

Hi, I have a radgrid bound to a custom datatable. The radgrid is created in the design, but the Cols are added at runtime in the code depending on some conditions. I have Edit and Delete Columns on the grid to perform the respective operations. Of the rows generated, the bottom half rows do not fire the postabck event completely and ...

Telerik RadGrid CustomSorting without hitting database?

I tried to post on Telerik forum, but now each time I try to open my thread, I get "Oops... It seems there was a problem with our server." So I posted this question here. I am pretty new to Telerik and RadGrid. I am trying to modify existing project because client needs custom sorting. There is a data field which may contain numbers or...

Browser App - RAD UI Development - Is it possible?

I've been away from building browser applications for a long time. I'm now interested in creating one for a hobby of mine. I dread having to deal with HTML, JavaScript etc. to build a high quality browser based user interface. I've got the full suite of Telerik controls. Is it possible to build a polished, somewhat feature rich browser U...

RadTreeView Load-On-Demand selection problem

I am currently using a RadTreeView and just switched over to using Load-On-Demand (ServerSideCallback) to improve performance. On each node, I use a RadContextMenu to pop open a RadWindow. In the RadWindow, I update information about the node I selected in the RadTreeView (such as changing it's name, etc.). When I close the RadWindow,...

Telerik MVC Grid in Form tag

Hi, I have placed Telerik MVC grid in form.but it it giving me followin problem. if i edit any row and then click update,then control goes to select method instead of update method of the controller. can you please suggest me any solution? Thanks, Makarand Salvi ...

Is it possible that __doPostBack() would ever send a GET request?

I'm having a problem with telerik RadGrid, I want to enable multiple row selection. I also want to go to the server whenever a row is selected or deselected. I created a javascript function to handle the Grid's client side events (OnRowSelected, and OnRowDeSelected). The functions look like this: function onOperationRowSelected(sender...

telerik nested grid issue

1.Here I am having a grid within a parent grid and there is a link button within the nested grid. 2.For the link button I need to use the item command event of the nested grid or I can use the item command of parent grid as well. 3.The issue is when I click on the link button within nested grid then item command event doesn’t get fired...

Telerik RadGrid doesn't display on first Page_Load but does on postback

I have a page with a drop-down. Based on the selection in the drop-down, data gets loaded and populates a RadGrid. I am using a custom user control for the EditTemplate, so I can't use radGrid.DataBind(). Instead, I have to use radGrid.MasterTableView.Rebind() in association with a NeedDataSource event handler. My problem is that when...

Telerik MVC: Telerik Menu Drops down Under Telerik Grid

I have just added a Telerik menu to my MVC application. I also have many views that render Telerik grids on them. Problem: My menu has one item with sub items. When I hover over that menu item, the dropdown slides beneath the Telerik Grid, which hides most of the sub items and makes it impossible to click them. Any idea how to make ...

Styling 15 minutes slots in RedSchedular

Is there any way to change the colour of 15 mintues slot's . I found the article in which it's showed how the change the colour for an hour slot. below is my code. please can help me how to change the colour of 15 minutes slots. thanks protected void RadScheduler1_TimeSlotCreated(object sender, Telerik.Web.UI.TimeSlotCreatedEventArgs e)...

Telerik ASP.NET AJAX - Ajax Update Label with dynamic created Docks

Hi, i try to Update a simple Label on Close Event of dynamic created RadDock. Works fine so far, Label gets the correct values but doesnt updates it. RadDock dock = new RadDock(); dock.DockMode = DockMode.Docked; dock.UniqueName = Guid.NewGuid().ToString(); dock.ID = string.Format("RadDock{0}", do...

RadGrid Ajax PopAlert

I have a situation where I need to, based on user selection and some server-side processing, display a message to allow user to choose to continue processing or cancel. I have a RadGrid populated with data from the database. When User adds a new item to the grid,I want to do some processing in the back end and then inform the user of wh...

JavaScript for child items in menu in telerik MVC controls

i know i can use .ClientEvents for the parent items in menu to call javascript funtions. is there a way i can call javascript functions from my child menu items? Thanks ...

NHibernate paging for Telerik Extensions for ASP.NET MVC

How can I integrate Telerik Grid paging for ASP.NET MVC (http://demos.telerik.com/aspnet-mvc/Grid) with my NHibernate data access with minimal coding? ...

Better Alternative to Telerik Draggable Panel ?

When putting a video in a Telerik Draggable Panel, when dragging the panel, on Firefox the video restart all over again because DOM is reconstructed. They don't seem to have an answer to this. Also we can't seem to be able to control the z-index as it doesn't take into account: when moving the panel over other telerik controls, the vid...

Redirection from a Telerik Rad Window

In an asp.net web application, I have a modal popup built with a Telerik Rad Window. In that popup there is a button which must do some action in its "code-behind" and then redirect the application to another page. For the redirection I use the javascript command 'top.document.location.href = myPage' (sent to the browser from the code-...

Telerik RadAlert back button cache problem

Hi, I'm sure you have had this one before so if you could point me to something similar.... I have a server side creation of a RadAlert window using the usual Sys.Application.remove_load and add_load procedure however the alert keeps popping up as it seems to be caching when the user hits the back button after it has been activated. I...

Telerik RadCalendar ASP.NET control reset date

I use Telerik RadCalendar ASP.NET control. How I can in code reset selected date? (Set no selected Date) ...

Problem with ScriptManager when trying to email rendered contents of ASP.NET page

I recently added a Telerik control to an ascx that is included in an aspx page. This page has a "Send email" button, which when clicked will email the user the rendered output of the page. The Telerik control I added requires a ScriptManager, so I added that to the ascx. However, now the email button won't work. I get the following error...