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
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.