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
I'm new to Telerik. This should be easy to do but I'm struggling for some reason. I have a RadGrid on my web page. I can click the edit icon and then it displays an email address. I want to let the user change the email address. It does let the user change the email address. But I want to expand the width of the email address. I cannot figure out how to do this. Can anyone help? This should be easy but I'm missing something.
Hi,
I have a radgrid with specified template columns. I would like to enable the Excel-like filter option on the grid, but hide the icon on certain column headers.
I've tried the code below, but it's not working.
<
telerik:GridTemplateColumn
HeaderText
=
"View"
UniqueName
=
"ViewCol"
ShowFilterIcon
=
"false"
>
Any ideas to what i might be missing?
Thanks,
Jas
I would really like it if the box just displayed as much of the text as possible, like a normal text box, rather than trying to truncate it. It needs to be visible without a mouse over. Is there a property or something I can set to turn this off? See attached example image.
Bottom box has focus top box does not. Same text is in both.
Hello,
I need a grid which auto refreshes after a given period using a timer. There is an example here: http://demos.telerik.com/aspnet-ajax/ajaxmanager/application-scenarios/ajaxify-timer/defaultcs.aspx
However, I don't want the whole grid to be rebound after each refresh and instead would like it to be seamless without the animation. When creating a standard bound to a there is a refresh button top right, and when pressing this button it does exactly what I'm after - it doesn't rebind the grid and instead if there's new data it pops the new data in instead of creating an obvious refresh animation. Using a normal is there some way to simulate pressing this 'Refresh' button using a timer element and thereby avoiding the rebinding?
Thanks