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

[Solved] View, delete, loading new images in a grid cell.

1 Answer 183 Views
Grid
This is a migrated thread and some comments may be shown as answers.
vladimir
Top achievements
Rank 1
vladimir asked on 23 Oct 2014, 07:56 PM
Hi 
By the same line in the grid tied a few pictures, I need to see the (possibly reduced image to the cell size), delete, and load a new image. Grid with inline editing. Anyone tell me how to do it, I would be very grateful for any help. 

Thanks for your help

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 27 Oct 2014, 03:47 PM
Hello Vladimir,

I am afraid that we do not have such example. The closest that we have is the following one:

http://www.telerik.com/support/code-library/upload-in-grid-popup-editor

In your case it looks like you want to add widget into the template and you will have initialize those inputs when the dataBound event of the Grid is triggered.

it should be similar to this:

dataBound: function () {
      $(".someClassAddedToInputInTemplate).kendoUpload({
          ///options
      })
}


Kind Regards,
Petur Subev
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
vladimir
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or