Browse by Tags
All Tags » WPF Data Grid (RSS)
Showing page 1 of 9 (84 total posts)
-
I just encountered this bug myself. Two grids in my application are acting weird after I insert something. When I press enter new data into the InsertionRow and press ''Enter'', a new row shows up in the grid area, but the same data still shows in the InsertionRow. The odd thing about this is that it seems to only happen for the first ...
-
Thank's, Diane!
Is it possible to add Detail dynamically on expand node?
-
Good day!
I have a DataTemplate adding in headers of each DetailConfiguration:
<DataTemplate x:Key=''ColumnManagerRowHeaders''> <xcdg:ColumnManagerRow x:Name=''cmr''/> ...
-
Hi,
I have a requirement where by the user will select any record in the datagrid and the selected record will be displayed as a card.Can you please provide some sample code for the same.
-
I have a small WPF app that generates a grid report and the user has to enter the ''As Of Date'' for the report and then the grid is built. I use the Xceed DatePicker for the input field.
There is a Print Report button on the app and I am using PrintTableView with a ControlTemplate so I can style the report. I would like to print the chosen date ...
-
I have a combo box in a grid cell which populates data from collection. However, it's value is not getting saved in the grid cell when focus is moved to another row in the grid. Any pointers would be greatly appreciated.
-
Hi,
I have Master Detail grid. Requirement is to show data in a combo box in Detail Grid column.
How do I add combo box? Any samples?
Below is my code -
DataGridCollectionView theView = new DataGridCollectionView(roomsListNew, typeof(ExchangeRoomResource), false, false);
theView.DetailDescriptions.Add(new ...
-
Hi,
I have a datagrid which shows Actual, Min and Max values.
In edit mode I'd like to change the min and max values based on the actual (say for example +/- 5 )
How can i do this in the xceed datagrid for WPF? - I'd also like it to happen as soon as the actual value cell loses focus and not just after the user moves off the row.
many ...
-
I am starting new thread as I did not get any reply for thread ''How to bind values(Collection) to Master/Detail grid?''. I am using Koch's sample from that thread.
I've few more requirements. 1. Change the column titles, 2. In Child grid column I want to populate data into combo box (in example below, ''Suggested Room'' column). 3. ...
-
I'm very new to data binding so please be gentle.
I have a 2-D string array which looks like this:
A B C D
1 2 3 4
5 6 7 8
I want to use the Xceed datagrid to display it. I've tried using the ''Binding to an array'' example the Xceed sample code section, but it won't ...
1 ...
|
|
|
|