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

RadGrid not displaying rows..

1 Answer 102 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Julie
Top achievements
Rank 1
Julie asked on 28 May 2009, 05:06 PM

Hi Telerik Support,
I am having problems databinding to a grid inside a sliding pane.
Here is the scenerio:
    I am error checking a dynamically created form for errors, and I write the errors to a datatable.
    On Button clicked event  (code behind)
    We clear the DataTable and add the errors found to the datatable 
    then we re-bind to the grid.
    After the rebind, In debug I check the items count and it is at 7.
     I don't see the rows after the rebind, in the sliding pane.  When I pull the grid out of the sliding pane I see all the rows I would expect (count = 7)
Please help! An example on how to fix this would be greatly appreciated.

Thanks
Julie

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 29 May 2009, 09:13 AM
Hello Julie,
I already posted a reply in the other thread you started with the same question. Let us continue the discussion in it as you provided more information there.

For your convenience, I give you the information here as well:
***
I created a simple test pages, based on the provided information and code but was not able to reproduce the problem you describe. I have attached my test page for your reference.

Could you please try the following - set EnableAJAX="false" for the RadAjaxPanel to see if the grid will show the new records. I suggest that you try this as I noticed that the toolbar button that you use to rebind the grid in not in the RadAjaxPanel - in order to rebind the RadGrid during an AJAX request, you need to update it.

In case the test page or suggestion does not help you fix the problem, please prepare and send me a simple running project, demonstrating the problem as well as detailed information on the steps I need to follow in order to reproduce it.

***

Sincerely yours,
Tsvetie
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
Splitter
Asked by
Julie
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or