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

RadGrid not displaying rows that are present etc.

4 Answers 413 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 04 Sep 2012, 12:29 PM
I have a page that contains a multipageview with 2 tabs in the tabstrip.  On each tab, I have a RadGrid.  The first tab has a grid that contains the proper number of records for the paging setup but there is a blank space between the grid header and the grid body that should not be there and the paging controls are not showing up.  I'm attaching screenshots.  On the second tab, I have a RadGrid that will not show but 1 row of data (and the very top of the next row) irrespective of the grid size.  All the records that should be bound to the grid are bound, they just won't show up in the grid.

I'd appreciate any help available.  I'm evaluating the ASP.NET for AJAX controls and I'm still within the 30 day trial period.

I need to get past this problem so I can try to implement drag and drop for ordering of grid items in the second grid.

Thanks in advance for any help.

Steve

 

4 Answers, 1 is accepted

Sort by
0
Steve
Top achievements
Rank 1
answered on 04 Sep 2012, 06:27 PM
Well, I got rid of the multipage and tabstrip and the grids work fine.  So, I'd suppose that there was something that went haywire with the multipage and/or tabstip control.  Funny thing is, the multipage and tabstrip had been no problem for several days of use and just started the reported behavior 2 days ago.
0
Pavlina
Telerik team
answered on 07 Sep 2012, 11:57 AM
Hi Steve,

I already answered the other ticket which you have opened on the matter. Please use only one ticket for a particular problem so that we are able to keep track of the discussion and to answer your requests much faster. That being said, let us continue our conversation in the other ticket.

All the best,
Pavlina
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.
0
Steve
Top achievements
Rank 1
answered on 07 Sep 2012, 08:48 PM
I didn't post another ticket on the matter so I'm not sure what you replied to.

Steve
0
Pavlina
Telerik team
answered on 10 Sep 2012, 10:04 AM
Hi,

Please excuse me for the confusion. About the space between the header and body of RadGrid, check if you have HorizontalAlign property set to Center. If it is set try to remove it and let me know if it makes any difference.

Regarding the problem with RadGrid height - most probably the grid height is set to 100% and it is ajaxified. If this is the case you can try setting the UpdatePanelHeight ="100%" property of the AjaxUpdatedControl tag in the RadAjaxManager's settings. It provides the ability to set height explicitly for the update panel generated by the setting. Give it a try and see if it helps.

If the provided information is not useful for you I suggest you provide a live URL, so we can inspect locally and try finding the cause of the problem.

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