Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » XamDataGrid (RSS)
  • Binding problem

    Hi, I'm using a XamlDataGrid bound to a set of Business Objects, this objects has the following structure: public class MyObject { private MyObject2 _o2 = new MyObject2(); public MyObject2 O2 { get { return _o2; } set { _o2 = value; } } } public class MyObject2 { public string Name { get; set; }...
    Posted to Forum by celso99us on 11-19-2008
  • Re: Cell Record Customization

    Hi Yanko As you supposed I will like to add a button to each record on the grid, but this button is only shown to the actual selected record, such as shown on the following image. Regards
    Posted to Forum by celso99us on 11-19-2008
  • Cell Record Customization

    Hi, I will like to add to the selected cell record of the XamlDataGrid some buttons for options such as delete, edit on so on. So I will like to know which value should I override in order to add this custom buttons per record. I will also will like to add that on our current application we plan to have...
    Posted to Forum by celso99us on 11-18-2008
  • Problem with setting column width of XamDataGrid (2008.2)

    I have problem with setting column width on columns previously resized manually by user. Setting .Settings.LabelWidth and .Settings.CellWidth properties on specified field works correctly until user manually resizes column related to the field where properties where set. After manual resize neither LabelWidth...
    Posted to Forum by KoD on 11-18-2008
  • Re: Excel-like behaviours in xamDataGrid

    Hi Yanko, Thanks for your response! I've just sent a request to your devcenter regarding these issues... But, I was wondering whether it's possibible, and how, to implement such features in the version that exists today...? Thanks Best Regards, Anders
    Posted to Forum by anders_munkhaug on 11-14-2008
  • Re: AddRecord- What am I Doing Wrong?

    Hi, I was trying to do something very similar. I am trying to load a textbox with values from a selected record of the xamdatagrid cell. So when I type into the text box it adds a row into the xamdatagrid and the datasource to which it is bound. On edit of a row the values should be populated in the...
    Posted to Forum by SupriyaJayakumar on 11-13-2008
  • Re: Roadmap for future versions of DataGrid?

    Hi Vitaly, The immediate roadmap for 2009.1 (Mar-Apr 2009) is to add: Column Pinning Row Filtering After that, we have a list of improvements we want to add, including some of the following features: Column Chooser Frozen Rows Clipboard Support Cell Merging It would be helpful to know what you are looking...
    Posted to Forum by jasonberes on 11-12-2008
  • NullReferenceException on expanding hierarchial data after moving column

    Hi, I'm getting a null reference exception when trying to expand hierarchical data after moving a column on a xamDataGrid. I am calling "xamHierarchyGrid.FieldLayouts[0].Fields.Move(startIndex, moveToIndex);" to move the column. This seems to work correctly, and the column updates and moves...
    Posted to Forum by bzell on 11-10-2008
  • Changing to tab containing xamDataGrid very slow

    I'm currently evaluation NetAdvantage for WPF. I created a little test application which uses a xamDockManager to implement a tabbed user interface. At the moment I have two tabs: an empty one and one with a xamDataGrid which displays data from an SQL Server database. Unfortunately switching from...
    Posted to Forum by mhofer on 11-10-2008
  • Keyboard Navigation Results in Odd Tab-like Behaviour

    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...
    Posted to Forum by richstokoe on 11-03-2008
Page 1 of 23 (228 items) 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems