How to show images inside selector lookup?
What is the best way to show images alongside with other columns inside Inventory ID selector lookup on the Sales Orders screen: PXGridColumn with the Type property set to Icon is used to show images inside PXGrid containers: <px:PXGridColumn DataField="ImageUrl" Width="300px" Type="Icon" /> Such column is capable of showing images from 2 sources: Sprites row.ImageUrl = string.IsNullOrEmpty(row.ImageUrl) ? "main@Fail" : "main@Success"; URLs: row.ImageUrl = @"http://www.acumatica.asia/acumaticawwwsite-acumaticainc.netdna-ssl.com/wp-content/uploads/2014/09/acumatica-2.png"; To add a column of