Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
Option to search text in XamDataGrid
posted

I would like to  search text in XamDataGrid's items (cells and headers),including items that are not presented in the view and change their background color. In addition, I would like to allow the user navigate through founded items (by pressing the next button)

My questions are:

1. How can I change the background of items outside the view(that I can't represent them by CellValuePresenter for exp)

2.  I would like to synchronize the grid scrollers according to the navigated item(if the next item is not presented in the view, the scroller should moved automatically). Does using BringToView function solve this problem?

3.  If it's possible, I would prefer to  MVVM pattern