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
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