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
0
votes
1 answer

WPF infragistics unbound column Filter not accessible

I have to use XamGrid (version 12.2) with unbound column. I managed to add unbound column to display data but not able to apply any filter. Is there anything needed to be done in Xaml to have filter accessible for unbound column. I am using Filter…
RockWorld
  • 1,278
  • 2
  • 11
  • 24
0
votes
1 answer

WPF xamgrid row by row commit behaviour for new row not working

I am using XamGrid control for datainput from end user. Databinding is working For the xamgrid, I have added a new line at the bottom of the table and have kept the following settings: IsMouseActionEditingEnabled="SingleClick"…
0
votes
1 answer

XamGrid doesn't allow to select empty text

I am using Infrgistics XamGrid [InfragisticsWPF4.Controls.Grids.XamGrid.v12.1.dll (12.1.20121.1010)]. I have a situation where user cannot filter to select only empty text. Filter works fine in cases where non empty text are selected, but any…
RockWorld
  • 1,278
  • 2
  • 11
  • 24
0
votes
1 answer

Infragistics XamGrid with different row heights

I have a XamGrid that I've got displaying several dynamically generated columns, and one of those columns can have a listbox in it that sizes itself according to how many items are in it (but has a maximum height constraint). I want each row of the…
Chris128
  • 51
  • 1
  • 4
0
votes
1 answer

Infragistics XamGrid dynamic columns

I recently faced one situation where I do need to bind dynamic collection to Infragistics XamGrid where columns to be shown are not fixed. So I wanted something like ObservableCollection to be bound to list. However dynamic/Expando are not yet…
TBone
  • 529
  • 1
  • 4
  • 11
0
votes
1 answer

Display image on right side of header text in XamMenu in silverlight page

I have created a XamMenu in my silverlight page. It consists of 4 options in it. The header for the first item is 'order'. I am using xamMenuItem.icon to add an image on the right side of the header text. But it is always coming on the left side of…
0
votes
1 answer

expand xamgrid item when item is entered in search menu

I have created a XamGrid in which i have a three level hierarchy. i have created it in silverlight 4. I have a search textbox above the xamgrid, which is an autocompleteBox. when i select an item from the AutocompleteBox and priess enter, i want…
0
votes
1 answer

How can I access content of a XamGrid Column

I have created a XamGrid in a silverlight page in WCF. in which I have a column called "status" . It has three values which are : complete, start, ongoing. for these values I want to set add an image beside the text. How can I access XamGrid column…
0
votes
2 answers

AutoGeneratingColumn event in Infragistics xamgid or xamdatagrid?

I work with wpf & MVVM. I have a page with datagrid which is bound to a datatable from viewmodel . In datagrid auto generate column property is true . But I need some coulmns to be combo box . So i use AutoGeneratingColumn event of datagrid to…
Kuntady Nithesh
  • 11,371
  • 20
  • 63
  • 86
1
2