When I change to Korean font when using Telerik WinForm control, vertical alignment does not work properly.
In the attached picture, the left side is the basic controls of the window form, and the right side is the Telerik control.
In the Telerik control, vertical alignment is not correct when using Korean fonts.
That is, the text is raised a little higher.
Segoe UI, which is automatically selected when adding Telerik controls, is well aligned.
Can I manually adjust this?
Thank you.
BooKyung Oh.
hi, i use imageEditor in my winform application, when i run application and try to use crop image with imageEditor the accept and cancel button doesn't shown... like attached picture. please help.
Hello,
I have five buttons on a custom dockable control window. When I set the dock property for the buttons to top I want there to be padding between each button. I tried changing the buttons' margins, but that does not seem to do anything.
Thank you for your help!
is it posssible to add a button to the header of a radcollapsiblepanel from the designer code ,if so can a anyone please guide me.
Hello, do you have any quick simple examples of adding a RadDropDownButtonElement to a Listview? I have implemented some of the other controls like a RadDropDownListElement and RadCheckBoxElement but those seem to have synchronize events and this does not? Do you have any examples of this control?
Thank you!
I have a RadSplitButton that I build menuItems programmatically. But, I can't figure out how to capture a click event when the menuItem is clicked.
The reason I'm doing it this way is because I have a RadbuttonTextbox with the RadSplitButton on its LeftButtonsItems collection.
The RadSplitButton contains previously entered data in the TextBox. The textbox is a Key field for the form, so the radSplitbutton would be perfect for this use if I can get it to work.
Hi, good day.
I have developed web applications using telerik controls with Visual Studio.I have a Telerik WinForm RadGridView and I have a GridViewCheckBoxColumn column where the user can check/uncheck all of the rows in the grid. I'm able to click the header check box to uncheck or check all of the rows. I'm trying to implement the ability that it will only check or uncheck all of the visible rows in the grid. For example, if the user filtered one of the columns I'd like the header check/uncheck to only toggle based on the filtered rows and not all the rows. Currently, it appears the default functionality is to change all the rows.
I found this article: https://docs.telerik.com/devtools/winforms/controls/gridview/rows/rows-vs-childrows that explains how you can access either the rows or childrows collections to access all the data or the filtered data. I added an event to the CellValueChanged event and created a break point in that new method. Within that event the rows and childrows are the same (i.e. the row count was the exact same). However, within the ValueChanged event it correctly shows the childrows based on the current filters.
Is there another event where I should be capturing the check/uncheck event from the header that correctly lists the childrows data?
I tried creating a separate button to toggle the check boxes and used this article: https://www.telerik.com/forums/how-to-get-all-row-with-checkboxcolumn-checked to update the rows. But I have more than 5,000 records and it takes a very long time to iterate over all the rows. Is there an easier way to uncheck/check all the rows other than iterating over the rows collection?
I am new to Telerik controls.
I have updated the design of a radtoggleswitch. This is how it looks in the VS designer . But when i run the application the look changes to
. Cannot figure out why this is happening. Am i missing something here,