We are getting below error message while updating latest telerik dll.
Severity Code Description Project File Line Suppression State
Hello,
How do I set the height of the actual input box? I have tried the following without success.
div.CustomCssClass .rcbInputCell INPUT.rcbInput
{
height: 25px;
width: 250px;
}
div.CustomCssClass {
height: 35px;
}
Thanks

<span style="white-space: pre;"> </span>
Screen Shot 1: Below screen shot shows the Telerik RadEditor where, 5 Tabs are being entered after the Amount text.
<p>Amount<span style="white-space:pre;"> </span>54123</p> <p>Test Amount<span style="white-space:pre;"> </span>87596</p>
Screen Shot 2: Missing Tabs in SSRS report as shown below,
Screen Shot 3: SSRS report text field accepting HTML.
Can you please help us to find the solution for the above issue ?

With file explorer, I have no issues with creating a new folder with a string that contains a "&". The folder is created as expected.
But when I rename an existing folder to a string that contains a "&", the system will replace the "&" and "&". This behaviour is shown in the fileexplorer demo :
https://demos.telerik.com/aspnet-ajax/fileexplorer/examples/overview/defaultcs.aspx

The pop up that I am trying to display when clicking on an <a> tag seems to not be able to take in the URL that I have passed into it via a post-back. All this does is to throw me an error stating. These snippet of code seems to be working on a previous iteration of an application but seems to be continuing to throw this error in this new iteration of the application that I am currently developing.
Uncaught TypeError: Cannot read properties of undefined (reading 'open')
at window.radopen
at OpenForm
at HTMLAnchorElement.onclick
window.radopen
OpenForm
onclick
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Animation="Resize"
OnClientBeforeShow="clientBeforeShow" AutoSize="true" Title="Product Details"
ViewStateMode="Disabled" EnableViewState="false" Behaviors="Close, Move" VisibleOnPageLoad="false"
VisibleStatusbar="false" DestroyOnClose="true" MinWidth="650px" MinHeight="500px">
<Windows>
<telerik:RadWindow ID="ConfirmDialogue" runat="server" Title="Product Details"
AutoSize="true" DestroyOnClose="true" EnableViewState="false" ReloadOnShow="true"
Style="display: none;" ShowContentDuringLoad="false" Modal="true" VisibleStatusbar="false">
</telerik:RadWindow>
</Windows>
</telerik:RadWindowManager>
My javascript:
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">

I have a Telerik RadGrid that has a DetailTable that can be expanded by the user. The DetailTable contains several selectable rows. The user is able to select some rows, then click a "Process Data" button that saves the row data in a Visual Basic code-behind file.
The RadGrid uses HierarchyLoadMode="conditional" to keep track of the DetailTable.
Two Problems-
1. When a user:
- expands the DetailTable,
- selects a row,
- collapses the DetailTable,
- clicks "Process Data,"
no data is saved because RadGrid.SelectedItems has 0 items. Even though the selected row is shown as selected in the UI.
However, if a user:
- selects a row,
- collapses the detail table,
- clicks "Process Data" + gets an error from the VB saying "No rows selected,"
- expands the detail table again,
- selects the row again,
- clicks "Process Data" again,
then the data will be saved because RadGrid.SelectedItems will include the row. Perhaps this is a bug?
In other words, a post back is needed to clear the detail table selections before RadGrid.SelectedItems actually includes items that have been selected in a collapsed HierarchyLoadMode="conditional" table.
2. Is there a way to have selections persist across pagination? Eg. If the user expands the DetailTable, selects a row, navigates to "page 2" of the detail table, then navigates back to "page 1," their selection is not saved.
Is there a way to search for files in the directories when using the Document Manager/Image Manager. I see some code samples that allow for filtering in the selected folder, however that only filters one level and not sub directories. Looking for a way to search filenames through all sub folders.

We have an application which is using Telerik RadGrid controls - RadGrid.net2 dll.
Our security team has reported vulnerabilities in this application and a lot of them are in these RadControls, for example RadGrid.js client DOM stored code injection. They are looking us to fix these.
What is the solution for this?
