Hi,
Telerik Team,
I am using rad grid in batch editing mode , when I add new record to grid suppose I have added 15 new records to grid and I have set page size to 10 still pager is not appears on grid. please let me know if I missing any configuration.
Thanks
4 Answers, 1 is accepted
0
Rahul
Top achievements
Rank 1
answered on 25 Feb 2016, 02:20 PM
Hi,
Please provide your inputs on this we are still facing this issue , we are waiting for your response.
Thank you.
0
Hello Rahul,
You can enable the following property to always display the pager:
I hope this will prove helpful.
Regards,
Eyup
Telerik
You can enable the following property to always display the pager:
<
PagerStyle
...
AlwaysVisible
=
"true"
/>
I hope this will prove helpful.
Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Rahul
Top achievements
Rank 1
answered on 03 Mar 2016, 10:48 AM
Hello Eyup,
Thanks for you reply your suggestion solve my problem partially, but my problem is different, what I am trying to do is, I have set Rad Grid Page size to 10 , still I am able to add 11th row on same page. Please let me know if I missing any configuration setting.
Thanks
0
Hi Rahul,
This is expected because Batch editing provides creating multiple new records simultaneously:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
You can limit this behavior using the approach demonstrated in the attached RadGrid web site sample.
Regards,
Eyup
Telerik
This is expected because Batch editing provides creating multiple new records simultaneously:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
You can limit this behavior using the approach demonstrated in the attached RadGrid web site sample.
Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items