Hi, I am facing the following issues with the Telerik table. Can you please help resolve them?
1. The text is not aligned with the dropdown (Image attached)
2. When we edit the widget > click on the table on a random cell > select Table Properties > The table wizard will always default to the top left cell > This is working as expected.
If you click in the table (not the editor) and select Cell Properties > the wizard will display (highlight) the cell you selected in the table is it expected that when selecting table properties it always default to the left side first box but when selecting cell properties it will show the current cell which we are in.
video link:- https://jam.dev/c/c1cdf56c-53ab-4218-8774-65907b3efd6d
3. Table properties > Select cells (e.g the top three) > Border > Select the bottom > 6 PX > Purple > OK > The preview is not showing the changes we want to apply > the preview is showing only the top left cell
video link:- https://jam.dev/c/88c17904-c758-47ab-949c-d29b4775dc6d
4. Following step 3 > when we navigate the mouse up and down, in the background, we can see only the top left cell with the border we configured. (while initially we selected the top three) > But if now, in the preview page, we will choose the top three > OK >We will see the top three cells showing the design we configured.
video link:- https://jam.dev/c/ba52bff1-7459-44d6-a647-d3eb5cea07f3
5. From the widget/page > select the middle bottom cell (notice it has no styling) > Table properties > Cell Properties > Select the middle bottom cell again > More Cell Styling > Border > Notice that the top row design is inherited > Is this expected?
video link:- https://jam.dev/c/1516e16f-1f7c-4e89-8b19-368edabf5703
5.1 I have observed that when we're in the widget > selecting a cell from the table > clicking on Cell Properties > The top row design is not inherited.
Hello,
Please check the following:
In the demo:
https://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx
Set cursor after last word "browsers.". Then click Shift+Enter (break) one or several times. Then click BackSpace.
BackSpace will remove last dot, but not a breaks.
How can I fix it?
Hi, I am facing the following issues with the Telerik table. Can you please help resolve them?
1. The text is not aligned with the dropdown (Image attached)
2. When we edit the widget > click on the table on a random cell > select Table Properties > The table wizard will always default to the top left cell > This is working as expected.
If you click in the table (not the editor) and select Cell Properties > the wizard will display (highlight) the cell you selected in the table is it expected that when selecting table properties it always default to the left side first box but when selecting cell properties it will show the current cell which we are in.
video link:- https://jam.dev/c/c1cdf56c-53ab-4218-8774-65907b3efd6d
3. Table properties > Select cells (e.g the top three) > Border > Select the bottom > 6 PX > Purple > OK > The preview is not showing the changes we want to apply > the preview is showing only the top left cell
video link:- https://jam.dev/c/88c17904-c758-47ab-949c-d29b4775dc6d
4. Following step 3 > when we navigate the mouse up and down, in the background, we can see only the top left cell with the border we configured. (while initially we selected the top three) > But if now, in the preview page, we will choose the top three > OK >We will see the top three cells showing the design we configured.
video link:- https://jam.dev/c/ba52bff1-7459-44d6-a647-d3eb5cea07f3
5. From the widget/page > select the middle bottom cell (notice it has no styling) > Table properties > Cell Properties > Select the middle bottom cell again > More Cell Styling > Border > Notice that the top row design is inherited > Is this expected?
video link:- https://jam.dev/c/1516e16f-1f7c-4e89-8b19-368edabf5703
5.1 I have observed that when we're in the widget > selecting a cell from the table > clicking on Cell Properties > The top row design is not inherited.
Hello,
In the demo (https://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx):
When I click the B/I/U buttons, the editor logs multiple Reformat actions and repeatedly applies the B/I/U tags. How can I prevent this?
Is there a way to disable Reformat actions in Track Changes mode? I only need to track insertions (ins) and deletions (del).
Thank you!
Hello,
One of our customers reported that they are trying to enhance the security features for file uploads in RadFileExplorer, Document Manager, and Image Manager. Specifically, for SVG files, they want to inspect the file contents for any embedded JavaScript functions. If the file is deemed unsafe, the upload should fail, and an error message should be displayed to the end user.
We have implemented the necessary backend validation and are able to throw an error message. However, we have not found a way to display this error message in the UI. Is there a recommended approach for implementing error message display in this scenario?
Thanks,
Lan
When I open Image Manager from RadEditor everything is fine. When I open Image Manager stand-alone the layout of the toolbar is different, some icons are missing. Also the source code of the dialog is different....what is happening here?
2025.1.416
Skin.Bootstrap
No ExternalDialog files
Marc
I'm experiencing an issue with custom button icons not displaying in the RadEditor ribbon bar. I've added a custom button that functions correctly, but the icon specified in the ImageUrl property does not appear on the UI.
Issue Details:
I've added the following custom tool to the RadEditor toolbar:
xml<tool name="File" size="large" text="File Add" ImageUrl="~/Assets/images/add.png"/>
The button appears in the ribbon bar and the functionality works as expected, but the icon is not visible.
Troubleshooting Steps Already Taken:
Questions:
Hi,
I have checked the paste functionalities in your demo webforms editor page: https://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
However, I don't see there's a Paste from PDF functionality. It would be great if you can treat this as a feature request for your webforms editor.