I am quite new to WPF, there is so much to learn and I think I\'m getting there, slowly.I have a DataGrid which is used for display and user input, it\'s quite a tricky Grid as it is the main focus of
I want to disable a cell containing a checkbox based on some condition. I have achieved this i.e. the checkbox does look blurred and disabled but when i click it the checkbox gets checked i.e. it is a
I have a datagrid where I have two buttons on each row - one for moving a row up and one for moving a row down.
My team is working on automating the UI testing of a WPF application that uses DevExpress WPF Grid (DxGrid). We use Microsoft\'s UI Automation Library (System.Windows.Automation) for identification an
I have a Grid I am trying to create and populate programatically in Silverlight. However, all of the items just default to spot \"0, 0\" in the grid despite my efforts. This is what I have:
I have a WPF DataGrid that is populated with data from DataSet. I have CanUserSortColumns set to true.
I am new to WPF, but I would like to know if someone can show me how to delete a row in one datagrid based upon a selection from anothe开发者_如何学Cr. The application uses C# and MVVM design pattern.
I\'m trying to create a datagrid with a checkbox column that has a header with a checkbox that selects and deselects the rows\' checkboxes. Also I\'m attempting to do it with no behind code.
I am creating a new window popup window using PopupWindows.PaymentsSummary paymentsSummary = new PopupWindows.PaymentsSummary
I have a grid bound to a list of objects, the SelectedIndex is bound to a property, I wish this SelectedIndex which works correctly as the index changes on sorting, however the collection within the m