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

Kendo Grid | Popup editing | Column width

1 Answer 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bharathi
Top achievements
Rank 2
Bharathi asked on 23 Apr 2014, 05:41 PM

Hi ,

        I have the kendo grid with popup editing and I'm able to increase the width od the window..But I need to increase the columns width in the popup windo, How do i do that..Thank you

Please find the attached image

1 Answer, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 24 Apr 2014, 03:29 PM
Hi Bharathi,

In order to achieve this you could use the following CSS rule: 
.k-edit-form-container .editor-label {
    width: 500px; /* specify the width */
}

Regards,
Iliana Nikolova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Bharathi
Top achievements
Rank 2
Answers by
Iliana Dyankova
Telerik team
Share this question
or