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

[Solved] RadGrid disappears on Edit

5 Answers 180 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
Daniel asked on 15 May 2009, 04:02 AM
Hi. I have a RadTabStrip that displays a RadGrid when a particular tab is selected. So, the grid binds at pageload and is hidden until it is needed. The grid appears okay, but when I click on the edit button the grid disappers and leaves a line. I have OnNeedDataSource set and this still doesn't fix the problem. I have some code to return if the OnNeedDataSource event fires and it doesn't seem like it does. The grid does show up if I click on other tabs in the tabstrip and then back to the to the one that is suppose to show the grid. Any thoughts?

Daniel

5 Answers, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
answered on 15 May 2009, 04:10 AM
Sorry I forgot to mention that I'm using MasterPages and the grid is inside a RadDock. I'm also using a RadAjaxManagerProxy.

Daniel
0
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
answered on 15 May 2009, 04:19 AM
This may have something to do with the RadAjaxManagerProxy. I have now enabled sorting on the columns and when I try and sort the grid disappers too. Any thoughts?

Daniel
0
Yavor
Telerik team
answered on 15 May 2009, 01:05 PM
Hi Daniel,

Such a behavior usually indicates that the control is not properly populated with data. However, based on the furnished information, it is hard to determine the exact cause. If the issue persists, you can open a formal support ticket, and send us the problematic code, in the form of a small working project. We will review it locally, and advise you further.

Sincerely yours,
Yavor
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.
0
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
answered on 18 May 2009, 05:40 AM
Thanks for the reply. I can't provide a small sample of my project. It takes data from about five different databases. I can provide my source code and that about it.

Daniel
0
Yavor
Telerik team
answered on 19 May 2009, 08:23 AM
Hello Daniel,

If you cannot provide the original database, you can pass a hard-coded datatable as the datasource of the grid. The datatable can have the same structure as the original database, and just enough records to demonstrate the issue.

Regards,
Yavor
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
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
Yavor
Telerik team
Share this question
or