I need to add some custom images to the ribbon, and I am wondering what is the best practice method for doing this.
Here's what I have right now, which is obviously not right. What would be a more elegant approach?
var templateNameImageBytes = Convert.FromBase64String(@
"iVBORw0KGgoAAAAN......"
);
//truncated
var templateNameStream =
new
MemoryStream(templateNameImageBytes);
var lblTempalteName =
new
RadLabelElement()
{
Text =
"Template Name:"
,
AutoSize =
false
,
Size =
new
Size(120, 20),
Image = Image.FromStream(templateNameStream),
TextImageRelation = TextImageRelation.ImageBeforeText
};
First of all, hello guys/girls.
I've searched google and telerik forums to try to fix my problems but I wasnt that lucky, so maybe someone can point the right way for me.
I'm working in Visual Studio 2015 enterprise / Visual Basic
My first problem is : I want to export selected rows from radgridview into excel, I've searched and tested almost everything that I've found on the google and nothing worked for me. Can you please help ?
My second problem is : I have to displey a cell value from selected row into radtextbox. Also tryed with google and didnt found any solution.
Thank You very much.
All the best in 2017, may all your wishes come true.
PS. I've tryed the same code I've used with vs datagridview but it doesnt work.
Hello,
I was wondering if there is the capability in chartview for a user to select a portion of a line in a line series and add a permanent tooltip or note that they can fill in with text?
An example is attached.
Thank you,
Erkin
For my currently application, I just need to select a month.
Is there a way to it with this control?
Hi,
I have a RadGridView control which bind by ColumnGroupsViewDefinition with GridViewColumnGroup.
The grid direction is from right to left.
When I use the PrintPreview methods, the grid in the preview become from left to right.
How can I fix it?
Thank you.
Hi there,
I'm currently utilizing the RadVirtualGrid on a particular form. I would like to be able to take the current data that is being applied virtually and export it to csv. I notice that the ExportToCSV routine takes a RadGridView object as the source for the export, so my question is this:
Should I take the source query for the virtual grid and create a RadGridView object and populate it just to export to csv? Is this the only way the Telerik stack can be used to export to csv?
Cheers!
Wayne
Hello everyone,
I'm stuck with a small obstacle and I don't know how to get pass it.
I have 2 WinForms
Forms 1 has 3 Buttons. All of them call Form2. Now in Form 2 have to I have to perform task depending on which button was clicked on Form1. how do I find it out which button called the from2 when i'm in form2?
please help
thanks in advance.
Hi,
We are using Telerik controls for Winforms version 2016.2.608.40 in our application.
We are planning to build our application to 64 bit. I want to know whether Telerik controls are 64 bit or 32 bit.
Also want to know does Telerik have any recommendation.
With regards,
Sachin
This is a sample form in my application. It has multiple RadLayoutControls. Layouts are saved on the FormClosing event and loaded in the FormLoad event.
See the 3 screenshots. In the initial load, the form is loaded with no layouts loaded.
I resize the form as in the second screenshot, IResizedToThis.png
I close/reopen the form. This time, the layout IS loaded, and the form appears as in the 3rd screenshot.
I have submitted a Telerik Support incident, but being New Years weekend I figured I'd go ahead and try all avenues.
I can't post a sample project here, but I do have one created that shows this issue.
Help - Any ideas?