-1
votes
2answers
65 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
44 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
0answers
39 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 ...
0
votes
0answers
33 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
47 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
51 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 ...
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
124 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
314 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 ...
0
votes
1answer
81 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 ...
0
votes
1answer
136 views

WPFToolkit Datagrid Override within a User Control? Subclass help please

I'm having some trouble with subclassing and overriding WPFToolkit DataGrid events within a custom WPF Control. This is all for WPF on .NET Framework 3.5 My XAML is similar to the following ...
3
votes
1answer
298 views

Displaying/Editing complex objects in the WPF Toolkit DataGrid using MVVM

I have a collection of complex models each containing a collection of interface instances to other complex models and I need to display these parent and child complex models, allowing all properties ...
0
votes
2answers
175 views

scrollable gridview with fixed searched row in datagrid using wpf

I'm trying to implement a "find" feature where the user can enter a value in a textbox (outside of the grid) then click a button to find the row that matches the search criteria. if the search item ...
2
votes
1answer
423 views

SelectedItem in DataGrid MVVM Light

I have problem with binding SelectedItem in DataGrid(WPF Toolkit). When I open UserControl from main form SelectedItem don't displayed in DataGrid. But if to look in a debugger, there everything is ...
0
votes
1answer
147 views

Changing datagrid cell backcolor with respect to the previous cell value in WPF datagrid

I have created a datagrid in WPF which has cell values continuously changing, But I am not able to change the backcolor of a the cells with respect to the previous value of cell, for Example if the ...
0
votes
0answers
40 views

Set specific color to each row of datagrid in WPF based on the data on row

I have a datagrid containing list of data with Date column. My requirement is: If the date is today then row color : Green If date is yesterday the row color : orange If date is day before yesterday ...
0
votes
0answers
141 views

How to add custom workflow as activity in a toolbox?

I have a requirement where I have to add the custom designed workflows to the toolbox control of WPF as an activity. I read many blogs which direct that the activities that are created from the XAML ...
0
votes
1answer
218 views

Displaying DataView in DataGrid hello world

Simple hello world - trying to display DataView in DataGrid. What do I need to add? The DataGrid in the resulting window as nothing in it. MainWindow.xaml.cs: using System; using ...
-1
votes
2answers
33 views

Suitable environment for developing a Windows application connected to a MySQL database?

Herro! I'm doing some pro bono developing for our local bookshop. I am to build an application to handle their book circle The application would have one admin view where new books, members, ...
1
vote
1answer
172 views

Text scroll inside WPF datagrid cell in template column

My text is too long in the template column, so I am trimming the text and it ends with dots. I am showing the full text in tooltip. But how i can do this when a mouse is scrolled over a cell with ...
0
votes
3answers
2k views

how to add row in datagrid dynamically

