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

Radgrid inside radpanelbar not working

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Developer
Top achievements
Rank 1
Developer asked on 10 Sep 2015, 08:22 AM
Hello,
I have a radtreelist control that contains a TreeListTemplateColumn

Inside this column I have a radgrid control.  This works.  I have since encapsulated the radgrid control inside a radpanelbar, however this has resulted in the radgrid being unpopulated.
Whilst trying to figure out what the problem is I’ve noticed that the radgrid itemdatabound event is no longer being called?
Can anyone suggest what the problem might be?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 14 Sep 2015, 09:28 AM
Hi,

The behavior could be observed if the RadGrid is not data bound when the corresponding RadPanelBar Item is clicked. Would you configure the RadPanelBar so it performs postback and see if the behavior changes?

When you handle the OnItemClick server-side event of RadPanelBar the control will start performing postback.

Give the modification a try and see how it works. If the issue persists please shave your markup code with the related code-behind. Thus, we would be able to examine the code and look for what could cause the problematic behavior.


Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Developer
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or