|
Browse by Tags
All Tags » datagrid ( RSS)
-
Hello, I would like to create a datagrid that provides a list of States as a XamComboEditor and another that provides a list of Cities within a State as a XamComboEditor. I am not sure how to accomplish this. Basically I would like the selected item of the States to filter the ItemsSource of my Cities...
-
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...
-
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...
-
Hi! We have a use-case in which the user selects rows from a grid via a column of checkboxes, clicks on a ribbon button, and executes an operation on checked rows. Now the default behaviour of the XamCheckEditor (in conjunction with XamDataGrid) is to bind after focus-lost\exit-edit-mode which is not...
-
Is it possible to save the field settings/grid settings(column name, width, summeries etc)? kornel
-
dear all, i have a xAmDataGrid whose DataSource is an obserable collection. i enable the sort option for grid. but when i click on header the data inside XamGRid does not in sorted order. why does it's not sort the data? anybody help me. thanx in adv. Laki
-
Hi, Am looking for some intellisense filtering of the valuelist items of the DataGridColumn. I have assigned, a ValueList to the column and put its style as DropDownValidate and CellClickAction as EditAndSelectText datagrid1.DisplayLayout.Bands[ 0 ].Columns[ "Status" ].Style = Infragistics...
-
Hi, I have a datagrid in which in Edit Template I have a WebDateChooser. When I am in edit row mode for one of the rows, and if I click for edit row again for the lines below the current editable line. it makes a row editable which is after the row I had clicked to edit. for example if I have 7 rows...
-
Hi all, I have a need to display multiple-icons/small images in one column. for the field customer type......employee,customer,supplier etc. each type is represented by a small image, so, i have to display multiple images in the column, if he is both emplyee and customer. any advice? thanks kornel
-
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
|
|