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,
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.
I have the questions and difficulties as below.