I have a serious problem related to insert/update new/exist image into Radgrid(RadBinaryImage) column
simply it is working very well unless it has AJAX
everything can insert/update except the Radgrid(RadBinaryImage) column
kindly please advice
3 Answers, 1 is accepted
0
Radoslav
Telerik team
answered on 28 Oct 2010, 10:04 AM
Hi Adam,
Could you please verify that you disable the AJAX when you insert or update the RadGrid's item? On the following link you could find an example of GridBinaryImageColumn and how to disable AJAX on insert or update. Please check it out and let me know if it helps you.
Looking forward for your reply.
Greetings,
Radoslav
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Many thanks , now it works fine
Also I want add some trick without it will never fire which is you must change the EditCommandColumn to be Imagebutton instead of default(link Button)
Thanks again
0
Radoslav
Telerik team
answered on 02 Nov 2010, 01:14 PM
Hi Adam,
I am glad that you achieved the desired functionality. Additionally you could change the EditCommandColumn to render ImageButton instead of LinkButton by setting the GridEditCommandColumn ButtonType property to ImageButton:
Please give it try and let me know if it helps you.
Greetings,
Radoslav
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items