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?
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.
Hi,
I have a question about the editor's plugin dialog. For example, we added some customized features in image manager and we try to make some changes of "dialogOpenerImageManager" div element too. Is there any way we can find this element from ImageManager.ascx control?
Thanks,
Lan
Hi All,
I'm using Telerik Release version 2017.1.228.45 and I have a requirement that allows users to be able to drag and drop "files" and "folders" from local desktop to the FileExplorer page for upload. Currently the FileExplorer control supports drag and drop for files only. Is the FileExplorer Control able to support drag and drop of Folders which contain files to be uploaded? Are there any settings or configurations that need to be done?
Thanks,
M
Hi,
we have a problem on radgantt render.
In our scenario, user added 62 tasks which connected with 65 dependencies. As you can see in attachments, dependency lines are in correct rows but, tasks are slides down.
We've tried all different skins and render modes but nothing changed.
Telerik Version : 2016.3.1027.45
VS : 2013
.net framework : 4.5
if needed, i can share codes also
Could anyone help us?
AliHI!
Exist any way to change the background color of taskbar by status in the column grid?
Like image attached.
Regards