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

RadBinaryImage column Problem with AJAX

3 Answers 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Adam El Shafie
Top achievements
Rank 1
Adam El Shafie asked on 27 Oct 2010, 04:37 PM
Dear Telerik

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

Sort by
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
0
Adam El Shafie
Top achievements
Rank 1
answered on 28 Oct 2010, 01:11 PM
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:
<telerik:GridEditCommandColumn ButtonType="ImageButton"></telerik:GridEditCommandColumn>

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
Tags
Grid
Asked by
Adam El Shafie
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Adam El Shafie
Top achievements
Rank 1
Share this question
or