Hi!
I have dataset with one table and I used it to fill RadGridView with columns.
One of the columns is foreign key (SQL Server type bigint) and autogenerated as GridViewDecimalColumn.
I do not want to make master-detail view, but I'd like to show values from another table based on this foreign key.
For example,
Table 1
id bigint
code_id_form_table2 bigint
Table 2
id bigint
name nvarchar(50)
So, I'd like to show name instead of code_id_from_table2 in the RadGridView. I know how to do it with built-in DataGridView, but how can I achieve the same result with Telerik component?
Greetings community!!!
I am facing a problem here and I would like to know if this a RadForm's issue.
Let's say I want to change the alignment of TitleBar title. If I do that from RadForm_Load is okay.
private void Main_RadForm_Load(object sender, EventArgs e)
{
this.FormElement.TitleBar.TitlePrimitive.Alignment = ContentAlignment.MiddleRight;
}
Some how, my inherited form is missing the title bars Max/Min/Close buttons. Also the size of the title bar has shrunk. This is my abstract class form
this is my inherited form
There are no special setting set on the inherited form. Out of nowhere, the Min, Max & Close button are now missing. I am seeing this on other inherited forms since upgrading to the latest Telerik for WinForm release. Anyone have any idea what I am missing here?
Hello community!!!
Is there any event for RadPageView when it works as NavigationView so to fired when user click hamburger icon? I am talking about from Expanded to Compact and vice-versa?
Also I would like to know if there is any "mouseover" event for the items over hamburger icon.
Thank you for your precious time!!!
I need a search box and not wanting to (badly) reinvent the wheel I found this https://docs.telerik.com/devtools/winforms/knowledge-base/search-box
Can somebody help me improve this:
- I want the magnifying glass image on the left because it interferes with the clear button (Show clear button property). If I modify the code to dock it to the left (and the RadTextBoxItem to the right) the clear button isn't shown when it's supposed to..
- I want the magnifying glass image to disappear when the user focuses on the text box or when there's some text in it
Hello,
I use the themeName 'Crystal' but i want to change the picture of the MaximizeBox, MinimizeBox and button close in the up toolbar by defaut.
And the possition because buttons are on the left and i want to be on the rigth
I want to use a code in the programme.
exemple themname 'Fluent or other.
Are you a solution for me.
Thanks
Hi,
How can I remove the light-blue color after I clicked the RadButton and move away my cursor ?
This is when I clicked a RadButton and my cursor still hover on it
And this is when I move away my cursor from my last clicked RadButton. I want to remove that light-blue color (or maybe want to change to another color)
Thanks before.