private void grid_RowLoaded(object sender, RowLoadedEventArgs e)
{
if (e.Row is GridViewRow && !(e.Row is GridViewNewRow))
{
// at this point e.Row.Cells.Count is 0
}
}
Shaun
11 Answers, 1 is accepted
The issue has been fixed in our latest internal build. May I ask you to try it out, and let us know if you still experience any problems?
Thank you in advance.
Nik
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Thank you for your quick reply. The internal build RadControls_for_WPF_2012_3_1210_DEV_hotfix did correct the issue.
Thanks,
Shaun

we have the same problem with last night built too. After downgrade is all ok.

Where can I download the hotfix?
You can download the internal build directly from your telerik account here.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

I am facing the same issue in Silverlight GridView. Is there a fix even for this?
Thanks,
Mallikarjun
The fix should be available for Silverlight as well. Let me know in case you have the same problem with the binaries from our latest internal build.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Please let me know when is the next release planned since the internal build is not supported in production env.
The next official release Q1 2013 is scheduled for the end of this month.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.


I'm using version 2013.2.611.45, i have a similar problem, My grid contains both horizontal and vertical scroll bars, so when the page is loaded only few columns are visible and the scroll is available for browsing others columns, when the OnRowLoaded event is fired, the e.Row.Cells contains only the visible part of cells, and i cannot access to others. Can you please look at this problem ??
Thanks.