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

Rad grid

1 Answer 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sameer
Top achievements
Rank 1
Sameer asked on 22 Nov 2011, 08:59 AM
My application deployed in Web Farm, My all data collection is in App fabric caching.
webserver IIS7.5 .

On developed machine every thing is working fine(XP, IIS6).

When i am assigning values from Entity (data) collection(in App fabric caching) to Grid first time working fine,

Some time grid showing all records but some time it is showing 0 records(while paging,sorting,Export etc) but i can confirm that entity collection having all records.Caching is working fine.

This problem is with IE only , In Mozilla and crome each and every thing working fine.

Can you please let me know if there is any setting need to be done in this case.
Problem is with production only please comment on this

Thanks in advance...

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 22 Nov 2011, 12:40 PM
Hello Sameer,

As you have already resolved the issue in the support ticket you have opened on the same topic, I am pasting your post here to make it available for our community as well:

"After making these changes start working :- 

<browserCaps>
      <case>
        RequiresControlStateInSession=true
      </case>
    </browserCaps>
    <sessionPageState historySize="15" />
    <sessionState mode="SQLServer" allowCustomSqlDatabase="true" sqlConnectionString


Thanks
"


Kind regards,
Martin
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
Sameer
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or