In WPF, I am using the DataGrid 开发者_开发百科from WPF toolkit.Can anyone tell me how can i empty the data in the datagrid in codebehind ?
You can set/reset the "ItemsSource" of the datagrid.
In WPF, I am using the DataGrid 开发者_开发百科from WPF toolkit.Can anyone tell me how can i empty the data in the datagrid in codebehind ?
You can set/reset the "ItemsSource" of the datagrid.
精彩评论