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

RadGrid not functional under RadPanelItem

1 Answer 50 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Sunil Nahar
Top achievements
Rank 1
Sunil Nahar asked on 03 Jun 2010, 03:49 PM
I have series of RadPanelItems which includes Radgrid in the item template of the each panel item.

And i am binding these Panel items with a datasource, which includes binding the radgrid as well.

Now i want the Inline Add/Edit feature of my Radgrid under each RadPanelItem, and i want to do it with the partial post back.

I have got this Radgrid working independently on another page where it works just fine. So there is no issue with the inline functionality of the RadGrid.

But as i include this Radgrid under RadPanelItem, first of all it does not allow the inline edit row to appear if i do not disable the view state of the Panel Item. But after disabling the view state, it shows the inline Edit row and when i try to save the content, it brings the view mode without adding/updating any content.

To me it looks like, on the second partial post back it renders the complete grid again rather than updating the row.

I am having RadAjaxManager on the page where i an setting the ajax settings to update radgrid when any change or event happens on RadGrid, and i have also tried updating the RadPanel item when some change happens over the radpanel.

As i am adding these Panel items dynamically, so i am not sure if i am going the right path.

Any help on this would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 09 Jun 2010, 12:20 PM
Hi Sunil Nahar,

Please post sample code (as small number of lines as possible) reproducing this problem! And I will do my best to solve your problem.


Regards,
Nikolay Tsenkov
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Sunil Nahar
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or