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…
My application acts like a monitor on a database.Every 5 seconds I'm retrieving the data and setting it to the grid.DataSource.public void SetDataSource(object dataSource){ //Before the data changes we save the selected DataId and the scroller ofset…
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…