public string ItemID { get; set; } public string UPC_SKU { get; set; } public string StockingUM { get; set; } public decimal Price { get; set; } public decimal Weight { g…
public string ItemID { get; set; }
public string UPC_SKU { get; set; } public string StockingUM { get; set; } public decimal Price { get; set; } public decimal Weight { g…
public string UPC_SKU { get; set; } public string StockingUM { get; set; }
public decimal Price { get; set; } public decimal Weight { g…
Hello,
I have bound my XamDataGrid to an ObservableCollection of Obects e.g. 'myObject'. Naturally the grid picks all the public fields from 'myObject'. When the grid loads up the first time everything loads correctly but after the some of the contents…
hey ,
I am a complete noob , when it comes to using infragistics , and I am evaluating it for a project ,
the project requires a lot of data from multiple data sources and I am looking for a guide for binding the data to a xamDataGrid , if somebody…
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…
Can anybody help me?? I'm kind of new at this...
I have created a template to allow entry into a textbox for a column in my DataGrid (I've included the XAML below.) Everything works fine when I change the Note column in an existing Row. The pr…