|
Browse by Tags
All Tags » XamDataGrid » datagrid ( RSS)
-
We have a xamDataGrid which has CellSelectAction="SelectRecord" set, and FieldLayoutSettings.SelectionTypeCell="None", yet when I select a cell and the whole record is shown selected. However, if I then press the right cursor(/arrow) key [->] then you can see each cell being focussed...
-
Apologies if this has been answered elsewhere - I can find partial answers in multiple threads but nithing for this scenario. I have a xamDataGrid which is bound to a hierarchical dataset (sourced from SQL into a couple of data tables with explicit relations added). I want to present this with a fixed...
-
Hi! We have a use-case in which the user selects rows from a grid via a column of checkboxes, clicks on a ribbon button, and executes an operation on checked rows. Now the default behaviour of the XamCheckEditor (in conjunction with XamDataGrid) is to bind after focus-lost\exit-edit-mode which is not...
-
dear all, i have a xAmDataGrid whose DataSource is an obserable collection. i enable the sort option for grid. but when i click on header the data inside XamGRid does not in sorted order. why does it's not sort the data? anybody help me. thanx in adv. Laki
-
Hi, We are using a Xamdatagrid where each record can have a child. We would like to know when the child is expanded. The property isExpanded on the parent record is always set to true regardless if the child is expanded or not. Any help would be appreciated. Thanks
-
Hi, I'm trying to style XamDataGrid to show only column headers in the very top and no headers for the expanded children. The view will be like TreeListView then ( http://blogs.msdn.com/atc_avalon_team/archive/2006/03/01/541206.aspx ). I havent managed to do this yet. Thanks for your help. Stefanie
-
I need to confure the xamDataGrid so that the first column is a row header and has the same look and feel as the column header. The row header isn't editable. The idea is that this will give me a grid which behaves like Excel (row and column headers). Does anyone have any idea how to do this..? None...
-
I have downloaded the WPF 2008 v1 and wonder why somethings were not addressed: 1. More than one group by, this is still a bug. 2. Why not add column filtering? This is one of the very basic features in a Windows Grid. (Telerik has it in there controls.)
-
Hello, I'm trying to achieve something like this: <FieldLayout> ... <Field Name="Id" Column="0" RowSpan="3" /> <UnboundField Name="Size0" Colum="1" Row="0" /> <UnboundField Name="Size1" Colum="1"...
-
Hi, I'm trying simple example on xamDataGrid from your documentation and can't get child data in grid. I'm using VS 2008, NetAdvantage for WPF 2007. I've created simple Typed DataSet from AdvandureWorks database with two tables: Contact and Individual. I've created simple class that...
|
|