Hi, how can I change the RadTaskBoard drag and drop fill color? I would like to set it to teal for example rather purple. I believe that will fix a problem in my RadGridView when in Drag and Drop mode as well.
I am using VisualStudio2022Dark theme.
Hello,
Thanks for your help in advance.
I'm experiencing an issue with the "RadCollapsiblePanel" not adjusting to the content height when "AutoSize = True".
Below is the page layout structure:
All components have "AutoSize = True" and "Dock = Top".
Collapsibles have "FitToContentHeight = FitToContentHeight" and "Root.StretchVertically = True" but they still don’t seem to fit the content as expected.
Is there a simple way to enable a different context menu for each level of a hierarchical grid?
I only see ContextMenuOpening for the grid as a whole and don't see a way to determine which sub grid was selected which didn't involve checking column names. The templates only seem they are there to support layout.
Attached is a sample app.
Thanks,
_Dave
Hi, I'm using a RadPdfViewer to show a Pdf.
If the pdf is signed the signatures panel is showed, but the signature is always showed as not valid, even if it is valid.
The error is that the "The signer's identity isunknown".
I tried also to call the SignatureField.Signature.Validate() method and it throws an exception like this:
No signature validation handler was found for the subfilter: ETSI.CAdES.detached
Any suggestion?
Thanks.
Hi,
how can I remove the arrow button in a RadTabbedForm header (WinForms)? Please see the attached photo
Thanks,
Roy
Hello,
I've benn experiencing extreme slowness in my ERP application. Not just when logging in but in any form window.
This only happens when the application is running on windows 11 from an application shortcut located on a remote server. (The problem occurs on both desktop and notebook)
However, when running the same scenario on Windows 10, this slowdown does not occur.
Has anyone faced this problem with Windows 11 ?
Attached system configuration.
Thank You
obs: Running locally on both windows 11 and 10 there is no slowdown.
I have a grid with header and child rows. Some columns are the same in the child rows but not everything.
How can I align the columns properly that the header and the child are below each other?
vb: colum1 column2 column3 column4
column1 column3
Like in the screenshot. I have to align the yellow, blue and red columns. But the other columns don't have to be visible in the child.
Hi, I have a RadGridView with the first 2 columns pinned, and the other columns allow reordering.
The first 2 columns are pinned, but I can move an unpinned column between the pinned columns or to the extreme left, so now I have three pinned columns.
Is it possible to fix this?
Thanks