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

Not working when upload site

3 Answers 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ashhar
Top achievements
Rank 2
Ashhar asked on 13 Aug 2012, 09:21 AM
I have 5 combos in my RadGrid and each combo has almost 500 items.
First I have encountered an issue that when I want to save the data by clicking a button. It is not going to its server side.
Then it is solved by giving maxRequestLength in Webconfig.

<httpRuntime

executionTimeout="90"

maxRequestLength="16384"

useFullyQualifiedRedirectUrl="false"

minFreeThreads="8"

minLocalRequestFreeThreads="4"

appRequestQueueLimit="100"

enableVersionHeader="true"

/>


Now when I upload the site the issue still remains.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 Aug 2012, 10:59 AM
Hi Ashhar,

Can you share the full markup of the grid so we can have a better idea of what is your full configuration? It will be best if you open a formal support ticket and send us a sample project which we can debug locally.

All the best,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ashhar
Top achievements
Rank 2
answered on 17 Aug 2012, 06:33 AM
I have issued a ticket , please check it.
My ticket ID is 579864
0
Pavlina
Telerik team
answered on 17 Aug 2012, 04:37 PM
Hi Ashhar,

Thank you for opening a formal support ticket. In order to avoid duplicate posts I suggest we continue our communication there.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Ashhar
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
Ashhar
Top achievements
Rank 2
Share this question
or