New and improved DataGrid control for Windows Presentation Foundation (WPF) applications. Can be bound to a multitude of datasources. Flexible, programmable rendering options to match custom user interfaces.
0
votes
1answer
59 views
Why does DataGrid call collection's IndexOf passing the object of type ItemcControl.ItemInfo?
I created SelectionHelper for DataGrid which allows binding for selected items in both directions.
In this helper I call ScrollIntoView for the first selected item, when selection changes from ...
0
votes
2answers
277 views
Wpf DataGrid SelectedItem loses binding after cell edit
I have a DataGrid bound to a collection of items (Rules). If I edit one of these items manually in the DataGrid, it seems like the SelectedItem binding on the grid stops working ...
1
vote
0answers
80 views
Implement “drag and fill” functionality in WPF datagrid
We are developing an app that utilises a data grid. Most of the grid's functionality will be fairly standard stuff - styling cells, in-cell editing, sorting, etc. However one requirement is to provide ...
0
votes
1answer
142 views
Call a Method while Binding Datagrid Column WPF
In my asp.net GridView I use to Convert a GridView Column Data in the following Way.
<ItemTemplate>
<asp:Label ID="lb_gvInbox_DelTime" runat="server" Text='<%# ...
0
votes
1answer
125 views
Programmatically scrolling WPF 4 DataGrid to end
Does anyone know of a reliable approach for scrolling a WPF DataGrid (.NET 4) to the last row programmatically?
I'm aware of ScrollIntoView(Items[Items.Count-1]), but this works only if the items are ...
2
votes
1answer
233 views
Refresh Datagrid when Datasource is updated
I have a data grid that displays a Table which is bound to a DataSource which keeps changing on a time constraint.
How to refresh the data grid's content when myDataSource values are updated.
P.S : ...
0
votes
1answer
292 views
Preserve default WPF DataGrid cell editing behaviour when using DataGridTemplateColumn
I am working on a WPF MVVM application that uses DataGrids to display data. I am manually defining the columns, and most of the time I use DataGridTextColumn.
When navigating the resulting datagrid ...
4
votes
1answer
250 views
Update DataGrid in WPF from another window
I have a DataGrid control on a window called MainWindow. From MainWindow i open another window called NewCustomerWindow using the following code on a button click.
NewCustomerWindow newCustomerWindow ...
0
votes
1answer
31 views
How to access with Field Initializer and access wpf Controls
Here im having,
private ICommand AddCommand = new RCommand(p => true, p => Add() );
private void Add()
{
emp = new Employee();
DetailsEntryGrid.DataContext = emp;
...
0
votes
0answers
66 views
How can I style the DataGridColumnFloatingHeader
I have a simple WPF application with a DataGrid, in my application resources I have created new styles for most of the DataGrid components and most of them are applied correctly. However I have not ...
0
votes
1answer
45 views
Getting grid.column property of a control in a general styled event handler
i have a lot of text boxes in my app, and a style which sets the event handler:
<EventSetter Event="MouseEnter" Handler="GeneralTextBoxMouseEnter"/>
Text Boxes are Located in Grids so for ...
0
votes
2answers
229 views
WPF DataGrid Blank Rows
I have a DataGrid with around 500000 virtualized items. When I scroll with the mousewheel or slowly up and down with the scrollbars, new rows are loaded without problem, but when I scroll by dragging ...
0
votes
0answers
82 views
Unable to fire Trigger in DataTemplateColumn
I have a DataGrid Which a DataTemplate used by the ContentControl.
Inside the DataGrid I have 1 One Column with the Header Template and a Column Template.
The Datatemplate Trigger Fires in the ...
0
votes
0answers
30 views
Changing a cells contents from Code
I want to insert data into a single cell at the end of a row edit. I want to check a the row edit to see it it is a new row. If it is... I want to set the first cell of the new row to a productID if ...
2
votes
2answers
423 views
How to calculate totals of wpf datagrid column with dataset
I am trying to figure out what is the best way to calculate a total value of DataGrid column in wpf.
I´m using dataset to display data from sql in my DataGrid( and tableApapter for update)
I want ...
1
vote
1answer
162 views
How to prevent validation error on child/slave gridview from halting the application
I have master-slave DataGrids, and the master contains different customer objects. When a specific customer is selected in the master, then the child shows the orders by that customers. (Each customer ...
4
votes
2answers
97 views
Difference between two datagrid column values and display the result in a new column
I have a datagrid that displays a table from a database as follows :
I have to added a new column called "Difference" which should display the difference between the Scores1 column value & the ...
1
vote
1answer
331 views
Showing different image on mouse over in WPF Image
I have a datatemplate used for datagridtemplatecolumn
I am trying to show different image on mouse over in Image.
On mouse over, the cursor is changing but image is not changing.
<DataTemplate ...
0
votes
1answer
271 views
WPF DataGrid column binding overridden by auto generated columns
I'm using DataGrid from WPF Toolkit - The latest one. But the below code is not working
XAML code
<dg:DataGrid
Grid.Row="1"
Name="eventLogGrid"
Margin="5,0,5,0"
...
0
votes
1answer
367 views
Displaying Images based on column value in WPF datagrid
I have a datatable queried from SQL server table.
The data table contains only one column, it will have numbers from 0 -9.
I need to display that in WPF datagrid. I have done displaying as ordinary ...
0
votes
0answers
103 views
Set datagrid cell combo box backgroud in WPF
I have datagrid that display customer data. some columns has combo box. on row validation error i would like to change the combo box background to red. How do i do it?
I have tried setting new data ...
0
votes
0answers
165 views
Merging two DataTables into a DataGrid
I have two DataTables in a DataSet in C# (the first DataTable contains a unique set of identifiers and some associated data, but the second DataTable will contain more than one record per foreign key ...
1
vote
2answers
328 views
Removing the default text in Xceed datagrid
I am using the Codeplex verison of Xceed datagrid.
But while showing the grid in form, 'Powered by Xceed' text is coming in top right of datagrid.
Is it possible to remove this? How?
0
votes
1answer
44 views
How to disallow a user from deleting a row in a datagrid?
Assume a datagrid with an ICollectionView as its ItemsSource that allows users to delete/add/edit rows. The question is how to dissallow the user from deleting a row if the value of a cell in the row ...
0
votes
2answers
132 views
DataGrid won't update ViewModel
I've got a datagrid which is bound to an ObservableCollection of the ViewModel below. The Datagrid will display all values correctly, so the binding seems to be working, but if I change some value the ...
0
votes
2answers
338 views
DataGrid and button: event handler for click not called
I have a StackPanel with a DataGrid bound to a DataSet in it and a Grid below the DataGrid at the bottom of the StackPanel. The Grid holds a Button which I want to use to update the DataAdapter ...
-1
votes
1answer
66 views
Can I use a DependencyProperty for this? [closed]
I have an ObservableCollection with Students. Each Student has a Grade Property. I want the AverageGrade property (of all students) to work without having to press a button or creating a timer.
How do ...
0
votes
0answers
683 views
Populate WPF Datagrid using binding (MVVM style)
I'm hoping somebody will direct me to the right path for my problem.
I followed a series of videos from Rainer Stropek on his youtube channel about "MVVM in WPF and Silverlight" two years ago.
He ...
0
votes
2answers
384 views
WPF Datagrid generates rows, but the columns stay blank
I'm trying to fill a datagrid in WPF the same way I would fill it in Silverlight, but apparently it doesn't really work the same way.
This is the Grid in XAML:
<DataGrid x:Name="gvEintraege"
...
0
votes
0answers
176 views
WPF Datagrid Row Validation
There seems to be a bug in WPF 4.0 DataGrids.
I'm implementing IDataErrorInfo on my objects, and I have an ObservableCollection that a datagrid binds to. I have ValidatesOnDataErrors=True set on the ...
2
votes
1answer
549 views
WPF Datagrid- auto refresh
I have a datagrid that displays a table which is bound to a sql server DB.
I would like to set a Timer for every 60 sec, that checks for any updation and then displays the latest updated data.
So ...
0
votes
1answer
221 views
WPF Datagrid enabling Column and Row Virtualization Cell color issue
I have a WPF DataGrid in that I made true for EnableColumnVirtualization EnableRowVirtualization, and using Visual Tree Helper i am changing the color of some cell to blue. If I scroll and come back ...
0
votes
0answers
65 views
How to bind Datagrid's Column visibility based on the selection of the the checkbox column in another Datagrid
We are developing an application WPF using MVVM patteren , here We have a MainDtatgrid which has 10 columns , and we want to customize the grid columns
For that we are binding column names with ...
2
votes
1answer
321 views
Display a horizontal table vertically in a Datagrid-WPF
I have a table displayed from a database.
I would like to display the horizontal Header Column-> Vertically
My table Structure is
Server|Role|Status|Date
but I would like to display as
...
1
vote
0answers
51 views
DataGrid with internal margins in a style has wrong initial size, sorts itself out on resizing the window
I have a DataGrid containing a number of DataGridTemplateColumns. One of these has Width="*" and the rest have Width="Auto". Most just contain a TextBox. I want a margin on each side of each element, ...
0
votes
3answers
168 views
How do I keep a WPF window from freezing during a GUI update?
I have a datagrid with 1000 rows. The ItemsSource is a CollectionViewSource. The source for my CollectionViewSource is a BindingList containing objects I've called RowTypes. My RowType object ...
1
vote
0answers
44 views
How to Set bold text in changed cell datagrid wpf
I am trying to acheive the following:
In a datagrid, when the user edits a cell, I need to make the text bold so that the user is aware of all the changes before committing it to database. I followed ...
1
vote
1answer
310 views
How to Group a Datagrid without an Expander
I am working with the Datagrid grouping example here at MSDN. The code in the example uses an Expander to display child rows of a group. I don't want to use an Expander in my code. I want to always ...
1
vote
2answers
486 views
WPF DataGrid AlternatingRowBackground and RowStyle precedence
How do I make my RowStyle to get applied after AlternatingRowBackground? I want items, having IsOrange as true to have Orange background regardless of alternating row background, which isn't the case ...
1
vote
1answer
424 views
Edit Cell in DataGrid (WPF)
I am new in WPF. I used to work in Winforms.
In Winforms I had the DataGridView that allows me to change, when I want a cell value.
Simply using:
dataGridView[columnIndex, rowIndex].Value = "New ...
0
votes
2answers
98 views
Binding A Specific Column To Database [closed]
I want to bind a first column of datagrid to first column of database.
I tried different ways but still its not complete.
There are total 5 column in datagrid just first will be dynamic (mean ...
1
vote
1answer
806 views
How to set focus to selected cell of WPF datagrid by single-click?
I am using WPFDataGrid control and want to set keyboard focus to selected Cell by single-click.By deafault user must double-click cell to start writing.i've tried the code be:
<Style ...
0
votes
0answers
86 views
Manipulate WPF datagrid components
I don’t know if anyone can help me, but if you can I’d like to know how can I updated a component (checkbox) that I have into a wpf datagrid.
Let explain better, I have a datagrid and I’m filling it ...
1
vote
1answer
49 views
Problems with navigating xml nodes to display in a datagrid
i am using WPF and a slightly unusual xml file which I am trying to use to populate a datagrid. Between the root node and the order node which repeats there are four nodes that are children of the ...
2
votes
2answers
69 views
Display datagrid when a Button is clicked
I have a datagrid which is already binded to a DB.
how to display data on the datagrid when a button is clicked ?
here is what I have tried...
private void button1_Click(object sender, ...
0
votes
2answers
374 views
How to make WPF Datagrid row foreground and alternative row foreground color independtly?
I have a WPF DataGrid, In that I can set DataGrid RowBackground color, alternative RowBackground color independently. Likewise I want to set DataGrid RowForeground color, alternative RowForeground ...
0
votes
0answers
16 views
datagrid with split columns headers WPF [duplicate]
Possible Duplicate:
Split the column of datagrid in WPF
I have a data grid which has split columns in headers. I want the column headers like this in image. I have tried some solutions ...
0
votes
0answers
139 views
wpf datagrid exclude last row or newplaceholder from sorting operation
I have created custom wpf datagrid . when I load datagrid with last row as blankrow/newplaceholder . it sorts rows properly when I click on column headers(means it does include last row / new place ...
4
votes
1answer
70 views
ReadWrite & ReadOnly datagrid with binding to shared source, resulting in ReadWrite not proper ReadWrite?
I found something strange:
I have a form with two datagrids with binding to the same collection.
Depending on the order of the datagrids in the Xaml the behavior is different.
This works as expected ...
0
votes
1answer
106 views
DataGrid async validation
I would like to make WPF Window that contains DataGrid control and enables following scenario in C# WPF DataGrid: Data is loaded in DataGrid, application validates data in background (parallel async ...
