My RadGird allows filtering by column.
What's the best way to change the font size of the context menu of filter button in filter row?
Hi all,
This is probably going to sound a bit counter-intuitive to the point of this control, but I've been asked to hide the recurrence controls in the scheduler & replace them with a grid of checkboxes for weeks in each term:
e.g.
T1: x x x _ x x : put appointment in weeks 1-6 (except 4) of term 1
However they still want the scheduler to recognise this as a recurring appointment so that changes can be made to the series or as an exception.
On 1st glance my thoughts are to grab the 1st & last ticked dates from the check boxes, having pre-ticked the relevant box when the appointment is first made, & work out a recurrence rule with the unticked items as exceptions. We're still at proof of concept stage, but I'd appreciate any ideas on a better way to do this please.
I have a right-click menu like this:
<telerik:EditorContextMenu TagName="A">
<telerik:EditorTool Name="Hyperlink Properties"/>
</telerik:EditorContextMenu>
when I right click on a link I get my custom popup window.
I would like to have different context menu for hyperlinks and bookmarks.
is this even possible?
thank you
I have a RadGrid with filtering enabled. The one column uses CheckList filtering. In IE11 everything works perfectly, except in Chrome and Edge.
In Chrome and Edge, the checklist item displays as normal list items, see attached images.
I've upgraded to v2020.1.219.45 to see if it would resolve the issue, but no luck. I'm using .NET Framework 4.6.2.
This is working on another solutions, I've compared the code and it is exactly the same.
I would appreciate any leads.
Thanks in advance.
We are using the Telerik.Web.UI.Editor.Diff namespace to compare two (old and updated) documents and then using the Rad editor to load the documents. However there are instances where there is no modification on the old and new versions of the document but certain words are still highlighted indicating they have been changed.
Has any one come across this problem with the document comparison.
Hi,
We using rad context menu with menu items, when i add image and text, there is no space between image and text and also text not align well, like showing little bit top.I used following style, but not work.
.RadMenu .rmHorizontal .rmText
{
padding-left: 55px !important;
}
.RadMenu .rmGroup .rmLeftImage {
margin: 4px 6px 0 6px;
}
This is code behind -
<telerik:RadContextMenu ID="UserIconConMenu" runat="server"
ClickToOpen="false" EnableRoundedCorners="true"
Width="20px" EnableShadows="true">
<Items>
<telerik:RadMenuItem ImageUrl="images/cust/master/Dashboard.png" Value="DB"
Text="Dashboard" />
<telerik:RadMenuItem ImageUrl="images/cust/master/Explorer.png" Value="EP"
Text="Explorer" />
<telerik:RadMenuItem ImageUrl="images/cust/master/Database-Access-icon.png" Value="CA"
Text="Cabinet Access" />
<telerik:RadMenuItem ImageUrl="images/cust/master/report-icon.png" Value="RP"
Text="Report" />
<telerik:RadMenuItem runat="server" Value ="STS" IsSeparator="True" Text="|" />
<telerik:RadMenuItem ImageUrl="images/cust/master/Setting-icon.png" Value="ST"
Text="Settings" />
<telerik:RadMenuItem ImageUrl="images/cust/master/HelpMenu.png" Value="HP" Text="Help">
<Items >
<telerik:RadMenuItem ImageUrl="images/cust/master/Manuals.png" Value="OAM"
Text="OA User Manual" />
<telerik:RadMenuItem ImageUrl="images/cust/master/AboutMenu.png" Value="AB"
Text="About" />
<telerik:RadMenuItem ImageUrl="images/cust/master/Downloadexe.png" Value="FTA"
Text="FT Add-in" />
</Items>
</telerik:RadMenuItem>
<telerik:RadMenuItem runat="server" Value ="PDS" IsSeparator="True" Text="|" />
<telerik:RadMenuItem ImageUrl="images/cust/master/logout-icon.png" Value="LO"
Text="Logout" />
</Items>
</telerik:RadContextMenu>
This is screenshot what i get - http://prntscr.com/r515ag
But what i want -- http://prntscr.com/r518en
The size of image is 24x24 png format ,pls reply asap
Thanks
Hello,
I would want to know if RadMap provides support for directions (route indications between 2 points) regardless the map tile service.
Cannot find any documentation on this and I'm wondering if it's on your roadmap.
Thank you!
Andrei V.