I put the picture like this :
Rows(0).Item("L")=ImageList2.Images("Locked.png")
It is OK, but now I need to make a test on this cell.
Something like this
If Rows(0).Item("L")=ImageList2.Images("Locked.png") then
' end if
How can I do this ?
Thanks
3 Answers, 1 is accepted
0
Accepted
Stefan
Telerik team
answered on 16 Aug 2011, 03:03 PM
Hello Filleau,
Thank you for writing.
Considering the syntax that you have demonstrated I assume that your question is not related to RadGridView for WinForms, since rows in RadGridView does contain Cells and not Items. However, your question does not seem to be related to any controls suite. It is rather a question regarding image comparing. Here is a link in MSDN regarding this topic, which I believe will help you.
Should you have any other questions, do not hesitate to contact us.
All the best,
Stefan
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>