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

[Solved] RadGrid inside RadMultipage problem

1 Answer 167 Views
Grid
This is a migrated thread and some comments may be shown as answers.
vincent
Top achievements
Rank 1
vincent asked on 18 May 2009, 02:52 PM
I've got a RadGrid inside a RadMultipage as I'm using the RadTabStrip.  My RadGrid is using complex databinding as illustrated in the demo.

On one of my pages RadMultipPages, I have, on the left side, an Edit button that will load a control to edit customer info.  On the right I have a RadGrid.  Everything works fine except when I do the following:

1. Click on the edit button to load my edit control
2. Hit "Cancel" to go back to my last view
3. The RadGrid looks fine until I click anything inside the grid.  For example, "Refresh" or "Add New Record".

The RadGrid just starts to disappear.  When I refresh the page using F5, the RadGrid is displayed again.  Any ideas?

Vincent

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 21 May 2009, 08:54 AM
Hello Vincent,

The described issue could be caused because of not properly binding of the grid or not showing of the rendered code in the Page. Please verify that the grid i properly bind (you can check the grid disappears, if the mark-up code of the grid exist on the page). If the grid is rendered correctly but it is not shown in the browser you will need to call repaint() method on the client-side in order to show the mark-up of the grid.

If the problem still persists I will suggest you post the code from the ASPX page and the code-behind in this thread.

Best regards,
Georgi Krustev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
vincent
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or