This i my xaml code
I am Using Observable Collection property to dyanmically bind the item source property of data grid
private ObservableCollection
the above collections property i will set like datagrid.ItemsSource = ExcelSheetListDetails; In C# back End
But my Problem is I need to have empty text box(search Box) at the start of data rows (Below each coloumn header)
How to implement in this xaml or c#?Is it possible in wpf? i.e. the first row in the data rows must have empty text boxes() (only first row below coloumn header )
or i have create search box outside datagrid is the only way?Any help will be appreciated.
Munesh SharmaPosted May 21, 2014, 12:59 AM
http://www.daniweb.com/software-development/csharp/threads/282543/search-in-a-datagridview-with-searchbox