Posted 1 September 2020, 3:03 am 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, 3:03 am EST
Posted 1 September 2020, 3:03 am EST
I must to resize the ImageField in wijmo:C1GridView Any Idea?
Posted 1 September 2020, 5:51 pm 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