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

RadWindow behavior

2 Answers 113 Views
Window
This is a migrated thread and some comments may be shown as answers.
Atif
Top achievements
Rank 1
Atif asked on 10 Oct 2015, 06:10 AM

I have Radwindow which Pops up by clicking ImageButton on RadGrid and Radwindow is not working whenever i set its Property Visible = true. Though its working by setting visibleonpageload=true. but it pops up every time page is loaded.

 

<telerik:RadWindow ID="radtooltipshowbom"  AutoSize="true" KeepInScreenBounds="true"  AutoSizeBehaviors="Default"  ContentScrolling="Y" RenderInPageRoot="false" runat="server" Modal="true" HideEvent="ManualClose"
                  Style="z-index: 6990" Position="TopCenter"  BackColor="White" Width="1510px" Height="670px">

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 15 Oct 2015, 05:35 AM
Hi Atif,

You can examine the following live sample for similar requirement:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window


Hope this helps.

Regards,
Eyup
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Marin Bratanov
Telerik team
answered on 15 Oct 2015, 06:31 AM

Hello again,

A small follow-up - the following article explains how to open a RadWindow from the server-side code should you need to: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/troubleshooting/opening-from-the-server. As for the Visible property - it is a standard WebControl property and determines whether the control will render at all, so it cannot be used directly for showing a RadWindow.

Regards,

Marin Bratanov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Window
Asked by
Atif
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Marin Bratanov
Telerik team
Share this question
or