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

RadGrid disappears

3 Answers 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Smiely
Top achievements
Rank 1
Smiely asked on 25 Jan 2011, 06:01 PM

 

protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                taskGrid.DataSource = myDAL.GetTask(0);
                taskGrid.Rebind();
  
                           }
 This is how I am  populating my grid. When I use paging, it disappears.

Please help,
 
     

3 Answers, 1 is accepted

Sort by
0
Smiely
Top achievements
Rank 1
answered on 25 Jan 2011, 09:15 PM
Got it!
0
Daniel
Telerik team
answered on 25 Jan 2011, 10:45 PM
Hello Smiely,

The best way to avoid such problems is to take advantage of the advanced data-binding:
Advanced Data-binding help topic
Advanced Data-binding demo

Kind regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Smiely
Top achievements
Rank 1
answered on 26 Jan 2011, 05:10 PM
Thanks Daniel!
Tags
Grid
Asked by
Smiely
Top achievements
Rank 1
Answers by
Smiely
Top achievements
Rank 1
Daniel
Telerik team
Share this question
or