Questions tagged [radwindow]

RadWindow is Telerik component for creating Child and Dialog Windows and customize their appearance and content.

RadWindow is Telerik component for creating Child and Dialog Windows and customize their appearance and content.

152 questions
15
votes
3 answers

How to close the parent window from its child?

I have the following case: I have a gridview on my page : page1.aspx I open another page(page2.aspx) through that gridview in a rad window then after that,through some button on page2.aspx i open the last page (page3.aspx) in a rad window also. all…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
7
votes
3 answers

How to run telerik RadWindow from code behind

I am trying to run telerik rad window from code behind. But I have some issues. I don't know is it important but I am trying to run rad window from button clicked in edit mode from rad grid. RadWindow window1 = new RadWindow(); window1.NavigateUrl =…
1110
  • 7,829
  • 55
  • 176
  • 334
6
votes
3 answers

How to close the radwindow on serverside and refresh the parent page

I want to close the RadWindow and refresh the parent : how to do this server side : I have the following case: Two pages say : parent.aspx :
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
4
votes
3 answers

how to close radwindow without refreshing parent

I have a parent page that launches a telerik radwindow. Every thing works well. My problem is when the radwindow closed, the parent reload again. I don't want this. how can I close radwin Once the radwindow is done processeing the value, I need it…
Azi
  • 93
  • 1
  • 1
  • 11
4
votes
2 answers

Hide 'TitleBar' of RadWindow

I am working with telerik WPF controls to create desktop appln. I want to make Radwindow looks like a UserControl (without min, max, close buttons and title) and later load this as a content in RadPane. If I create my view as UserControl, I can set…
4
votes
2 answers

How to avoid postback on Radwindow Open?

I'm using radgrid for filling a form. The radwindow will be opened after the Open click.
Mark ben
  • 105
  • 1
  • 8
4
votes
1 answer

How to close radwindow manager form server side button click

Hi all I have designed a radwindow manager which will have a dropdown and a textbox and a button which are placed inside a update panel. Every thing works fine but on button click I am closing my window manager as…
Developer
  • 8,390
  • 41
  • 129
  • 238
3
votes
1 answer

Telerik RadWindow and standard CSS Conflicts (in Internet Explorer)

I am doing a project in ASP.NET/C# using Telerik RadControls for ASP.NET AJAX and have put in a lot of effort in designing the site. Now all of a sudden RadWindow threatens all the CSS Styles in place. This is a really peculiar problem and it is…
user1102532
  • 495
  • 6
  • 16
3
votes
3 answers

Closing RadWindow by invoking javascript from server

I have a Control that looks like this: