I have telerik RadGrid which is in edit mode. Each cell contains NumericTextBox. Is it possible to calculate one cell based on other cells in the same row (on client side).
For example if I have a row which contains cells like price and item I want on every change to calculate total price but on client side, without going to server sid...
hi every body
i'm searching for a way to render a grid or do sth like need-datasource
event using xml client side data
I mean use the client side data to bind and render a grid
any help would be appreciated
...
I've been working on a project where we are using the Telerik RadEditor control (version 2009.1.402.35). For the most part everything seems to work fine with it (i.e., bold, italics, color etc). What is an issue though is that the indent and list (bulleted and numbered) functions do not properly render on the screen while the user is edi...
Guys,
I have a webpage that has a Telerik RadComboBox on the page. One of the properties of this ComboBox is EmptyMessage, which fills the combobox with a message when an item is not selected. I am binding my combobox to a datasource at runtime and for some reason, it wipes this EmptyMessage away. Is there a way to keep my data items in...
I dropped the trial version of the DevExpress GridView in my ASP.NET project and found it to be very powerful, easy to setup, and flexible. However, I think it only does Default Paging and not Custom Paging (pulling down all of the records per page isntead of just the records of the page). I looked into see if I could figure out how to...
I have the following div in a page, but the button is being rendered below the input, despite there being plenty of room for them both in the same 'row' as I want them. How can I force this 'same row' issue?
<div id="pageHeader" style="text-align: right;">
<asp:TextBox ID="searchInput" runat="server" CssClass="searchTerm">
</as...
Hello !
i've got a question about Telerik RadPanelBar control.
For example we've got a RadPanelBar control on form :
<telerik:RadPanelBar ID="testPanelBar" runat="server">
</telerik:RadPanelBar>
and a button which adds a new item to this RadPanelBar at runtime:
RadPanelItem newParentItem = new RadPanelItem(...
Can someone tell me how I go about upgrading the Telerik ASP.NET controls? I am currently using the Q3 2008 release and I just recently bought the Q1 2009 SP1 release. How do I upgrade my projects? Do I need to uninstall the old one and install the new one or just install the new one? Also how do my projects get upgraded? Also, what abou...
I'm trying to write a more generic method that will populate either an ASP.NET dropdownlist OR a telerik RadComboBox with states. I'd like to pass the control in as a parameter to the method. I have a DataTable that holds all the states, which I loop through (see below) - I'd like to make this applicable to a Telerik RadComboBox - so I...
Hi Everyone !
I've a question about dynamically loaded controls and events in these controls ( button click in my case :)
Here is what i got one RadPanelBar a Button and hidden input:
<telerik:RadPanelBar ID="languagesPanelBar" runat="server">
</telerik:RadPanelBar>
<asp:Button ID="Button1" ru...
I have a radgrid that generates columns dynamically based on user input. Once the grid is populated, the user has the option to export to excel or word. However when the user want's to retain the page formatting, no data is getting exported. But if the user then selects to ignore paging, everything works fine.
So it seems that if the...
Should controls in RadGrid's CommandItemTemplate maintain the state. I have template below and after posting back controls revert to initial state. ViewState is not turned of on the page level or on the grid.
<CommandItemTemplate>
<div class="gridActions">
Notes
<asp:DropDownList ID="cmdFilterNoteType" runat="se...
Hi I'm using telerik rad controls for asp.net
I have to clear the inputs with javascript;
but telerik controls (radcombobox e.g.) generates a huge markup
so how to clear telerik controls on a page in client-side?
thnx
...
Page_Load Calls more than once (4 times in my case) in FireFox but in IE only once. I am using Telerik, JQuery and DHTMLXCombos and asp.net controls on page. There are lot of images on page too. I am using
I had also got this problem in past and that time I was assigning wrong path to Image but this time this is not the case.
Any thou...
I am using a RadGrid to display data gathered from various xml files.
I have defined an EditFormTemplate where additional data can be seen/edited.
Now whenever I add controls into this template, the designer doesn't add the necessary control to the designer.cs codebehind file. Why?
Edit:
Most specifically, I have a asp:DropDownList that...
I am having an issue with the paging system on Telerik's RadGrid (AJAX). First take a look at this screenshot:
As you can see, the First/Last Prev/Next buttons are there, but there is no markings on them. Also, the dropdown (thats where those values are coming from) and whatever that 'select' is are really messed up. Here is my desig...
I have the following items in a web page:
an instance of the Editor from Telerik's RadControls for ASP.NET AJAX: call it "Editor"
a div that can change position by means of jQuery's .animate function: call it "divAnimate"
a div with a css overflow setting inside divAnimate: call it "divOverflow"
When divAnimate moves, the part of Edi...
I tried to disable unnecessary context menu when I set a grid with ContextMenus. By default, if you click the blank part of the grid, it disables the Delete menu.
However, after adding customized menu like Download, it shows in the context menu even there is no selected item (i.e., How can I download it?). So I want to disable the unne...
Hello,
I am developing a page with telerik RadGrid and the filtering feature is not working. I enable the filtering at grid an table level but it just execute the rebind action without filtering.
To fill the table I am using the NeedDataSource mode. What I am not sure is if the data stay attached to the GridItem and if that could be th...
Guys, I am having an issue with Telerik's RadPanelBar control. I have the Q1 2009 version of the controls. I have the follow ASP.NET code:
<telerik:RadPanelBar Width="297px" ID="RadPanelBar1" runat="server" Skin="Web20" AllowCollapseAllItems="True" ExpandMode="SingleExpandedItem" PersistStateInCookie="True">
<Items>
<tel...