Hi,
I'm currently using Telerik controls 2017.1, and i have a problem with RadRotator.
I have a control RadRotator, and 2 buttons (cf screenshot),
- right button code is only a "RadRotator1.Next()"
- left button code is only a "RadRotator.Previous()"
If i click really quickly many times on a button, my image disapears like screenshot.
If i put a stop point in my code, i see that the currentitem is the good, with the good index, but no image displayed.
An idea ? Thanks :)
I have a databound gridview with a column containing time a time value and I have inserted the below code to allow editing the time in the cell
1. The editing works fine, but when I enter the cell the displayed value is {0:09:45} is this normal ? is it possible to change it to 09:45 ?
2. is it possible to modify the column width when it enters in edit mode otherwise the timepicker editor is shrunk
3. How do I change the TimeEditor to display times in 24hrs instead of AM/PM ?
Thanks
Private Sub gvShow_EditorRequired(sender As Object, e As EditorRequiredEventArgs) Handles gvShow.EditorRequired
If gvShow.CurrentColumn.Name = "StartTime" Then e.Editor = New GridTimePickerEditor
End Sub
Hi!
I'd like to add a custom text at the bottom of my , I attach a screenshot of what I'm looking
is it possible?
Also, how can I format the number to have the thousands comma separator?
Thanks!
As picture one I attached below, when i click "add a document" in the first picture, it goes to the second picture (by adding a new tab)
I want to ask if is possible for me to go straight to the third picture or the fourth picture.
If it is possible I wonder how I can edit the codes, to make it possible.
I am still learning as I prepare to code my application from Flash Builder (Flex) to a C# WinForms application and one thing I have on my request list is the scaling of the application.
At the moment the Flex app has a fixed size, but one thing I can do is scale everything as the user resizes the app smaller or larger. I want to be able to do this in my WinForms app, but I use a number of PNG graphics (currently) for my buttons and I am looking at changing those to something like an SVG file. So my question is, do the controls (like buttons) support SVG images, is it possible to scale the controls (and my app I guess) as the user resizes the window - or am I going about this the wrong way?
One thing I do need to do is ensure that it looks and runs okay on say a Microsoft Surface where the resolution, etc. could make my app look very small.
I hope I have explained this well enough, thanks in advance.
Damien
I'm looking to interact with the mouse wheel on a RadForm.In my application I have overriden the paint event and am drawing an image as a background and then some other vector graphics on top.
I am successfully using the mouse click and move events to "pan" the image around however I want to now use the mouse wheel to provide a "zoom" effect.
To make matters slightly more complicated, my rad form is docked into a rad panel (using radPanel.Controls.Add) which in turn is incorporated into rad split panel and then into a rad split container.!
How do I use mouse wheel ?
How may I configure RadGridView to allow pasting of multiple rows of data? I am able to paste over existing selected rows, but when I need to paste more rows than are in the RadGridView it just stops at the last existing row.
This can't be a new requirement, and I imagine there is just some documentation I can't find with my google foo... I found a few very old posts about manually handling pasting from the clipboard, but they were nearly a decade old.
Basically, I'd like to use the RadGridView to manage x, y, z data rows. It would start empty, and then be able to paste n rows from Excel into the empty grid. Is this possible? I was able to do it with the Spreadsheet control, but it's rather slow to load and crashes on occasion when disposing.
Thanks in advance!
Hi there,
I have a requirement to make the menus "snappy" on the RadForm application I'm making, which makes use of RadApplicationMenus. Is there a way to disable any animations (fade in and fade out) to meet this requirement?
Thanks,
-Alexis
Hello,
can you tell me how to read current pan values? I need it for the purpose of storing it in a variable and restoring pan settings afterwards.
HI,
I have problem with RichTextEditor when importing a html string using HTMLFormatProvider.
After the import RichTexteditor still showing the HTML instead of showing the actual content from the HTML (like browser displayed format).
Please suggest some solution for this issue.
Thanks