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

RadGrid not rendering

1 Answer 118 Views
Grid
This is a migrated thread and some comments may be shown as answers.
cayates
Top achievements
Rank 1
cayates asked on 21 Oct 2010, 05:03 PM
I just installed the latest asp.net ajax controls and I'm using VS2010.  I clicked convert to telerik project and ran through the wizard leaving everything default.  I added a test.aspx and dragged a RadGrid onto the page and added a RadScriptManager.  It renders fine in design mode but when I run the project the grid just shows up as a gray line in the browser.

I also tried manually adding columns, populating the grid with data, etc.  Nothing works.

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 21 Oct 2010, 07:41 PM
Hello Cayates,

From your description of what it's displaying, makes me think you not binding the RadGrid control. Meaning you're making no call to DataBind or using the NeedDataSource event. Can you show the code you're using to poulate the grid and what page event are you binding it to the grid. During the Page Load or after? 
Tags
Grid
Asked by
cayates
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or