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

RadWindows opens in radgrid

2 Answers 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
Debashis Pyne
Top achievements
Rank 1
Debashis Pyne asked on 01 Jul 2010, 01:36 PM
Hi,

I have a Radgrid showing some data.
The grid has a Refresh link as default.

In the same page, I have a RadWindow which opens a ASPX page in itself.
To fire this RadWindow, I have a Button click server side method as below:

protected void BtnAddAction_Click(object sender, EventArgs e)
{
        Window1.VisibleOnPageLoad = true;
        Window1.Width = 575;
        Window1.Height = 625;
}

However when I click the Refresh or Edit command button in the grid, the RadWindow shows up.

Please help.

Thanks,
Debashis

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 01 Jul 2010, 01:46 PM
Hi Debashis,

Try setting EnableViewState to false for the RadWindowManager - this should help in such scenario.


All the best,
Georgi Tunev
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
0
Debashis Pyne
Top achievements
Rank 1
answered on 01 Jul 2010, 02:20 PM
Thanks a lot :)

It works!
Tags
Window
Asked by
Debashis Pyne
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Debashis Pyne
Top achievements
Rank 1
Share this question
or