Questions tagged [xamgrid]

The xamGrid control is a hierarchical data grid control designed for stylability and high performance. This control allows you to display your data in the style and manner that best fits your needs.

The xamGrid control is a hierarchical data grid control designed for stylability and high performance. This control allows you to display your data in the style and manner that best fits your needs.

The following is a list of key features of the xamGrid control:

High Performance – Data and UI virtualization makes xamGrid extremely lightweight and extremely fast when handling large amounts of data.

Hierarchical Data - You can display complex hierarchical data with master/detail data relationships and different column layouts at each level.

Fixed Columns – Your end users can pin columns in position so that those columns are always visible when scrolling horizontally.

Movable Columns – Your end users can interact with xamGrid by dragging the columns into a position that best suits them.

Sortable Columns – Your end users can sort on one or multiple columns.

Templates – You can style your xamGrid so that you can maintain a consistent look and feel throughout your entire application.

24 questions
2
votes
2 answers

Xamgrid refresh or reapply filters

Is there some way to reapply the filter without having to reselect the filter? Especially when the underlying observable collection is changed? I seem to have records which don't match the filter condition after a while..
user2565505
  • 21
  • 1
  • 4
1
vote
1 answer

Removing operand from XamGrid Filter

I am new to WPF and Infragistics. I have a small WPF project with a XamGrid and a filter. I want to remove the equals operand from the filter list for one of the columns in the grid. I found this code online from the Infragistics forums:…
Emma
  • 31
  • 8
1
vote
0 answers

Sorting of single column based on multiple secondary sort in xamgrid

We are using xamgrid and initially doing sorting on one column on loading of xamgrid. Now as duplication of items occurs in that column, we need to sort on basis of other secondary columns. For sample take this code below:
MKMohanty
  • 956
  • 7
  • 23
1
vote
1 answer

Clear the filter cell value in the XamGrid

I am working on XamGrid using MVVM architectural style while removing the filter using the below code, the filter get removed but the filter cell still contains the filter value which should be empty. foreach (var columnBase in…
Vikas
  • 158
  • 15
1
vote
0 answers

Why does "Infragistics" folder generate a "missing assembly" compile time error?

Dear community member. While I have programmed in C# for a number of years, I must admit that I am new to WPF and Infragistics controls. Recently I came across an unexpected compile time error and I was wondering what might be causing it: The type…
Pressacco
  • 2,815
  • 2
  • 26
  • 45
1
vote
1 answer

Infragistics xamGrid for Silverlight: How do I apply conditional formatting for summary row?

I have a TextColumn in xamGrid which has summary enabled. What i want to do is display the sum in red if it is negative. This is how the column is defined:
badmaash
  • 4,775
  • 7
  • 46
  • 61
0
votes
0 answers

How To Change Image in Image Column dynamically in XamGrid

I am working on WPF Application and i am using XamGrid. i am binding data to item source and my xamGrid consist one XamComboEditor Column and other one is Image column. First time assigning data to item source its working perfect. But what i want is…
0
votes
1 answer

Infragistics XamGrid: How to prevent column filter from showing time?

We are using DateTime columns with time, but need the (excel style distinct elements) column filter to show only the dates, without time. Is that possible? I found an article at Infragistics which describes how to add a custom filter but not how to…
IngoB
  • 2,552
  • 1
  • 20
  • 35
0
votes
1 answer

EditorTemplate for TemplateColumn in XamGrid not working

I have a XamGrid with two columns, Name and Type. Depending on Type, I want to have a different kind of column for Name, thus I'm using a TemplateColumn. In the data template I have a ContentControl with a default ContentTemplate and a DataTrigger…
gartenriese
  • 4,131
  • 6
  • 36
  • 60
0
votes
0 answers

WPF - Using a ValueConverter with a Custom XAML Tag Class

I'm working with a XamGrid from Infragistics and I have followed the example from the following page to create a custom column class of…
jtompkj
  • 93
  • 2
  • 8
0
votes
0 answers

Sorting in XamGrid

We are working on WPF project with MVVM architecture. And we are using XamGrid. We have bound a Data Table in xamGrid Item source. I want to perform sorting programmatically on the column of the xamGid on the basis of column value. We are using…
Ankit Jain
  • 315
  • 3
  • 18
0
votes
3 answers

Disable editing of cells in XamGrid

I am working on XamGrid binded with the DataTable. I want to disable the editing of cells on a specific condition. I have created the behavior of the XamGrid. Can suggest solution according to my requirement?
Vikas
  • 158
  • 15
0
votes
1 answer

Masking in Infragistics XamGrid

We are working on WPF application using MVVM architecture and Infragistics controls. The main form displays Infragistics XamGrid which is bound to a DataTable. The DataTable has columns with Double data type. I want to set masking for these columns…
Ankit Jain
  • 315
  • 3
  • 18
0
votes
1 answer

How to access date picker control within xamGrid in Wpf?

Following is my XamGrid and I have used template column which contain date picker control, question is how to access date picker control so that I can apply my logic?
Dinesh
  • 255
  • 1
  • 2
  • 14
0
votes
1 answer

Infragistics XamGrid Column Header

I am using the XAMGrid basic features and for some reason the header name is not displayed at all. All I want is the manually decided column name ABC on top of the column: As you see from the pic - there are no binding issues - since the values are…
Patrick
  • 864
  • 1
  • 14
  • 27
1
2