I want to Bind a Button IsEnabled property to DataGrid property/Event when it has a Content. The DataGrid's Item Source is an Observable collection but Since I implement Filtering, what is displayed can be different from the ItemSource collection.
Is there an event or Property of DataGrid that gets fired when the View is empty or not empty?