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

Script Error When RadGrid binding with images

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lekha
Top achievements
Rank 1
lekha asked on 11 May 2010, 06:37 AM
Hi all,
I am having a RadGrid with one GridTemplateColumn with <ItemTemplate> as  <telerik:RadBinaryImage>
here databinding is like

<telerik:GridTemplateColumn AllowFiltering="false" UniqueName="IPH_PHOTO">
                                       <ItemTemplate>
                                          <telerik:RadBinaryImage ID="imgInm" runat="server" DataValue='<%# Eval("IPH_PHOTO")%>' Height="75px" Width="75px" />
                                        </ItemTemplate>                                                                            
 </telerik:GridTemplateColumn>
    column IPH_PHOTO contains system.byte[].
My problem is, After binding grid with large number of data when i do anything(eg,changing pagesize or like that) script error is coming like this "
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12031" and the page hangs..If the number of data is less no problem occurs...The problem is for large data..
Please give solutions
Thanks in advance
Lekha

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 13 May 2010, 09:29 AM
Hello Lekha,

How large is the data. You may need to increase the maxRequestLength's value.

All the best,
Rosen
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
lekha
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or