I've an issue with client side binding of the radGrid.
I've got a GridClientSelectColumn, and when the number of rows = PageSize, the last generated row doesn't show the checkbox.
Is there a solution ?
Thanks
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 20 Mar 2009, 12:31 PM
Hello Jérôme,
I am afraid that RadGrid client-side data-binding will not create GridClientSelectColumn controls on rows which are more than PageSize.
To workaround this you can listen for RowDataBound event and add controls in the cell.