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

RadGrid Paging with GridDropDownColumn

2 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rafael
Top achievements
Rank 1
Rafael asked on 24 Jun 2011, 10:10 PM
I have a control that has a Radgrid with three GridDropDownColumn as RadComboBox. I have been trying to enable paging for it and it works for all the other fields but this 3 fields. I'am assigning the  Datatable that i use as datasource to the Viewstate and use the following code in the PageIndexChanged and NeedDataSource events:

if (ViewState["GridData"] != null)
 {
      grdCitasMasivas.DataSource = ViewState["GridData"];
      grdCitasMasivas.Rebind();
  }

What could i do to make the paging work for the GridDropDownColumn columns?

2 Answers, 1 is accepted

Sort by
0
Rafael
Top achievements
Rank 1
answered on 27 Jun 2011, 02:17 PM
I would apreciate any ideas.
0
Veli
Telerik team
answered on 29 Jun 2011, 09:29 AM
Hi Rafael,

I am not sure I understand your question. What exactly do you mean by "paging for the GridDropDownColumn"? Paging works at the tableview-level, where data items are displayed in pages.

Veli
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.

Tags
Grid
Asked by
Rafael
Top achievements
Rank 1
Answers by
Rafael
Top achievements
Rank 1
Veli
Telerik team
Share this question
or