|
Browse by Tags
All Tags » XamDataGrid ( RSS)
-
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
-
I have been looking for an example of how to change the SummaryResultsPresenter template. In the XamFeatureBrowser the "Custom Button In Summary Template" example has a bit that shows how to place a button in place of the default SummaryResultsPresenter. It shows how to bind the summary results...
-
When I try reordering columns in XamDataGrid and the FieldLayout got a mix of BoundField objects and UnboundField objects, the data are no longer visible. If I debug, I see the Fields are not deleted, however, no data is any longer visible. If I reorder columns in a XamDataGrid with only BoundField objects...
-
I am facing a problem with DateTime type field in XamDataGrid. When I define field.DataType = typeof(DateTime), cell just displays Date and no time, how do I make sure cell displays date and time. If date format is d/M/yy then sorting fails as number are single digits so sorting order becomes 1,11,13...
-
I am facing similar problem. When I define field.DataType = typeof(DateTime), cell just displays Date and no time, how do I make sure cell displays date and time. If date format is d/M/yy then sorting fails as number are single digits so sorting order becomes 1,11,13,14,2,21,22, 3,30 where as it should...
-
Hi all, We have intercepted the Sorting routed event from the xamDataGrid in order to carry out server-side sorting at the database. This is so we can show paged data, but sorts occur across all of the data in the table, shown or not. So, we cancel the routed event (e.Cancel = true), handle the event...
-
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 am trying to bind a XamDataGrid to a object that contains subobjects. However, when I reference the fields in the subobject, my grid goes blank and no data is displayed. For example (see class definitions below), I set the Datasource of an XamDataGrid to Class A (DataSource = {Binding Path=ClassA}...
-
Hi, I got an issue with the grid. I bind the grid to an ObserableCollection<T>. Items will be dynamically added to the collection in my application and of course rows will be dynamically added to the grid. When items are adding, if one of the existed rows is selected sth unexpected will occur....
-
Hello, Having a small issue with xamdatagrid, What I'm doing is I click new and any data thats in the grid will disappear so I can add new documents, if I click cancel I want to remove the edited images from the grid and replace it with the data that was there previously. I am able to do all except...
|
|