This is a migrated thread and some comments may be shown as answers.

Radgrid Editmode row image size

0 Answers 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 15 Mar 2018, 06:32 PM

     I have a radgrid where I am embedding an image and css controls in a GridButtonColumn:

 

<telerik:GridButtonColumn UniqueName="launchFileSnapshot" Visible="true" HeaderText="File Snapshot" ButtonType="ImageButton"
                                                            ImageUrl="..."
                                                            CommandName="launchFileSnapshot" ButtonCssClass="hi-icon">
                                                        </telerik:GridButtonColumn>           

 

The issue I come across is when you select to edit this row, the image does not retain the CSS style and the image enlarges to the full resolution of the original image. 

 

before edit      --      inEditMode

Is there any way to retain the CSS on the image button when the grid is in edit mode?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Stephen
Top achievements
Rank 1
Share this question
or