telerik

telerik radMenu shows through to a radWindow

I have a radMenu on the main site.master form which shows on a page. The page has a radGrid with a button to open a radWindows that shows a report. When the radWindow opens everything works great but the radMenu shows through onto the Window. How do I prevent the menu from showing through on the window. ...

How to get Telerik RadPanel autosize to behave like stock Panel

I am trying to get the Telerik Winforms RadPanel to have the same behavior as the stock WinForms Panel class when the stock Panel is set to AutoSize = true and AutoSizeMode = GrowAndShrink. Basically, I want the RadPanel to autosize itself around the controls that are placed in it. I have tried the PanelElement AutoSize and WrapAroundCh...

Telerik ASP.NET controls

I looked at the Telerik ASP.NET controls and I like them. But they're REALLY expensive at $1000 odd for a single developer, especially one starting out on a new business idea. Lots of people here use Telerik so I thought I will ask... Anyone aware of a discount coupon or similar so that I can purchase these controls at a more reasonable ...

PageIndexChanged is not working.

Hi, I am using Radgrid with pager. When clicking on the next page number on a pager the data is not displaying(not binding the data). Can anyone help me to fix this. here is my code. protected void Page_Load(object sender, EventArgs e) { try { if (!IsPostBack) { Session["SearchRes"] = null; ...

Telerik RadWindow And AdjustResizing Problem In FireFox (Scroll Bars Appear)

hi my dear friends : i am so confused for setting the width and height of DIV and FIELDSET inside A RadWindow....!? when i browse my radwindow in firefox with this code : setTimeout(function() { GetRadWindow().autoSize(true) }, 500); every thins is ok in ie 8 - but in firefox i have scrolls bars ! how can i remove them? my with an...

stop postback for RadEditor with spellcheck

When I use a RadEditor I want to enable the editor's spell check (working thus far). After a spell check the user can either click on the radmodule (toolbar thing) to either "finish spellcheck" or "cancel." Which is all fine and dandy except the "finish" button causes a postback!! I don't want that at this point!! "cancel" more or less d...

TextBoxSetting Validation not Working with <Telerik:RadTextBox> [ How Fix? ]

There are reports of this kind of problem in their own forum Telerik, and some comment saying it is not possible. That only works with InputManager components. But in my case, I need to have both features, I need to use components from Telerik () with validations. Some friends know me suggest some solution. Whether using Ajax or some o...

Javascript error when using updatepanel

Hi, I am new to telerik control. I am upgrading gridview to radgrid. I am getting error (see image 1.JPG)(http://www.freeimagehosting.net/image.php?a851a8525e.jpg) when i am using radgrid in asp:updatepanel control. am getting this error foreveryaction(like sorting, filtering, editing, row selecting, scrolling). Can anyone help me how ...

Telerik RadGrid nopersistence (viewstate=false), doesn't keep the selectedindex on postback

i'm using a Telerik Radgrid on ASP.Net 3.5 and whenever I postback, the selectedindex is gone. I also used the NeedDataSource event to bind my data, and I do feel it may be related to that. is there a way to use both seamlessly without viewstate? ...

Telerik RadCombobox not keeping state when using client side requestItems() to load

Hi, I'm using the Telerik RadComboBox control. I have two related combos and when the user selects a value in the first one I filter the second one. I use the code below to achieve this: localeCombo = $find("<%= ddlLocale.ClientID %>"); localeCombo.requestItems(item.get_value(), false); This works totally fine, but when I do a postb...

How do I access changed (via GridDropDownListColumnEditor) values of a Telerik RadGrid server-side?

Details: I'm basically trying to implement the functionality of the example here (http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editondblclick/defaultvb.aspx) on my own site, but instead of using a data source control located in the page markup (like in the example: SessionDataSource), I'm using a dataset that I get fro...

Update a controls viewstate on an AJAX callback

I update a rad combo control using telerik calllback method described here The items in the list are changed on the callback and I want to maintain this filtered list after the postback. Is it possible to update the viewstate in the server side method? I think if I can access this i can then update both my list of items on the client a...

Update a User Control from another User Control via AJAX

Maybe I'm having a brain fart or something because it seems like this should be pretty simple but how do you update a User Control from another User Control via Ajax? I have an ASPX page with two user controls and when I trigger a server-side event on one, I want to refresh a grid on the other so it'll update it's data. I'm using Teler...

Telerik RadTabStrip and RadMultiPage

Hai, I am getting this error on postback "Microsoft JScript runtime error: Sys.InvalidOperationException: Two components with the same id 'ctl00_CphMaster_RadMultiPage1' can't be added to the application." ...

Javascript from Telerik RAD Controls

So I want to call a javascript function when I click on a telerik control. <telerik:RadDatePicker Width="110" ID="rdpFromDate" runat="server" AutoPostBack="false" OnSelectedDateChanged="JSFunction();"> Can anyone tell me where I'm going wrong? ...

Programatically removing a header context menu filter from RadGrid

I've got a repeater I've bound to column names that are filtered, as they're applied (using sessions currently, I might change this to loop through the columns looking for filters now that I really know how the grid works). I've got a button next to each filtered column name that is to remove the filter from the RadGrid. <asp:R...

telerik radgrid datasource null after postback

After assigning RadGrid.DataSource to a Linq Query on postback DataSource is null. Is it possible to grab the Data used by the RadGrid to populate the grid after all filters and sorting has been applied? Edit The only methods available to grab the data are marked as internal. I think I'm just going to give up for now. If I find a solut...

How to call Javascript function when checkbox columns are checked

Hi, I am using Gridclientselectcoiumn in my radgrid. I have a label in my commanditemtemplate. When user checks checkbox i just want to show number of checkboxes selected in that label. Suppose If user selects 4 checkboxes i just want to show like Selected Records: 4. Here is my code for that...... commanditemtemplate <td align="rig...

Error in RadGrid : 'RowSelected' is undefined" or “'null' is null or not an object”

I am using “ Telerik.Web.UI.dll 2009.2.826.20” in my desktopmodule of DNN site. This desktop module has RadGrid which allows user to filter Records based on criteria (Username, FirstName & LastName ) specified and user can select required record from grid display. I am getting error "'RowSelected' is undefined" or “'null' is nu...

Telerik .tssp not getting applied

The theme package .tssp created locally it not getting applied for a radgridview.Please help ThemeResolutionService.LoadPackageFile(@"C:\LeNin\My Document\\xyz.tssp"); ThemeResolutionService.ApplicationThemeName = "xyz"; ...