hi.
I have to use WinForms UI 2017.2.613 with os 10. with date time picker control I can't see years model selection when clicking in control header and just show current year month selection. in attached image 01 you can see what control show to me and in image 02 you can see what selection I need.
I am trialing RadDesktopAlert for a new system I am developing, and considering purchasing radcontrol for WinForms. I have used RadControls for the web before.
I have created a RadDesktopAlert and it appears to work quit well. I create the RadDesktopAlert in code and added 2 buttons behind it. I can run code from those buttons without any issues. However I need to pass an ID into the RadDesktopAlert , that I can access when pressing these buttons.
Is there a way I can pass a variable, does as a unique string into the RadDesktopAlert that I can read when pressing one of these buttons?
Many Thanks
private void rbeRequest_Click(object sender, EventArgs e)
{
Console.WriteLine("code test here");
// I need to get a value specific to the rad alert here.
}
// create the RadDesktopAlert
RadDesktopAlert radDA = new RadDesktopAlert();
//declare the buttons.
RadButtonElement rbeRequest = new RadButtonElement();
RadButtonElement rbeAdministrator = new RadButtonElement();
rbeRequest.Name = "test1";
//assign code to each button that runs.
rbeRequest.Click += rbeRequest_Click;
rbeAdministrator.Click += rbeAdministrator_Click;
//set padding around the buttons to make them a little bigger.
rbeAdministrator.Padding = new System.Windows.Forms.Padding(5);
rbeRequest.Padding = new System.Windows.Forms.Padding(5);
//apply a lable to the buttons
rbeAdministrator.Text = "My Administrator is Present";
rbeRequest.Text = "Request Permission";
//add the buttons to the DesktopAlert component.
radDA.ButtonItems.AddRange(new Telerik.WinControls.RadItem[] {
rbeRequest,
rbeAdministrator});
}
//apply text.
radDA.CaptionText = "caption text goes here";
radDA.ContentText = "content text goes here" ;
//show the alert.
radDA.Show();
}
I have a bound RadGridView which I need to allow row reordering for. I followed the example posted by Dess here: http://www.telerik.com/forums/move-rows-with-the-mouse
And it works perfectly, thank you. I have a question however. When I drag row(s) to another RadGridView, the circle slash icon dissappears which lets the user think they can drag the rows there. They can't however, they're only supposed to drag the rows within the original RadGridView that they're from. Attempting to drag the rows to another RadGridView should show the circle slash icon indicating it's not allowed. Can the example be modified to address this? I'm guessing there's something I might change with e.CanDrop but I'm not sure how to go about this. Thank you.
hello ,
i need create chart Likely attached file on telerik chart win form , please help me ....
thanks.
hello im kangroo. im not much professional but i am working on a project and i have few questions about exporting from radgridview at winform.
1- i am trying to excel export and i want to set columns width for excel.i have tryed codes from demo.in there i can set width for current radgridview.but i don't want to change radgridview widht i want only change it at exporting to excel.How i can do?
2- is there any way to not export a column ? for example i don't want to export date column from radgridview.how i can?
3- in demo codes there is a example for add cloums to export to excel table. but that codes adding colums to current radgridview after complete of export. can i add columns to export table without adding to current radgridview?i want to create a cloumn for users may write some notes on excel export page
4- is there any way to set page size for excel export?i saw few codes in demo for pdf exporting for set size for page but can we do this in excel export?
i did search for this questions and i have read many documents about that but i did not understand how to fix these problems.If you can explain with example codes that would be very helpful.thank you.
I've a textbox on my database setup form that takes the database password.
At design time I have placed a checkbox to the right hand side of it so the user can select whether or not to see the encrypted characters or not. I want the checkbox to be positioned in line with the text box when displayed to the user.
At design time it is, but when theming is applied it loses its alignment (please see attached file)
I've tried repositioning the checkbox when the textbox is painted but that doesn't work.
How can I keep these two controls anchored to each other as they should be please?
Hi,
I am experiencing problem with latest controls ( version : 2017.2.613.40 ) . When I open multi column drop down ,its selecting first item which is causing problem in my case , it happens when i open drop down pragmatically using code : this.MultiColumnComboBoxElement.ShowPopup().
Please advise asap.
Thanks.
Hello,
On the x axis, I have a range of values from 1/2001 to 1/2010 where I have a value for each month. I need to have ticks every 4 months (MajorTickInterval = 4 is working fine), but I need to have ticks starting from 3/2001, so I will have tick on each 3/xxxx, 7/xxxx, 11/xxxx month. How to achieve this?
Thanks in advance
Still happens. With no end in sight.
Tried different datasource calls. Still happens. What you say is right, is wrong. BUGS BUGS BUGS. Zero fixes. Please stop selling a product that does not work and which you do not care to develop.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I can't wait to move off your controls and end the continuous frustration of poor development.