Pavel Levchuk
Pavel Levchuk
Selecting a row doesn't change background of row, only cells. Adding IsSelected trigger to DataRow template will fix it.  ``` ```
For example, there's a ListBox in our view: ``` ``` Before refreshing the page SelectionChanged event is raised one time if we select a new item, but after refreshing the...
Add extension methods that use `AddDbContextPool` instead of `AddDbContext`.