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

Image popup in kendo grid

1 Answer 398 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pradeep
Top achievements
Rank 1
Pradeep asked on 18 Sep 2014, 10:32 AM
We are using kendo grid, in this we added one column for image, so how to enlarge that image alone in popup window with upload option.

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 22 Sep 2014, 07:10 AM
Hi Pradeep,


Basically the image inside the grid PopUp editor can be enlarged like any other image on your page (for example using CSS styles).
Using the upload widget inside the "popup" editor template for the grid would require including hidden "input" bind to the image field and upload widget with "success" event handler which to set the value of the hidden input. Such demo is available in our CodeLibrary (currently the demo is available only for MVC wrappers):

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Pradeep
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or