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

Image edit buttons are not displayed initially with equal widths

1 Answer 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Todor
Top achievements
Rank 1
Todor asked on 22 Jan 2011, 02:02 PM
Hello,

With the latest release (v.2010.3.1318) an editable grid with Image buttons when their widths are set through HtmlAttributes method, even they are set to an equal widths, initially buttons are not rendered with equal widths. After client side rebind() they become equal.
I noticed this appear with the latest release, previous release (v.2010.3.1110) does not have this issue. 
I checked this on IE8, Firefox and Chrome browser, and both displayes grid with this problem.

I am attaching a screenshot and a sample project.

Kind regards
Todor Mihailov

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 24 Jan 2011, 10:18 AM
Hello Todor,

The behavior you are observing is expected. It is caused by the fact that initially the delete button is rendered as a button element but the edit button is an anchor. As you may know those elements behave differently when same width amount is applied.  In order to correct this you should set appropriate widths through css or consider using only ajax binding instead of the initial server binding used in the provided sample.

Regards,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Todor
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or