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

[Solved] GridView losing data when using Tabset in Firefox

3 Answers 123 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michael Fernandez
Top achievements
Rank 1
Michael Fernandez asked on 24 Aug 2010, 10:07 PM
I have an application that uses the Telerik RadTabStrip where the tabs contain Silverlight grids. Here's the behaviour I'm experiencing: I add a new row to the grid and add the column data. I leave the row in insert mode and then click on a different tab. If I'm using Interenet Explorer and return to the original tab, the grid still contains the row in insert mode with the data that I entered. If I'm using Firefox and return to the original tab, it appears that the grid is being refreshed and the row that contained data is no longer there. I need Firefox to behave the same as IE. Do you know what I need to do to achieve this? Let me know if you need more information.

Thanks,
Mike Fernandez

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 27 Aug 2010, 12:33 PM
Hello Michael Fernandez,

We have already answered to one of your colleagues that reported the same issue.

"I noticed that you have subscribed to the TabClick server event of the RadTabStrip. This makes a full postback each time you click on a different tab. That is why the page is refresh i the non-committed data is lost. 
Is it viable for you to unsubscribe from the TabClick event?
"

Please let us know if this is concerning the same issue or there is some kind of misunderstanding.
 

All the best,
Maya
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
Michael Fernandez
Top achievements
Rank 1
answered on 27 Aug 2010, 03:07 PM
Maya,
Thanks for your response. Yes this is the same issue that was reported from my colleague. In our actual system we do not subscribe to the tab click event, so I removed it from the sample app we sent you. After I did this, the sample app now behaves the same as our actual system. The grid refreshes in Firefox but not in IE when leaving the tab and then returning to it. If you take out the tab click registration in the sample we sent you, you should see the same behavior. Let me know if you need more info.

Thanks,
Mike
0
Maya
Telerik team
answered on 27 Aug 2010, 05:21 PM
Hello Michael Fernandez,

Please take a look at the solution we have provided to your colleague and let me know if it resolves the problem.
 

Regards,
Maya
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
GridView
Asked by
Michael Fernandez
Top achievements
Rank 1
Answers by
Maya
Telerik team
Michael Fernandez
Top achievements
Rank 1
Share this question
or