|
Browse by Tags
All Tags » XamDataGrid » AllowAddNew ( 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...
-
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.)
-
I'm trying to disable a column based on another column. Seems easy and works fine when the record is not a newly added record. I have 2 fields. For simplicity lets make the first a boolean - IsEnabled and the second a string - Result. Result should only be enabled when IsEnabled is True. Here's...
-
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...
-
Is there a way to template add new record row? I have an entity with a primary key column and a type column which are set to read only and a few other columns which are editable. class Mammal { string ID{get;set;} Type{get;set;} // only Two options : Animal, Human double Weight{get;set;} int age{get;set;...
-
Is it posible to have a dropdown when adding a record to a XamDataGrid? How? Yuri
-
I am trying to add a record to my XamDataGrid. I am using the RecordAdded event to capture the record to insert. My AllowAddNew is set to true, and I am able to see the AddNewRecordLoccation. The problem is that the RecordAdded event is fired every time I leave the cell to enter a value for the next...
Page 1 of 1 (7 items)
|
|