In the release notes for Q1 2009 there is a note under the RadGrid that states:
Client-side data-binding improvements - GridCheckBoxColumn and GridButtonColumn populated properly for extra rows(>PageSize)
I have a column in my grid, defines as shown here:
<telerik:GridButtonColumn
ButtonType="LinkButton"
CommandName="ViewSupplier"
DataTextField="Supplier_Code"
HeaderText="Supplier"
UniqueName="ViewSupplier">
</telerik:GridButtonColumn>
With client side data binding when the page size is increased this column is not populated for the extended rows. (i.e. If I initially had 10 rows and expand the page size to 20, the first 10 rows have values, but the next 10 rows do not show anything.)
Wasn't this supposed to be fixed in this release?
Regards,
Cynthia
Client-side data-binding improvements - GridCheckBoxColumn and GridButtonColumn populated properly for extra rows(>PageSize)
I have a column in my grid, defines as shown here:
<telerik:GridButtonColumn
ButtonType="LinkButton"
CommandName="ViewSupplier"
DataTextField="Supplier_Code"
HeaderText="Supplier"
UniqueName="ViewSupplier">
</telerik:GridButtonColumn>
With client side data binding when the page size is increased this column is not populated for the extended rows. (i.e. If I initially had 10 rows and expand the page size to 20, the first 10 rows have values, but the next 10 rows do not show anything.)
Wasn't this supposed to be fixed in this release?
Regards,
Cynthia