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

GridButtonColumn not populated properly for extra rows in Q1 2009 release

1 Answer 23 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Cynthia
Top achievements
Rank 1
Cynthia asked on 27 Mar 2009, 01:44 PM
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

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 27 Mar 2009, 07:30 PM
Hello Cynthia-

I can confirm your findings. In the Q1 Grid, the GridCheckBoxColumn has been fixed, but it appears the GridButtonColumn is not yet working correctly when page size changed with client-side binding. I will ask the teams to update the release notes and check to see if this fix is planned for SP1 or some other upcoming release.

Thanks for reporting the problem!

-Todd
Tags
Grid
Asked by
Cynthia
Top achievements
Rank 1
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or