|
Browse by Tags
All Tags » XamDataGrid » XamDataGrid DataBinding ( RSS)
-
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...
-
Quick Question - Can I apply an attribute to an object property to change how it appears in the header of the grid e.g. changing OrderId to "Order ID"? private int orderId; [SomeAttributeMethod(FieldName="Order ID")] public int OrderId { get { return orderId; } set { orderId = value;...
-
I'm testing the xamDataGrid in a precursor to puchasing the product and what I am trying to do is to bind data to the grid based on object collections implemented by generic lists. Having said this, I only see the parent list in the grid whilst I'm expecting to see the child data appear, do I...
-
Hi, I am Binding a column twice in a XamDataGrid and getting exception as Field name was not found in data source. Is this feature is not there in XamDatagrid . Please reply soon if you have a solution for this as I need to bind dynamically a column twice in a XamdataGrid. Thanks, Sridhar
-
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.)
-
hi i have two xamdatagrid and i have binded both the grids with same datasource. now i want to move selected record on one(First) grid to another(Second) grid on click event of button i have tried so many ways but not able to get the result so plz.. can any one help me ... this is code for selecting...
-
Hi, The boolean values are not displayed by default in the grid. When I use a Field of type bool (not bool?), it displays a checkbox sqare with a green square inside, like if it has never been set yet. If I update the value manualy, then it displays a checkmark when the value is true and an empty square...
-
Hi all, I'm new of Infragistics, I'm trying to create a Grid like ITunes songs grid with the Album cover on the left column and the lists of songs on the right (the cover span for all the songs row). I would use as input an xml like: <album title="xxx" coverPath="pppp">...
-
I'm binding a xamDataGrid to a generic List<> and all seems to work fine, however the AllowAddNew and AddNewRecordLocation properties appear to have no effect on the xamDataGrid. I modified the AddNew sample in the features browser to bind to List<TopMovie> where TopMovie is a class similar...
-
I am trying to bind the combobox in a xamTextEditor from an observable cOllection from codebehind.I am able to view the combo box in the grid in the edit mode. however no values can be seen in the combobox. Following is my code. Could any one help me out. why it is so.. Binding cmbBinding = new Binding...
Page 1 of 1 (10 items)
|
|