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
29 views
How to improve performance of WPF Grid control (.NET 4.0/4.5)?
Definition: Having 2D-array of string (about 10 columns, 1,600 rows, fixed length of 7-char) serving as a data source for WPF .NET 4.0 Grid control, the following code snippet has been used in order ...
0
votes
1answer
36 views
Cannot edit items in DataGrid
I've added a DataGrid to my main view, but now I'm encountering the problem I cannot edit the values, nor add new rows. Deleting rows works though, can anybody tell me what I'm doing wrong here?
...
0
votes
0answers
12 views
Datagrid text search
I want to search a text in the datagrid, A code written like below gives error
For i As Integer = 0 To _dt.Items.Count - 1
Dim row As DataGridRow = ...
0
votes
0answers
35 views
WPF C# datagrid fix view row (fix scroll)
i am working on WPF datagrid and want to fix view after insert row at top, whenever row insert at top view scroll down by 1 row, i am using following code
int i = 0;
DataTable dt = null;
...
0
votes
1answer
30 views
WPF datagrid Header for Grouping
This is the image i'm getting while grouping using WPF DataGrid. This link is got from http://msdn.microsoft.com/en-us/library/ff407126%28v=vs.100%29.aspx. I need Group Headers here.
...
0
votes
1answer
26 views
WPF DataGrid not showing selected items when I open a second window
I open a borderless window with ShowDialog() on mouse right click over WPF datagrid. The aim is to give user chance to add selected items to a list. When the dialog window opens the selected items in ...
0
votes
0answers
7 views
How to change WPF datagrid row by row(sequentially with UI updated) background color dynamically on click of button
I have a WPF datagrid with data and I want to save the data to a database. I would like to show the datagrid data rows being saved one by one by changing the row background color to Green denoting ...
0
votes
0answers
39 views
Programmatically enter edit mode on datagrid row
i have following request: items are added and removed from datagrid (WPF) with button click. When user adds new row (new item) in datagrid, I want to automatically enter edit mode on this new item. ...
0
votes
1answer
37 views
A simpler way to use DataGridComboBoxColumn?
I have a WPF (.NET 4) DataGrid backed by a DataView from a DataTable, which has as one of its columns a DataGridComboBoxColumn. Everything is working for me, but I had to create a new class to hold ...
0
votes
0answers
24 views
WPF Paging implement crash when selection is changed
I am using the following code for a wpf DataGrid:
How can I paginate a WPF DataGrid?
The paging works fine except that when i move to any page besides the first one and try to pick (press) any ...
-1
votes
2answers
60 views
Insert hyphen automatically after every 4 characters in a TextBox
I want to implement some thing that when a user enters 4 characters then a hyphen should be added to the text and then again user enter 4 characters and then again hypen should added automatically in ...
0
votes
0answers
10 views
DataGrid doesn't show RowDetails of preselected Item
I show RowDetails in a WPF DataGrid. The RowDetailsVisibilityMode is set to VisibleWhenSelected.
<DataGrid
ItemsSource="{Binding Path=Persons}"
SelectedItem="{Binding ...
0
votes
1answer
26 views
Mapping Dto to Entity for DataGrid consumption
I am writing a WPF MVVM app and have a question about mapping from Database Dto objects to Model entities.
First up, I am not using an ORM for this project (EF or NH etc.) - so there is just a Oracle ...
0
votes
1answer
47 views
WPF DataGrid : scolling cause controls events to be called
I currently use a WPF Datagrid in a C# application, where each row contains a CheckBox, a ComboBox and a TextBox. Then, a single method is registered for CheckBox.Checked, CheckBox.Unchecked and ...
0
votes
0answers
19 views
How to create an ObjectDataProvider that get value of a property in Linq To Sql class?(WPF)
I want to bind a combobox column in wpf datagrid to a property,this property value is a database table, that I use (Linq to Sql classes) in my project. the code in (J_TourismClasses.dbml) is like ...
0
votes
1answer
29 views
How to fix DataGridCell PreviewMouseLeftButtonDown event not firing?
I'm trying to implement single-click checkboxes described in this article: http://wpf.codeplex.com/wikipage?title=Single-Click%20Editing
I have the style tag in my resources:
...
0
votes
1answer
82 views
WPF datagridview - geting outdated value when not pressing enter
i have a datagridview named mainEvents_sql with the following columns :
<DataGrid.Columns >
<DataGridTextColumn Header="Event ID" Binding="{Binding id}" IsReadOnly="True" />
...
2
votes
1answer
81 views
WPF DataGrid cell bound to Property of Property in domain object not updating
I've tried to get at this problem from a few angles. Here I've tried to simplify it into a small test case.
I'm having problems getting a DataGrid cell to update which is bound to a property of a ...
0
votes
1answer
37 views
Citrix causing WPF sizing problems?
I just deployed my first Windows app (using WPF/.NET 4) to our Citrix environment here at the office. However, when it is run, the DataGrids inside windows are much wider than in my Windows 7 dev env ...
0
votes
2answers
91 views
How to change single cell color of datagrid in wpf?
I want to change background color of a particular cell of this grid at runtime(show booked seats).i am binding this grid from datatable on window loaded event.i have a record of seats like 'A33'.my ...
0
votes
0answers
49 views
WPF Datagrid dgDataGrid_Loaded event triggers more than once
I have a wpf dadatagrid and every time the contents being loaded the dgDataGrid_Loaded event triggers twice.
I am not sure whether this is WPF bug or I have missed something!?
here is my Xaml code:
...
0
votes
1answer
31 views
WPF datagrid detecting whether the last row is visited or not?
I have a WPF Datagrid in my application and as there are more that 25000 rows should be loaded I have created a custom pagination working with shortcut keys.
Now I am wondering if there is any way to ...
2
votes
2answers
54 views
Can I get back the original column order (on a button click) when a user reorders the columns?
Please have a look at the following code. When I click the Revert to org order button the columns should be reordered to original datagrid order. Is there any possibility? Please help me......
//The ...
0
votes
1answer
89 views
WPF MVVM Dynamically bind datagrid columns to collection
I have a request where I need to design a WPF screen using MVVM. This screen has two DataGrids.
The first datagrid will be bound to a collection where the datagrid will be able to add or remove items ...
0
votes
0answers
21 views
DataTemplateColumn with Color Picker FrameworkElementFactory bind converter?
I have a datagrid which i populate dynamically. Weill in one of the columns I want to have a colorpicker from the extended wpf toolkit.
Also I want whenever the user changes color from the color ...
0
votes
0answers
72 views
Change cell color of datagrid using wpf?
I have a problem while changing a single cell background color in a Datagrid using wpf at run time.
Can anybody help me with it?i have tried below code.but its for whole datagrid.i want to same for ...
2
votes
1answer
58 views
how can i access the textbox inside the datagrid using the events of that datagrid?
I have a textbox in a datagrid that is designed using xaml. Can I access the textbox which has been designed in xaml previously in codefile using the events of the datagrid. Please help ...
0
votes
1answer
60 views
<Style> cannot find static resource for DataGridTextColumn
I have a WPF DataGrid showing a DataGridTextColumn with numbers. If the value is negative, I would like to display it in red.
My code compiles, but I get a run time error:
"Cannot find resource ...
0
votes
0answers
41 views
MVVM DataGridView Update to Database neat MVVM Implementation
In my Project
for every Entity i bind to a datagridview i have implemented as the code given below:
Example i have an Item entity.
1)create a new ViewModel CLass:ItemGridVM to represent each row ...
0
votes
1answer
64 views
Get filter value from Syncfusion ExtendedGrid for WPF
We need to persist the filters (those funnel filtering on header row) in Syncfusion's WPF grid.
How is it possible to read the current filter settings so that we can persist it? And what would be ...
0
votes
0answers
88 views
Add “No Record Found” row to a WPF DataGrid
I want to add a row to my DataGrid when the ItemSource is empty. Aka - when no data is returned.
I have tried the solution for this question
How to Display "No Items found" in a Datagrid
...
0
votes
0answers
39 views
datagrid columns more than one sources for bindind
Hello I have a datagrid which has 10 columns. The first take their values from the itemsource property of the datagrid. But the last two I want them to take their values from an other source.
To be ...
-2
votes
2answers
90 views
WPF-Accessing the textbox present in datagrid(xaml) in code using that particular datagrid events
I have a textbox in a datagrid that is designed using xaml. Can I access the textbox which has been designed in xaml previously in codefile using the events of the datagrid. Please help ...
0
votes
0answers
11 views
How to set color on index movements
I’m working in wfp datagrid and using vb.net
How to set color on index movements, I’m using below code
Private Sub txt_keyword_KeyUp(ByVal sender As Object, ByVal e As ...
1
vote
1answer
53 views
How find the displaying records count in wpf data grid?
if I want to bind 15 records in the wpf data grid, It is showing 15 records without scroll viewer.
if i wnat to bind 20 records in the wpf data grid , it is showing 15 records with scroll viewer and ...
0
votes
1answer
34 views
How to Change Background Color of TableRow in WPF?
I Created one Table, While MouseMove occured, I want to Change Background Color of TableRow,
and also when MouseLeave happen, it will back to old color of TableRow.
Here is coding, but it's not ...
0
votes
1answer
104 views
How to get selected cell value on DataGrid SelectedCellsChanged in wpf?
I want to get cell value on DataGrid selected cell Changed event in my wpf application.
Please anybody help me out of this.
0
votes
0answers
41 views
wpf checklistbox with Shift shortcut for multi selection
I would like to implement a wpf checklistbox with Shift/Ctrl shortcut for multi selection.
Got the following solution, but it can only multi select the TEXT area with Shift/Ctrl, in the
checkbox ...
2
votes
1answer
56 views
WPF datagrid validation inconsistency
I've got a DataGrid that I'm binding to an ObservableCollection of "Customer" classes, implementing IDataErrorInfo. One of the properties on the Customer class is an int, and in my IDataErrorInfo ...
1
vote
2answers
109 views
WPF DataGrid - how to stop user proceeding if there are invalid cells? (MVVM)
I'm implementing edit functionality in my DataGrid. The CellEditingTemplate of a typical cell looks something like this:-
<DataGridTemplateColumn.CellEditingTemplate>
<DataTemplate>
...
0
votes
1answer
52 views
How to apply nested Styles from ResourceDictionary in WPF?
I use a DataGrid (WPF 4.0) control. The style for it is placed in a ResourceDictionary and contains a nested Style element:
<Style x:Key="MyDataGridStyle" TargetType="{x:Type ...
0
votes
2answers
84 views
WPF Hierarchical ViewModel FindAncestor data binding error
I'm creating an MVVM application which has two view models, RegisterUserViewModel and UserViewModel. The "RegisterUserViewModel" has a public property which is a collection of "UserViewModel", like ...
0
votes
0answers
70 views
Drag Drop Xml Data present in TreeView To a Custom Drawing Canvas in wpf
Currently I am working on a Custom DrawingCanvas,In that canvas I am Drawing a Datagrid at runtime. I want to Drag Drop Xml Data Present in the treeview To the dataGrid But unable achieve the goal.
...
0
votes
0answers
49 views
Extra column at the end of wpf datagrid
I'm new to WPF. I tried to use DataGrid provided by Windows. Every time I'm getting an extra column. The data will be datatable's default view, and each column will have specified size (Add last ...
1
vote
1answer
116 views
How to add columns to a DataGrid on the fly using WPF in C#
Does anyone know of a way to add columns to a WPF DataGrid on the fly? I'm looking to use a DataGrid in my GUI that will display standard data, and that will also allow the user to add and remove ...
0
votes
0answers
22 views
Devexpress DXGrid Expanded/Collapsed groups
I have a DXGrid with one group and i have cloned another group from existing group through code. Existing group is collapsed when i clone the new group. But new group is expanded.
How can i ...
1
vote
2answers
79 views
Display the lastest entry from Detail Table- using Linq to entities
I have a Datagrid as Master Table and a Pie-Chart for Detail's display.
I have a list of Servers with their ServerID's in the Master Table like this-
and my Details table is
I would like to ...
0
votes
0answers
108 views
Crud operations in WPF datagrid using activerecords
So I am working on an application that uses Castle Active Records. I use Visual Studio 2012, C# and wpf. My assignment is to take a table from a database (oracle) and using the wpf datagrid enable the ...
0
votes
2answers
130 views
WPF DataGrid loses focus after row delete / cut
I have a DataGrid implemented in an MVVM/Prism application. The DataGrid supports Cut/Copy/Paste/Delete through a context menu and keyboard gestures.
I find that when a row is deleted/cut the entire ...
1
vote
2answers
71 views
Loading a DataView into a DataGrid causes ShowDialog to hang?
I have this very straightforward code:
var xlData = Excel8OleDbHelper.ImportExcelFile(fileName);
var viewModel = new MyViewModel(xlData);
_window = new MyWindow(viewModel);
_window.ShowDialog();
...





