Posted 1 September 2020, 12:03 pm EST
I must to resize the ImageField in wijmo:C1GridView
Any Idea?
Forums Home / ComponentOne / ASP.NET Web Forms Edition
Posted by: roberto_tomasi on 1 September 2020, 12:03 pm EST
Posted 1 September 2020, 12:03 pm EST
I must to resize the ImageField in wijmo:C1GridView
Any Idea?
Posted 2 September 2020, 2:51 am EST
Hi,
By setting the width for the ImageField, you may change the ImageField column size. Please refer to the following code snippet for reference:
<wijmo:C1ImageField HeaderText="Image" Width="150">
</wijmo:C1ImageField>
Hope it helps!
Regards,
Manish Gupta