The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I put the combo to datagrid like the sample in "Win Forms FAQ". Yes, it's really cool but I have a problem when I wanna hide the combo (display just text filed only) I don't know how. Can anyone help me?
some modes of my programm need to display combo in datagrid but some modes does not.
Thank in advance.
Joe
One way is to create two DataGridTableStyles...one to display the combo box and the other without the combo box...and assign the style to the grid when appropriate...
hp
> I put the combo to datagrid like the sample in "Win Forms FAQ". Yes, it's really cool but I have a problem when I wanna hide the combo (display just text filed only) I don't know how. Can anyone help me?
>
> some modes of my programm need to display combo in datagrid but some modes does not.
>
> Thank in advance.
> Joe
>