Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
103 views
Hi!
Imagine that not or not very easily but ....There is anyway of upgrade one control to the latest version and use the rest of the telerik controls in a previous version?
I think we will end up upgrading everything, but I'd like to know what's possible and what not.
Thanks!

Rumen
Telerik team
 answered on 16 Aug 2017
5 answers
1.6K+ views

I have a ASP Dropdown list and Telerik RadComboBox. Both are binding same values.

Now I want to select same value in RadComboBox which user select in ASP Dropdown list.

I have used below codes but RadComboBox always shows previous selcted value only.

YAMA
Top achievements
Rank 1
 answered on 16 Aug 2017
3 answers
266 views

Hi ,

How can I find out which columns are visible in a server-side routine (some columns may have been shown/hidden with the header context menu)?

Eyup
Telerik team
 answered on 16 Aug 2017
0 answers
101 views

Hello. I'm going to use telerik ASP.NET AJAX Grid in my application. I have several tabs on the page that should have the grid. The functionality of grids is similar. So, Obviously, I would like not write the same HTML and Java Script several times, but I would like to create common general Java Script that allow me to create the grids. Is it possible? If not, Is it possible to do this with Kendo UI?

Thank you.

Yordan
Top achievements
Rank 1
 asked on 16 Aug 2017
2 answers
168 views

Hello,

I have a grid similar to http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/declarative-relations/defaultcs.aspx.  In my I have around 20 columns in the parent and only a few in the child.  I'm using locked columns so there is a horizontal scroll bar to view all the data.  The few items in the child grid get spread across the entire length of the parent grid which makes it extremely hard to read since you have to scroll all the way across the grid just to read a few columns.

Is there some way to reduce the size of the child grid so it doesn't span across the entirety of the parent grid?

Thanks

Chris
Top achievements
Rank 1
 answered on 16 Aug 2017
2 answers
134 views

Hello,

I've created grid with a parent and 2 and 3 child elements like the following sample: http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/declarative-relations/defaultcs.aspx

I would like to enable filtering for the parent items but not for any of the children elements.  I've enabled filtering in the grid using AllowFilteringByColumn="True" and in the children columns I've set them all to AllowFiltering="false".  This removes the filter from the child elements however it leaves an ugly bar underneath the column header where the filters normally would be.

Is there some way to disable this and only have filtering applied to the parent?

Thanks

Chris
Top achievements
Rank 1
 answered on 16 Aug 2017
2 answers
373 views

I am using RadDatePicker identically on several different pages. However, the Calendar icon shows on some pages, and not on others. Digging deeper, I discovered these invisible ones have the following CSS:

.RadInput a {
 display:block;
 overflow:hidden;
 position:relative;
 outline:0;
 z-index:2;
 text-indent:-2222px;
 text-align:center;
 text-decoration:none
}

Disabling the indent makes the icon visible again. What is the reason for this behavior, and how can I fix it?

David
Top achievements
Rank 1
 answered on 15 Aug 2017
4 answers
1.8K+ views
Hi,

Environment:
Asp.net, C#, Telerik Rad Grid.

We have an requirement to hide and unhide the column of telerik rad grid  by the user.
How can be achieve in client side?

Appreciate your earliest reply.

Thanks,
Sreenivas

Freeman
Top achievements
Rank 1
 answered on 15 Aug 2017
1 answer
215 views

I'm using the ComboBox with a checkbox list. The normal behavior for this control is to display the individual items that have been checked in the combobox "header" until the items exceed the width of the control. When that happens the item list that displays in the header is replaced by a generic "x items checked".

I can select/check various items, click away from the combobox, and the autopostback is triggered. I can then check other items, click away from the combobox again, and again the autopostback is triggered. Works great.

But if I check, say, 6 items the first time (the header reads "6 items checked"), which triggers the autopostback when I click away and then check a different set of 6 items (the header still reads "6 items checked"), then the autopostback doesn't fire. I can continue selecting different sets of 6 items and the autopostback is never triggered. As soon as I select 5 items or 7 items (anything but 6 items), then the autopostback is triggered.

This appears to only be an issue when the generic "x items checked" message is showing, no matter the number. If I check only two items that do fit in the header and then select a different two items after the first postback, it works as expected.

Here's how the combo box is defined:

                <telerik:RadComboBox id="ddlSpeciality" runat="server" Width="250px"

                    CheckBoxes="true" EnableCheckAllItemsCheckBox="true" OnClientItemChecking="OnClientItemChecking2"

                    MaxHeight="450px" AutoPostBack="true">
                </telerik:RadComboBox>

The combobox items are loaded dynamically when the page is loaded. The OnClientItemChecking is only required because we use some item grouping and the client function selects/deselects all items in any particular grouping when the parent item is checked/unchecked. This does not seem to have any bearing on the problem I described above as I can recreate the problem using only top level items with no grouping.

Richard
Top achievements
Rank 1
 answered on 15 Aug 2017
2 answers
127 views
I just noticed that the RadTextBox is not working right in terms of paste operations.  

I have two on the form, one on top of the other.  If I highlight the text in the upper single line control and *attempt* to paste it into the lower multiline control it does not work.  Either using hotkeys or the right-click mouse context popup.
Anatoliy
Top achievements
Rank 2
 answered on 15 Aug 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?