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

no cells in RowLoded event

0 Answers 31 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 03 Apr 2013, 08:22 AM
Hi,

since I've made a update to the last Telerik version including a change to Silverlight 5 the RowLoaded event behaves differently.

usually I step through all cells with:
foreach( GridViewCellBase cell in e.Row.Cells ) {
    ...
}
There are only cells for the header column. For all other event calls Cells.count is 0. ColumnVirtualisation is off.
Why was it working in the old version?

Regards,
Adrian

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Adrian
Top achievements
Rank 1
Share this question
or