vs2008
q2 2009Hiya,
I need to add the above to the GridBinaryImageColumn in the grid, but every time I add it I get an error.
I only want the image to appear when in editMode.
| <telerik:GridBinaryImageColumn DataAlternateTextField="Description" DataAlternateTextFormatString="No photo added yet" |
| DataField="Data" HeaderText="Photo" ImageAlign="NotSet" ImageHeight="80px" ImageWidth="80px" |
| ResizeMode="Fit" UniqueName="Upload" > |
| <HeaderStyle Width="10%" /> |
| </telerik:GridBinaryImageColumn> |
Any ideas? I'm struggling with this one.
Thanks,
yogi