Dear all,
I have the ultragrid with the cell as image which may be showing or hiding depending on the row.cell["Finished_Qty"].value >0.
What should i do?? Is there any sample code??
Hello,
ResourceMaanger provides simple functionality for enumerating resources. More information about ResourceMaanger and resource you could find on the following links:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa381043%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/system.componentmodel.componentresourcemanager.aspx
in the sample which I have posted, I am using ImageLIst component. More information about ImageList you could find on the following links:
http://msdn.microsoft.com/en-us/library/system.windows.forms.imagelist%28v=vs.71%29.aspx
http://msdn.microsoft.com/en-us/library/system.windows.forms.imagelist.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/bb761389%28v=vs.85%29.aspx
So you could use the designer of Visual Studio in order to manage your images in the ImagelIst. On the following link you will find a helpful tutorial of “How to: Add or Remove ImageList Images with the Designer”
http://msdn.microsoft.com/en-us/library/ms233674.aspx
So you do not need to know “How to add imageLIst.ImageStrem”, because using the designer, VisualStudio automatically will does this for you.
I hope that this will helps you
Please let me know if you have any further questions related to Infragistics Components.
I hope that this will helps you.
I have the questions and difficulties as below.
What you could do is to use InitializeRow event of UltraGrid and to set or not image in your image column, based on the value of Finished_Qty column. Please see attached sample.
Please let me know if you have any further questions.
Hi,
I don't understand. What is your question?