Hi guys, I would like to have a selection function like in a DropDownList, but not with lines of text to pick, but with images preferredly arranged as a grid instead of a list. See the attached image to see what I mean ;).
Is this possible in a DropDownList or another Telerik control?
A workaround I made up, of course, by cancelling the opening event of the DropDownList and make some panel with images visible. But that is worked pretty far around.
Thank you in advance!
We are upgrading visual studio 2010 to 2019 using Telerik (v 2015.2.728.40) controls
We have added telerik to reference but our project fail to run due to all telerik is not defined.
Is there any solution about this?
Thanks in advance.
Hello
I have a pdf Viewer in a usercontrol that is itself loaded in my main windows form
When I have my screen set to a scaling factor larger than 100%, the whole application is resized when I load a document in the pdfviewer.
The usercontrol that hosts the viewer has autoscale set to none (like all the other elements of the project)
all other forms and elements behave normally under scale factor larger than 100%
the attached screen copy shows the change of size (for test purpose I have set my screen scale factor at 200%)
Thanks in advance for any suggestion
Best regards
Pierre-Jean
Hello
I have a popunEditor that opens a Container in which I have a filedialog to open a file.
as soon as I select the file the container closes (see attached screen copy)
Is there a way to prevent this to happen and close only on demand ?
This isn't a complaint thread. It's a thank you thread.
This control is awesome and opens the door to several code editor projects I had plans to create for proprietary languages.
Much appreciated!
I've pasted 26k of data into the textbox and things go really bad. The max characters for this say it should handle 2,147,483,647, but there is no way I've experienced anything remotely close to that.
The problems:
Scrolling is choppy and slow
I can CTRL-A to highlight everything (which is fairly fast), then I right and get the context menu, but I can't ever select Copy.
Any more data than the above 26k, the control is pretty much just locked up.
To Reproduce:
In order to make sure it wasn't my app causing the issue, I created a new app, dropped a radTextBoxControl onto it. Resized it to 1218, 828 (randomly chosen), then ran the app.
I pasted the same 26k of data (XML content, but it doesn't seem to matter what it is), and the same issues I first described above happened.
Hi guys, I've experienced a new weird behaviour. In this case the RadSplitContainer makes up his own color.
The UserControl I created still has the default BackColor "Control". Everything else is set to "Transparent". Why is the SplitContainer blue???