I am using WPF application in this form have one gridview and one button i am using the ObservableCollection have Generic and one class code like this public partial class MainWindow : Window { ...
0
votes
3answers
677 views

WPF Stackpanel inside DataGrid Cell

I have got a WPF Application, which contains a Window, inside it there is a DataGrid. On Startup, the DataGrid is completely empty, its Columns are created at runtime by code. I'm binding to a ...
1
vote
1answer
416 views

Field not found: 'Microsoft.Windows.Controls.DataGrid.DeleteCommand'

On a client machine, I received this error. Can someone suggest me what can be the possible issue? Here is the complete stack trace of the issue: Error Message Field not found: ...
1
vote
2answers
52 views

what should be the control/style used to repeat the same controls

I have some what complex UI requirement, need help in understanding type of control/style/template that can provide this support.Please find the screenshot attached. So, I have some couple of Textbox ...
0
votes
1answer
117 views

datagrid and href link wpf

I have a column in my datagrid that contains only URL, I would like to make all of them clickable, what do have I have to do ?
0
votes
1answer
262 views

Merge selected DataGrid Cells

I have a requirement, where the user has the ability to select multiple cells (row wise or column Wise). As soon as the selection is complete I need to merge only the selected cells(not the entire row ...
2
votes
1answer
657 views

How to change Text of TextBlock which is in DataTemplate of Row Details for each DataGrid Row Details?

I have Datagrid which is clicking by mouse in each row is showing data grid row details. here is code, Microsoft.Windows.Controls.DataGridRow row = ...
0
votes
1answer
167 views

Datagrid + Map column to struct fields

I'm trying to bind a datagrid (WPF C# 4.0 with WPF Toolkit) to the fields of a structure. I basically have a datagrid with two columns. The first I would like to be labels, the second I would like ...
3
votes
1answer
192 views

How do I disallow incomplete rows from being added in my DataGrid?

I have a DataGrid (currently the .NET 3.5 WPFToolkit version, but I can use the .NET 4.0 out-of-the-box DataGrid if needed) bound to a collection of objects. Three of the columns in the data grid ...
0
votes
0answers
404 views

Select the first cell in a DataGrid when it gets focused

When I tab into the WPF DataGrid it focuses the first cell (with a rectangle) but does not select it (in blue). If I press tab or arrow keys again, it focuses and selects it. The behavior that I'm ...
0
votes
2answers
457 views

MakingTabItems in the tabcontrol FLAT (WPF)

I have a tabControl in my WPF application. I want to make tabitems flat.When I hover over them they must not change. Can you help me about this problem?
0
votes
1answer
452 views

DataGridHeaderBorder missing in System.Windows.Controls

Recently i moved my project from .Net3.5 to .Net4. In earlier version to use DataGrid, i was using wpfToolkit and its working fine. But after moving to .Net4 i don't want to explicitly add the ...
0
votes
1answer
209 views

Inserting a combobox in a datagrid in wpf

C# MainDataContext db = new MainDataContext(); var cat = from p in db.Categories select p; categoriesComboBox.ItemsSource = cat; ...
0
votes
1answer
284 views

WPF Toolkit Data Grid , Selected Item Prevent changing

I have a WPF Toolkit DataGrid, First Item is selcted User clicks on any other item on the Grid I do some validations (any validation on selection change event of the WPF Toolkit DataGrid) If ...
0
votes
2answers
2k views

Is it possible to exposed the DataGridComboBoxColumn immediately?

Is it possible to have a WPF Toolkit Data Grid's DataGridComboBoxColumn "exposed" when the Data Grid loads? By default you have to click in the cell to expose the combo box. I'd like the user to see ...
0
votes
1answer
232 views

WPF - a preload image or template before TabItem load

I have a listbox in TabContorol that bind to a database, it takes a little while to load. i want show a preload image or template before TabItem and listbox loaded and after load became complete the ...
1
vote
1answer
876 views

disabling a checkbox in a cell in datagrid based on some condition in wpf

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 ...
1
vote
0answers
314 views

Binding graph to DataGrid in WPF

I have displayed a DataGrid in my WPF project window, I also want a graph below it which takes the values from rows and columns and plots it. I have been trying to do alot of things like binding ...
0
votes
1answer
1k views

How to group data of LIstview in WPF?

How to group data of Listview when data are bind from SQL Database I used Collection View Source for that but it is not working My Code lines are mentioned below : CollectionViewSource ...
0
votes
1answer
701 views

Bind linq to DataGridComboBoxColumn

I am using wpftoolkit from wpf.codeplex.com . While binding a data table(through linq object list) there is a collumn that contains a reference of another table content as a foreign key. So, ...
0
votes
3answers
564 views

WPF Combobox - PreSelect An Item

I want to pre-select a combobox, (select an existing item) from the itemssource. Here is my class model and xaml syntax. Class ViewModelSample { Public List<Animal> Animals; Public ...
2
votes
3answers
2k views

WpfToolkit DataGrid: Highlight modified rows

Is there a way to highlight all the modified rows on a DataGrid? Since the grid is bound to a System.Data.DataTable I figured I might be able to bind the colour of each row to it's RowState (example ...
2
votes
1answer
3k views

Set the Background of a DataGridRow based on the content of a cell

Is there a way, using XAML, to dynamically set the background of a row based on the content of one of it's cells? Thanks, Phil
1
vote
1answer
350 views

WPF Toolkit Datagrid Copying Grid

I'm using the datagrid from the WPF Toolkit for 3.5. I have a need to TextWrap one of my columns in this grid so have embedded a TextBlock in this column. The issue I have now is that when I copy ...
1
vote
2answers
223 views

WPF UI Scenario - Best way to add a functionality in 50 views?

I want some suggestions to implement this functionality with a neat design and without any code replication. I have an application with many views and grid control in most of the views. I need to add ...
3
votes
2answers
1k views

How to fix datagrid groupheader from scrolling

Hi i was looking to align my group headers horizontally.I had succeeded to do so but now the problem is that if i scroll horizontally my group headers are also scrolling.How to fix this.I want my ...
4
votes
1answer
412 views

How to create a gap between the colums of a WPFToolkit DataGrid

I have a WPF Data Grid (From the WPF Toolkit as the title indicates) and I want a gap between some Colums, where not even a header is above and you can see the background between. I don't have any ...
1
vote
4answers
4k views

WPF StringFormat Problem?

I want to format my string binding as 'Amount is X' where X is the property that I bind to a label. I see many samples demonstarting this but as a matter of fact this doenst work <Label ...
4
votes
3answers
1k views

WPF DataGrid doesn't shrink when column width shrinks

I am using a DataGrid in WPF and want it to shrink to only fit the width of its columns. It does this nicely for the initial rendering. When I resize a column to make it wider the grid grows as well. ...

1 2