This is a migrated thread and some comments may be shown as answers.

Binding data of a column to an indexer element

1 Answer 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Goat
Top achievements
Rank 1
Goat asked on 18 Feb 2014, 06:32 PM
If I use the following binding in a GridViewDataColumn

Column.Binding = new System.Windows.Data.Binding("rowdata[INDEX]");

I can see the data in the table just fine, but when i try to filter/group it doesn't work (when i click on the filter button all i see is [null]).

I can't create the columns in the  XAML file due to creating the grid dynamically in the code behind.

The gridview.dll version I use is 2011.3.1220.40, i'd rather not update to a newer version if possible.

Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Goat
Top achievements
Rank 1
answered on 02 Mar 2014, 07:56 AM
Bump....
Tags
GridView
Asked by
Goat
Top achievements
Rank 1
Answers by
Goat
Top achievements
Rank 1
Share this question
or