Questions tagged [xamdatagrid]

Data grid control from Infragistics. Designed for WPF, can be used to produce reports, tables. Provides editing, sorting, filtering, grouping, and showing hierarchical data relationships

225 questions
2
votes
0 answers

How to use infragistics RecordFilter without UI

Our users use infragistics WPF XamDataGrid to filter records. We serialize and store the filter settings as shown in save the Recordfilters only to use them later. Now we want to use the filter without showing the XamDataGrid in the UI. The reason…
Martin Booka Weser
  • 3,192
  • 5
  • 28
  • 41
2
votes
2 answers

Use complex fields for XamDataGrid

I have a XamDataGrid with a ObservableCollection of Items as DataSource. An Item has two properties A and B and both A and B have a Value property. I want to bind these two Value properties to my two Fields. Obviously something like this does not…
gartenriese
  • 4,131
  • 6
  • 36
  • 60
2
votes
1 answer

Changing culture of XamDataGrid cell values

I have a XamDataGrid with a column of floats, and I want these floats to be shown with InvariantCulture, i.e. with a point instead of a comma. How can I do that?
gartenriese
  • 4,131
  • 6
  • 36
  • 60
2
votes
1 answer

Scrollbar issue in WPF ListBox

We are working on field chooser and used custom code to get the search functionality in field chooser of xamDataGrid. We used a Text box to search and a List box to keep the fields of field chooser. The Code that we have used:
Ankit Jain
  • 315
  • 3
  • 18
2
votes
1 answer

XAM Data Grid change order of filter drop down list

Can I change the order of filter drop down list. There is a blank option at the end of the list I've to put it at very first position.
Kylo Ren
  • 8,551
  • 6
  • 41
  • 66
2
votes
1 answer

Set property in ContentPresenter child control

I want to set TextTrimming on TextBlock. My template:
netmajor
  • 6,507
  • 14
  • 68
  • 100
2
votes
1 answer

How to read grouped records in XamDataGrid when grouping is set programatically in tests?

I'm trying to write some test scenarios for the XamDataGrid. In these scenarios I'd like to set the grouping on a single Field. This code causes the grid to group as expected when I run the app and double-click the grid: Private Sub…
Ruutsa
  • 189
  • 8
2
votes
1 answer

Infragistics xam data grid field chooser selection

I have a small problem with the field chooser from xam data grid. What i need to do is to change the check / uncheck behavior from double click to one click, which is done here:
Akos
  • 210
  • 4
  • 14
2
votes
1 answer

Two way binding XamDataGrid field

I have the following code inside a XamDataGrid: The problem is that its not two way binding. When I click the Checkbox in the UI the value is not being set. I have tried the following…
Amit Raz
  • 5,370
  • 8
  • 36
  • 63
2
votes
1 answer

Custom Sort in XamDataGrid for multibinding

I have a multiBinding which works great, I want to be able to sort a certain column, it displays w:width, h:heightAs far as I understand I need to build a custom IComparer class which will to the comparison. Here is my XAML
Gilad
  • 6,437
  • 14
  • 61
  • 119
2
votes
3 answers

Auto expand hierarchical data rows in Xamdatarrid

I have a Xamdatagrid having hierarchical data.I want to display all such records expended automatically.So that user doesn't have to click on + icon for each record.
vkg
  • 685
  • 1
  • 8
  • 21
2
votes
1 answer

Cannot set ItemsSource for XamComboEditor in a XamDataGrid

I need to display in a XamDataGrid data coming from a class that contains a few properties and a list of valid choices from one of them. Something like: public class DataViewModel { public string Identifier {get;private set;} public string…
mariosangiorgio
  • 5,520
  • 4
  • 32
  • 46
2
votes
0 answers

How to unselect any selected record in an infragistics XamDataGrid?

I have a XamDataGrid with XamComboEditor as its CellValuePresenter. I have written a handler for XamComboEditor SelectionChanged event (XamComboSelectionChanged) that updates my collection as per selected item. When I apply filter to the XamDataGrid…
2
votes
2 answers

WPF Binding : Add Button to Unbound Field in grid

I am trying to add a button to an unbound field in XamDataPresenter. Here is the button template: