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

[Solved] GroupPanel Controls

1 Answer 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pat
Top achievements
Rank 1
Pat asked on 12 Jul 2013, 02:30 AM
I am working with the latest version of telerik and having issues with old GroupPanel code:

In the gridPrerender I am passing the following to a method:

PrepareGroupPanelTable((sender as RadGrid).GroupPanel.Controls[0].Controls[0] as GridTableRow);

Once it enters the PrepareGroupPanelTable the argument is null.  

protected void PrepareGroupPanelTable(string id, GridTableRow row)
 {
TableCell cell1 = row.Cells[0];    // row is null
}

row worked in the old version.  Now is always passes as null.

How do I fix this?

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 16 Jul 2013, 07:56 AM
Hi,

I see that you have opened an official support ticket regarding the same problem. In order to avoid duplicate posts I suggest that we continue the support communication in the official ticket. Once we resolve the problem you can share your findings with the community so others can benefit from them.

Regards,
Milena
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Pat
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or