开发者

Editable datagrid inside a combo box in WPF?

开发者 https://www.devze.com 2023-04-06 11:31 出处:网络
Is it possible to show an editable data开发者_JAVA百科grid inside a combo box? I have to show the columns of another datagrid in one column and the filter condition in the second column.

Is it possible to show an editable data开发者_JAVA百科grid inside a combo box? I have to show the columns of another datagrid in one column and the filter condition in the second column.

which is the best way to do this?


Yes you can template the combobox to display a datagrid in it. If you are not using dotnet 4, you will find the DataGrid control in the WPF Toolkit

0

精彩评论

暂无评论...
验证码 换一张
取 消