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

Client side binding doesn't show checkbox of last row

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jérôme Piquet
Top achievements
Rank 1
Jérôme Piquet asked on 18 Mar 2009, 04:07 PM
Hi,

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

Sort by
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.

Greetings,
Nikolay
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Jérôme Piquet
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or