开发者

placing a text box inside the silverlight data grid column header

开发者 https://www.devze.com 2023-01-22 04:53 出处:网络
how to add a text box inside the silverlight data grid columnheader? so that i can use the开发者_StackOverflow中文版 text boxes for the filteration purpose?<sdk:DataGridTextColumn.Header>

how to add a text box inside the silverlight data grid column header?

so that i can use the开发者_StackOverflow中文版 text boxes for the filteration purpose?


<sdk:DataGridTextColumn.Header>
       <TextBox Text="{Binding YourTargetProperty}"/>
</sdk:DataGridTextColumn.Header>

The following article deals with the Filtering and Sorting. http://www.codeproject.com/Articles/83906/Silverlight-4-Datagrid-Sorting-Grouping-Filtering-.aspx

0

精彩评论

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