|
Browse by Tags
All Tags » XamDataGrid ( RSS)
-
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; }...
-
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
-
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...
-
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...
-
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
-
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...
-
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...
-
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...
-
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...
-
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...
|
|