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

[Solved] Reload User Control on Selection of Row from Grid

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Payal
Top achievements
Rank 1
Payal asked on 02 Jul 2014, 10:02 AM
I have 4 User controls which are loaded or refreshed on selecting a row from grid and the values for the controls on user controls are fetched dynamically as per the values in row selected. 

while debugging i can see that the controls on UC has correct values but the values on User control are not showing ..rather user control itself are not getting displayed.

note : there are no UCs on page load.

Please let me know the reason and solution for this.

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 07 Jul 2014, 08:22 AM
Hi Payal,

This seems like an AJAX issue. If the page is ajaxifyed could you please disable the AJAX and test whether this resolves the problem. If it does this means that the AJAX configuration is not correct. If the issue persists however this is an indicator that probably the controls are not persisted in the ViewState or are loaded too late.

If the above-mentioned does not help you find the root cause of the problem and resolve it, I would recommend sharing the markup and code-behind of the page where the user controls are loaded so we could examine the implementation.

Regards,
Angel Petrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Payal
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or