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

Edit Rad Grid last row of page in case of Virtual scroll and paging

1 Answer 30 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Himagiri
Top achievements
Rank 1
Himagiri asked on 23 Jun 2013, 01:59 PM
Hi,

I am loading large data in Grid using Virtual scroll and paging. Grid has Template column where datetime picker is displayed to select date.
In this case I can not enter dates for last 2 or 3 records of current page  as when i scroll down for last records the next page is loaded and I will not see the records. Please advise a solution for this.

Thanks & Regards
Himagiri

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Jun 2013, 05:21 AM
Hi Himagiri,

Please try setting the height of the radgrid,so that your one page data fits into that grid without having to scroll down.When you scroll down it goes to the next page.Try setting the height according to page size.

ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" PageSize="8"
Height="600px"  CellSpacing="0">
     . . . . . . . . . . .
</telerik:RadGrid>

Thanks,
Princy
Tags
Grid
Asked by
Himagiri
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or