Is it possible to set minimum rows displayed in a radGrid?
Example...two side by side grids
Left side data is only 3 rows and right side is 20
Pagesize on both is 8
Can the left grid be set to display the same number of rows as the right...even though empty?
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 06 Aug 2010, 03:35 PM
Hi Burt,
RadGrid is data-bound control and its items are created based on the records in its datasource and display the datasource data. Therefore in order to add new row in the grid, you need to add new record in its datasource and rebind the grid.
Try it out and let me know if any issues arise.
Regards,
Pavlina
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items