I upgraded Telerik controls from 2013.2 to 2016.1. There is a page with a combobox of checked items (see code below). With version 2013.2, changing any of the checkboxes with the mouse and clicking outside the combobox causes a postback. With version 2016.1 the postback doesn't happen. If I change a checkbox with the keyboard (space) I can get the postback to occur. Is this a bug, or the way it's supposed to work? Thanks for your help...
<telerik:RadComboBox ID="rcbSites" runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="true" Label="Sites" LabelCssClass="fwBold" AutoPostBack="true" OnSelectedIndexChanged="rcbSites_SelectedIndexChanged"> </telerik:RadComboBox>
Hi guys
does the quoted dollar pricing for a new licence need to have vat added for uk residents?
hopefully not, but thanks for clarifying!
Clive
Hi
I have a rangedColumnSeries and an AreaSeries on the same plotarea and I am using databinding to generate the chart.
I want to plot a rangedColumn series for 0,5,10,15 etc on the x-axis and use the AreaSeries to plot a line for y values at 0,1,2,3,4,5 etc so effectively giving a better resolution to the line graph compared to the bar chart while using the same data set.
I've added an image below of what it would look like.
Is this currently possible?
Hello all,
I have a Grid which has several columns, one of which is a checkbox column. For all the other columns (dropdown, textbox, etc), I want the user to click the Edit icon and edit in EditForms mode. But for the checkbox column, I want to make it easy for the user to just click on multiple checkboxes and save (i.e., use Batch EditMode).
Is such a combination possible?
I am unable to find matching items that contain parentheses. I can successfully search for other special characters like '#', '%', '|', '*', etc. but not '('. In fact, it seems that typing '(' will clear the mask.
How do I go about searching for an item that contains parentheses?
OS: Windows 7
exact browser version: Google Chrome 49.0.2623.87
exact version of the Telerik product: 2013.3.1015.45
preferred programming language: C#
Hi
I've the radwizard object into aspx page and i would change the backcolor RadWizardStep.I set the theme Bootstrap and I would like to change the color but did not succeed.
By using this site http://docs.telerik.com/devtools/aspnet-ajax/controls/wizard/appearance-and-styling/skin-selectors
I was able to change the color of progressbar but not the backcolor RadWizardStep.
How can I do?
Thank you bye
Hello,
Immediately after my upgrade from 'ASP.NET AJAX Q3 2011 SP1' to 'UI for ASP.NET AJAX Q1 2016' (.NET version 3.5), my Rad Grid no longer renders correctly:
- Rows are no longer clickable
- Column widths are no longer aligned between header and content
- Scrolling content overflows beyond the borders of the grid (I believe the height of the amount overflowed is precisely the height of the header row)
Note that the functionality is partially there in that clicking on column headings properly sorts the data, but the rendering issue is still present.
Please see the attached image 'Illustration.png'.
I have also attached image files of my code 'ASPNET.png' (for the .NET markup) and VB.png (for the code-behind). I had to do it this way because this thread window would not allow me to copy/paste code within, nor attach anything other than image files.
Please help!!
Thanks - Torrey