I have a integer which is coming from datatable, so If the count of that integer value is <0 then I need to append an integer value with red image as attached. Please suggest how can i do this
Hello Vijay,
Thank you for your reply.
Each column is assigned a unique data type associated with your backend database fields. Eg. int, string, bool, etc. If you are not looking to only modify the cell value and add an image, then a very tricky creation filter would be needed to manage that. I recommend that you incorporate a unbound columns to the UltraWinGrid that is associated with the additional text and image you need.
http://ko.infragistics.com/community/forums/t/54794.aspx
It's also possible to group the fields together and/or hide column the headers for them to appear merged.
Hi Michael
Thanks for the response. But I am not just looking for the image to show up in Cell. I am looking out to show some text + image as describe in my question. Please find attached. Looking out for something like that.
Appreciate your response.
Thank you for contacting us. Adding an image to a cell without changing the column's datatype is fairly straightforward via the the cell's Appearance.Image property.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=27
eg.
Let me know if you have any additional questions regarding this matter.