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
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):