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

CloseMode = "close" property not supported

3 Answers 73 Views
Window
This is a migrated thread and some comments may be shown as answers.
Piyush Patel
Top achievements
Rank 1
Piyush Patel asked on 15 Jul 2010, 02:58 PM
I m working in silverlight 4 now. Privious time I m Using telerik Controls with version  "2009.3.1405.1030".Now I m Replace All Dll version with "2010.2.714.1040" (july 14  in year 2010).So My some gridview  property not supported .so I want other property which work "SAME" which i m using old property. like............"

(1).CloseMode = "close" which not supported in New DLL RadWindow.

 

 

 

 

(2)WindowStartupLocation="CenterParent" is not supported .

 

 

 

 

 

 

 

 

 

So I want Some Property name which Work SAME like this property...mean Which proprty replace this property .so my code work correctly.

 

 

 

 

 

 

3 Answers, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 16 Jul 2010, 01:54 PM
Hi Piyush Patel,

Thank you for contacting us.

Here are the changes that should work:

1.You can use CanClose=true instead of  CloseMode. CanClose  is a property of type bool.
2.You can use CenterOwner instead of CenterParent. It's only renamed.

I hope this information helps. 

 

Sincerely yours,
George
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
Mohammad
Top achievements
Rank 1
answered on 30 Oct 2013, 11:34 AM
Hi George,

In my case close button is displaying in Radwindow but not working the close functionality while i has set the CanClose="true".
we are using silverlight telerik version (2013.1.403.1050) licensed.
Can you please me for same.



Thanks in Advance
Mohammad Sharique


0
Rosen Vladimirov
Telerik team
answered on 04 Nov 2013, 08:00 AM
Hello Mohammad,

I've tried to reproduce your issue, but without success. Could you provide more details on your scenario? I'm sending you my test project - it will be great if you could modify it in order to reproduce the problem. This way we'll be able to investigate the issue on our side.

I'm looking forward to hearing from you.

Regards,
Rosen Vladimirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Window
Asked by
Piyush Patel
Top achievements
Rank 1
Answers by
George
Telerik team
Mohammad
Top achievements
Rank 1
Rosen Vladimirov
Telerik team
Share this question
or