Tagged Questions
0
votes
0answers
26 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;
...
-1
votes
2answers
56 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 ...
2
votes
1answer
55 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
93 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
40 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 ...
0
votes
1answer
46 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
1answer
50 views
DataGridCheckBoxColumn checkbox formatting
How do I add a 1-pixel top-margin to the checkbox in a DataGridCheckBoxColumn?
Any help in this regard would be greatly appreciated....
1
vote
1answer
173 views
Creating ItemTemplate for DataGrid with C#
Here is the XAML. I want to do the same thing with C#.
<DataGrid x:Name="myDataGrid">
<DataGrid.Columns>
<DataGridTemplateColumn Header="Address">
...
0
votes
0answers
38 views
WPF DataGrid to generate columns from a collection
I have a form where user lands by selecting some start and end date. So the form has to load with those many days in the users selection as grid columns. So How do i generate these columns == number ...
2
votes
1answer
63 views
set ItemTemplate for specific column of DataGrid
I have a WPF DataGrid and it is bound to List<Person> people.
public class Person
{
public string Name{get;set;}
public string LastName{get;set;}
public string Address{get;set;}
...
1
vote
2answers
108 views
Display datagrid details from the combobox selecteditem
I have a combobox and a datagrid in my application. The datagrid has its itemsSource from its collectionViewSource and there are three ComboBoxItem's in the combobox as warning/error/exception as ...
0
votes
0answers
43 views
cannot append a row to datagrid WPF
I scratched my head a lot and worked also, but still not able to add a row to a datagrid. I mean i cannot append, when ever i am adding a new row the previous data is going away and only tht one row ...
0
votes
2answers
216 views
add and retrive data from datagrid, WPF
I want to add data on button click to a datagrid. Suppose a datagrid with 3 headers, namely ITEM, QUANTITY, PRICE. Now when a user click for first time i shld get data in first row like this.
1 1 ...
0
votes
0answers
29 views
I added Expander and Grid controls to the Tab control and the controls are not getting resized along with main window
I added Expander and Grid controls to the Tab control and the controls are not getting resized along with main window though their width was set to "auto" Grid Alignment set to Stretch. How can i fix ...
0
votes
0answers
110 views
How do I add multiple controls dynamically to a DataGridTemplateColumn of a datagrid using wpf?
I need to add multiple controls to a DataGridTemplateColumn of a datagrid from code behind. It can be done using Xaml but i need to do it dynamically from code behind coz adding controls are based on ...
1
vote
1answer
191 views
how to move from one tabitem to another in WPF
I have a tab-control with three tab items. each tab item has a datagrid placed on it.
and all these three datagrid's on their respective tab items is of Master-Detail-SubDetail form.
how to move ...
0
votes
0answers
97 views
WPF DataGrid Binding DataGridComboBox when AutoGenerateColumns is true
Although I am quite familiar with .NET technologies, especially in ASP.NET, I am new to WPF.
I have a class named Animal, which contains a reference to AnimalType. I want to put a DataGrid to my ...
1
vote
2answers
72 views
How to Access SelectedItem in one Page on a Separate Page
I have two datagrids separately on two pages, say a parentgrid on a parent-page and a childgrid on a child-page. how to access the selecteditem of parent-page to the child-page ?
when the both the ...
0
votes
1answer
33 views
Tab into column headers with GridViewHeaderPresenter
I'm using GridViewRowPresenter/GridViewHeaderRowPresenter and I'd like to allow the user to tab into the column headers. I've tried the following with no luck...
...
0
votes
1answer
159 views
How to show row-number in First column of WPF Datagrid
While searching I found that, Row number can be set to rowHeader easily.
But I want to show Row number to first column, Can any one help me how can I achieve this.
Thanks in anticipation
1
vote
1answer
39 views
Navigate from one datagrid to another on different pages
I have two pages (using NavigationWindow) in my application.
when i click on a row in my datagrid1 on page1 , is it possible to navigate to page 2 and populate the details in datagrid 2 on page2.
0
votes
0answers
45 views
How to Sort LIStView Data ALPHANUMERITICALLY in WPF
We have WPF form in which we have ListView. Currently when we sort, Items from Column, It sort based on Normal Sorting, But Now we need to sort them naturally.
private void ...
-1
votes
1answer
49 views
Sorting Columns AlphaNumerically in LISTVIEW in WPF
We have WPF application, In which we are ListView in One form,
We want to order item alphanumerically.
When we sort the columns it needs to sort alpha numerical EG
AW1
AW2
AW3
At the moment it ...
-1
votes
1answer
31 views
Loading Buttons on window loaded event depending on Number of User [closed]
We have WPF application, We want functionality like below.
I want one form, which will contain Users name & one Button in front of each User.
Means if Database have 10 Users, it will bring this 10 ...
1
vote
1answer
375 views
Want to change the Cell background color in wpf datagrid
I am binding Rows with Classes.
On each binding Row i want change the Cell back ground color on base of cell value.
<DataGrid x:Name="dtstandardview" BorderThickness="0" Height="429" ...
0
votes
0answers
169 views
Browse Button in DataGridTemplateColumn of Datagrid in WPF
We have WPF application, In which we use DataGrid on one form.
We have used multiple DataTemplateColumn in that DATAGRID.
I need to take one button in one column, suppose 'BROWSE' button.
Now when I ...
0
votes
1answer
120 views
SUM of “Amount” column in DATAGRID's DataGridTemplateColumn RUNTIME
We have WPF application, In which we use DataGrid on one form.
At runtime, when we Enter value in DataTemplate column, I need to Show SUM of that specific column in DATAGRID Footer.
So when each time ...
1
vote
2answers
286 views
Calculate SUM of “Amount” column in DATAGRID's DataGridTemplateColumn on in WPF
We have WPF application, In which we use DataGrid on one form.
Now we want to calculate total of "AMOUNT" column of that datagrid on Winddow_Loaded event, So can it will display total of AMOUNT column ...
1
vote
1answer
355 views
How to change Selected Row Background Image in wpf DataGrid
I have DataGrid with the Following Code .
In alter native row background have my Own Image . so is possible then also i want to change the Row Background Image on selected Row.
<DataGrid ...
4
votes
3answers
448 views
Datagrid selectedItem and databinding
I have two datagrid displayed on my UI. When I select a particular row on datagrid 1, I would like to display the details of the datagrid 1 on datagrid 2. I am populating the datagrid data from a ...
0
votes
1answer
77 views
WPF Datagrid Browse Button Issue
We have WPF application, In which we use DataGrid on one form.
Our requirement is that In One column Of that Datagrid there will be onr Button, After clicking it will ask for browse file, & it ...
1
vote
1answer
140 views
One ViewModel per View?
I am developing a UI application which displays 3 datagrids, each of them are dependent on each other(selectedItem binding)
This is what I have done so far:
datagrid1 has one Model and one ...
3
votes
4answers
148 views
SelectedItem of DataGrid
I am developing a User Interface for a host monitoring application, which is already being monitored on database level. I have displayed 2 datagrids on my UI which will populate on run time.These two ...
1
vote
0answers
67 views
Binding Row to Validation Rule WPF
I want to bind TextBox's Tag (which is inside a DataGrid), to validation rule's CurrentLegStrategy property (which is a DependencyProperty). Although I've done something similar with Deal dependency ...
2
votes
3answers
113 views
Access data from one Datagrid to another
I am developing a User Interface to view the student details from a student Database.
I have three datagrids in my application as follows:
The first datagrid at the left is for selecting the Student ...
0
votes
0answers
107 views
How to edit a datagrid when bind to xml in wpf?
I have a xml column that bind datagrid .I whant to add cels and delet and save.
a xml column table(column name xmldata):
<a>
<b c1="valu1" c2="valu2" c3="valu3" />
<b c1="valu4" ...
0
votes
1answer
263 views
Conditional Formatting of WPF DataGrid Cell Depending on DataType
I have a user control that inherits from the WPF DataGrid control and to which I pass different List of objects and, so, the columns of the grid depend (i.e. are automatically generated) on the class ...
1
vote
0answers
330 views
implement wpf gridview as same in the Metro style gridview
For my WPF application i'm trying to get windows 8 metro Gridview style in WPF. Here is my sample code of metro style Gridview design:
<DataTemplate x:Key="DashboardItemTemplate">
<Grid ...
0
votes
1answer
349 views
Get Column value from DataGridRow in WPF
I'm creating a WPF application in which when a user clicks on a Row of the DataGrid, I need to take a Column value and using that value I need to get data from Database.
I'm able to Find the ...
0
votes
1answer
154 views
DataGrid inplace editor like MemoEdit based on ComboBox
My goal is creating an inplace editor in WPF datagrid column to edit large texts.
My datasource is a DataTable that can contain data from different tables and fields, that's why i have no any defined ...
0
votes
0answers
109 views
Change GridLines Color in DataGrid with Multiline Rows
I need to change the color of lines in DataGrid Control.
(.NET Framework 3.5)
I've setted:
HorizontalGridLinesBrush="LightBlue"
VerticalGridLinesBrush="LightBlue"
properties and:
RowHeight="32"
...
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;
...
1
vote
0answers
50 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
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 ...
0
votes
0answers
83 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 ...
0
votes
1answer
105 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 ...
1
vote
2answers
98 views
mapping Namespace in XAML not working
I have created a datagrid which displays a Table of records populating from a Database
& would like to animate the cells of the datagrid when certain condition is met.
For this I created a ...
4
votes
1answer
343 views
binding datagrid for Wpf to a DB
I am trying bind a DataGrid for WPF to a table in MS SQL Database.
1) First I created a App.config file as followsrrr
<connectionStrings>
<add name="ConString" ...
0
votes
1answer
141 views
WPF scrolling on ScaleTransform issue, multiple UI elements
Also asked at http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/f765d4c9-1719-4757-b467-2492d87bb4ab
All,
I have a slider that performs a scale-transform in my WPF App. Now I'm running into ...
0
votes
2answers
279 views
Add Checkbox Column to a DataGrid
i´m trying to add a checkboxcolum in a datagrid control in WPF.
I´ve done this in Windows.Forms and it works very well.
So now i want to write my new program in WPF for the future.
My way that i ...

