I use a RadGrid for displaying, inserting, deleting and updating rows.
I want to have any input field for an image path, that is selected via the standalone ImageManager.
In display mode just the path should be shown without the button for the ImageManager. In update mode the path already saved in the database should be displayed.
I found this article:
http://www.telerik.com/support/kb/aspnet-ajax/editor/using-the-image-and-document-managers-outside-radeditor.aspx
That is working pretty good outside the grid. However how can I realize such a textbox and an upload button inside a RadGrid item in edit / insert mode? Anyhow I have to register the JavaScript event handler, but how to get the ClientIDs for building the correct JS?
I want to have any input field for an image path, that is selected via the standalone ImageManager.
In display mode just the path should be shown without the button for the ImageManager. In update mode the path already saved in the database should be displayed.
I found this article:
http://www.telerik.com/support/kb/aspnet-ajax/editor/using-the-image-and-document-managers-outside-radeditor.aspx
That is working pretty good outside the grid. However how can I realize such a textbox and an upload button inside a RadGrid item in edit / insert mode? Anyhow I have to register the JavaScript event handler, but how to get the ClientIDs for building the correct JS?