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

radwindows opening

2 Answers 57 Views
Window
This is a migrated thread and some comments may be shown as answers.
KRZYSZTOF
Top achievements
Rank 1
KRZYSZTOF asked on 23 Sep 2010, 03:11 PM

hi,

i have grid with columntemplate and as a template i use button.

when user clicks that button radwindow shows with proper content

however when user closes that window and starts paging grid that radwindow keeps showing! 

why? what am i  doing wrong?

but when i set in radwindowmanager OnClientClose="Clientclose" where 

function OnClientclose(radWindow) {
  window.location.href = top.location;}

it works fine but i ont want to load the same page again

any help...? pliz

regards

ksysiek

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 23 Sep 2010, 03:34 PM
Hi ksysiek,

Try setting EnableViewState=false for the RadWindowManager that you are using.


Kind regards,
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
KRZYSZTOF
Top achievements
Rank 1
answered on 27 Sep 2010, 10:55 AM

thx,

it seems to be working so far

regards

ksysiek

Tags
Window
Asked by
KRZYSZTOF
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
KRZYSZTOF
Top achievements
Rank 1
Share this question
or