开发者

placing a text box inside the silverlight data grid column 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