Hello
I have several RadGrids with custom css applied to the columns. Everything works as intended. However, when a column is sorted, telerik applied the .rgSorted css and this completely defeats the purpose of the gird (in our application). What is the procedure to DISABLE or DELETE the .rgSorted css, as this particular class will never be needed or used.
Note: any css class definition with !important cannot be used in this context.
Thank you
With the R2 2022 release Telerik added this support via a skin (BlackMetroTouch) but it seems it is limited to a server side setting and can't be done via client side? In particular I'm looking to do this for the RadGrid and change it via a user toggle and not have to make a post back to reload the page. Please let me know if there exists a way to do it at client-side.
Thanks,
Gerry
Hello! This is my first time using a RadEditor. I've figured out a lot of the settings.
However, I am still having problems with the HTML edit mode. The content is surrounded by a too narrow border/container. When entering large amounts of text, it wraps and is hard to read. Is there any way to remove this border/container, or make it wider, so that the whole width of the RadEditor is available for HTML content?
Thanks!
Hi,
I am using telerik data grid, i hav menu on datagrid header, when i click its going very far from datagrid, i want to keep my this menu popup just next to header where ever I click.
its in aspx page and using vb.net code behind.
any suggestion?
Thanks
Hi,
I'm having problems with the style regarding the pager part of my RadGrid (see attachment). I use it with Bootstrap v. 5.3.3. Can you explain to me what I need to add in my CSS file to fix.
Thank you
hi friends,
I'm adding a radmenu to a aspx Report Viewer Form, it overlaps the control bar ot he report,
<form runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<telerik:RadMenu ID="RadMenu1" runat="server">
<Items>
<telerik:RadMenuItem runat="server" Text="Root RadMenuItem1">
<Items>
<telerik:RadMenuItem runat="server" Text="Child RadMenuItem 1">
</telerik:RadMenuItem>
<telerik:RadMenuItem runat="server" Text="Child RadMenuItem 2">
</telerik:RadMenuItem>
<telerik:RadMenuItem runat="server" Text="Child RadMenuItem 3">
</telerik:RadMenuItem>
</Items>
</telerik:RadMenuItem>
</Items>
</telerik:RadMenu>
<br />
<div>
<p>what is this shir??</p>
<telerik:ReportViewer
ID="reportViewer1" ServiceUrl="api/reports" ScaleMode="Specific"
Width="100%"
Height="50%"
EnableAccessibility="false"
runat="server">
<ReportSource IdentifierType="UriReportSource" Identifier="VentasPorCliente.trdp">
</ReportSource>
<%-- If set to true shows the Send Mail Message toolbar button --%>
<SendEmail Enabled = "false" />
</telerik:ReportViewer>
</div>
</form>
do you have any idea how to Fix this?
Thanks
I am using RadScheduler with TimeLineView Only, GroupBy Resource with GroupDirection set Vertical.
I set the object height to 585px, but when rendered, it only shows 360px, as you can see in the image.
What can I do to work around this situation without changing the rowHeight property?
I am using server-side binding but if I change to client-side binding, can I solve this problem modifying Client Rendering?
Trying to hide the arrow on drag and drop for RadListBox. Found a post on setting the z-index for the css style .rlbDragClue and I've tried everything, display:none, visibility:hidden, background:none, all with the !important designator, nothing works. Always get the arrow.
.rlbDragClue {When you create a Telerik Web Application using teh Outlook-Inspired template, how do you automatically expand the side menu? You have to click at the top left corner to expand.
I want to show up like the below, without having to click on the red in order for the left side to show when I first initialize the app.
We have a strange issue where when we copy and paste from Word to the Telerik Editor (2018.3.910.45) using Firefox on a Mac (running 12.4). that the editor inserts a large <style> tag with a font face element inside. See Attached Screenshot. This is only the case when using a Mac and Firefox. I can recreate the issue on the Telerik Demo page. https://demos.telerik.com/aspnet-ajax/editor/examples/cleaningwordformatting/defaultcs.aspx
Any thoughts on how to fix this would be most appreciated. Thanks! We tried utilizing the ConvertFontToSpan and ConvertInLineStylesToAttributes options in the content filter.