Browse by Tags
All Tags » Unbound Column (RSS)
-
I just downloaded the trial version and love it, but I am having some trouble.
I get this exception almost every time I close the window. Is there something I need to call to clear the grid first? Is there something wrong with my unbound column? I can't catch the error because the runtime calls it.
I have been testing with a ...
-
Hi,
Some one could explain me whats the purpose of the unbounddatacolumn
Thanks
-
Hi,
I managed to add a checkbox coulmn to the grid using unbound column and every thing is working just fine, the problem is that i need to sort the grid by that column.
Any idea how to do it ?
-
<xcdg:DataGridControl x:Name=''myGrid''> <xcdg:DataGridControl.Columns> <xcdg:Column FieldName=''Shade'' ...
-
I need the ''Easier support for unbound columns'' right now. I'm surprised that this feature isn't in more WPF grids, as I have used it SO much in WinForms DataGridView and infragistics UltraGrid for WinForms. I guess I'll be creating bogus properties on my data objects for now... Hopefully there will be a good example on how to ...
-
I have a grid with an unbound column that uses a value converter. The value converter checks the passed in value to see if it is null and then returns ''Active'' if it is and ''Inactive'' if it isn't. (it's a deactivated date)
Everything works great and the autofilter shows up with two choices in it. Active and Inactive. I ...
-
Hi All,
Could I have an example of creating an unbound column in Xaml? The idea is, I just want a column with a couple of buttons in a column. The following definition results in the error below.
<DataGrid:Column Title=''Command''> ...
|
|
|
|