Hi everyone,
Anyone noticed that when you hard code a pagination size (in the code behind) for a radgrid widget the default page size that appears in the drop-down (mine has options 10, 15, 20 and 50, with 15 as default) disappears?
Has anyone else noticed this?
Example:
I have options 10, 15, 20 and 50. 15 is default. They all appear.
However when I set say (in the code behind): RadGrid1.Pagesize = 50;
what now happens is that I see (when I run the code) the following options: 10, 20 and 50. i.e. 15 has disappeared!
Ques: Is this a bug??
Anyone noticed that when you hard code a pagination size (in the code behind) for a radgrid widget the default page size that appears in the drop-down (mine has options 10, 15, 20 and 50, with 15 as default) disappears?
Has anyone else noticed this?
Example:
I have options 10, 15, 20 and 50. 15 is default. They all appear.
However when I set say (in the code behind): RadGrid1.Pagesize = 50;
what now happens is that I see (when I run the code) the following options: 10, 20 and 50. i.e. 15 has disappeared!
Ques: Is this a bug??