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

Issues with window in user control

1 Answer 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
Remya
Top achievements
Rank 1
Remya asked on 30 Mar 2012, 08:15 AM
Hi,

                          I had made a user control with a ComboBox & window and a grid embedded inside the window.The window will popup on the ComboBox click.I put the user control inside a grid and while clicking on the user control in the first row,the window will popup and loads the grid but when clicks on the remaining rows the popup(window) comes with a unbounded grid.

Help me.
Thnx in advance

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 03 Apr 2012, 01:41 PM
Hello Remya,

Are you loading an external page in the RadWindow or are you using its ContentTemplate? I cannot be certain what your exact scenario, logic and problem may be, but here follows a list with suggestions you should try:

If you are loading an external page please make sure you pass correct parameters to it (e.g. via a querystring). You should also make sure that the proper data is returned from your server (i.e. if the query is correct).

In case you are using the ContentTemplate and AJAX the above still applies, but you should also check your AJAX settings - is the grid updated after a click on the second button, not only from the first? Have you placed your update panels properly, as advised in this help article?

Ultimately, since you have the desired functionality working in one case I advise that you examine the differences between the scenario it works and the one it does not and to incorporate the working logic for both of them. You should also monitor your browser console for JavaScript errors as they will break the functionality of the RadWindow.


Greetings,
Marin
the Telerik team
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 their blog feed now.
Tags
Window
Asked by
Remya
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or