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

PageSize when paging is not enabled

3 Answers 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lane
Top achievements
Rank 1
Lane asked on 12 Sep 2012, 04:51 PM
I have a grid with no paging enabled and no PageSize indicated, and I discovered that when there are more than 10 rows in the grid (the default page size?), the first 10 items display fine and the rest of the rows just display narrow and blank zebra striping.  (See attachment.)

This is a grid where I programmatically put every row into edit mode.  I've not observed this behavior with other grids I am using.

Is this expected behavior?  A known issue?  The workaround is easy enough; I just set the PageSize to a sufficiently large number.  But it seems to me that PageSize should be ignored if paging is not enabled. 

3 Answers, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 17 Sep 2012, 08:42 AM
Hello,

How the Grid is bound? Are you using client-side or a server-side binding? You could try to use the Q2 2012 SP1 version and then to check whether the issue is resolved.

Kind regards,
Andrey
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
Lane
Top achievements
Rank 1
answered on 17 Sep 2012, 03:57 PM
I am using server-side binding.  I am binding to a generic List<object>.

I am already on Q2 2012 SP1.

The issue is "resolved" by setting the page size to a high number.  (That's really just a workaround.) 

I don't really need assistance or a solution for this.  I am just reporting it because I think it is unexpected behavior.  Unless paging is enabled, I think PageSize should be ignored.

Thanks.
0
Andrey
Telerik team
answered on 18 Sep 2012, 02:33 PM
Hello,

Yes, thank your for reporting this behavior and for your cooperation. In order to check whether given behavior is expected or not we need to replicate it locally and investigate it. Thus we will know what is causing, could it be fixed and how.

That was the reason for the question I have asked.

Greetings,
Andrey
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
Lane
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Lane
Top achievements
Rank 1
Share this question
or