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…
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…