Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » XamDataGrid » XamDataGrid DataBinding (RSS)
  • Hide column headers for *databound* xamDataGrid

    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...
    Posted to Forum by paulrainford on 10-27-2008
  • Field Auto Discovery

    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;...
    Posted to Forum by philc1234 on 08-04-2008
  • Displaying Hierarchial data using generic lists

    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...
    Posted to Forum by philc1234 on 08-04-2008
  • Exception while binding a column twice in a XamDataGrid

    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
    Posted to Forum by Narasipura on 07-15-2008
  • Bug & Enhancement WPF 2008 v1

    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.)
    Posted to Forum by wadebeasley on 07-06-2008
  • add record from one xamdatagrid to another xamdatagrid with same datasource

    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...
    Posted to Forum by healthcomsys on 07-02-2008
  • Display bool value

    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...
    Posted to Forum by girardkarine on 05-29-2008
  • Change Default TreeView

    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">...
    Posted to Forum by frog831 on 04-14-2008
  • AllowAddNew does not seem to work when binding a xamDataGrid to a generic List<>

    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...
    Posted to Forum by stevemwall on 04-08-2008
  • how to bind combobox in xamTextEditor. Cannot see values in combobox..

    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...
    Posted to Forum by nitinpanchal on 03-13-2008
Page 1 of 1 (10 items)
Powered by Community Server (Commercial Edition), by Telligent Systems