Manish Kumar
Top achievements
Rank 1
Manish Kumar
asked on 15 Mar 2011, 02:04 PM
Hi
I need to handle on scenario where in the user clicks on the pane button and eventually data formulation is started. Is this possible i found event like Pin , UnPin,Show and State Changes but this do not help me as I want to start some calculation as soon as the user clicks on that button I have attached image to illustrate it further.
thanks
Manish
I need to handle on scenario where in the user clicks on the pane button and eventually data formulation is started. Is this possible i found event like Pin , UnPin,Show and State Changes but this do not help me as I want to start some calculation as soon as the user clicks on that button I have attached image to illustrate it further.
thanks
Manish
4 Answers, 1 is accepted
0
Manish Kumar
Top achievements
Rank 1
answered on 17 Mar 2011, 10:36 AM
Do i get any help from you guys ??
0
Hi Manish,
George
the Telerik team
Where is this button placed? Could you please give us more information about your scenario? I am glad to assist you further.
George
the Telerik team
0
Manish Kumar
Top achievements
Rank 1
answered on 18 Mar 2011, 12:23 PM
Hi George,
In my first post i have attached an image where in you will see I have marked with an arror for the location of button (which actually is not a button but Part of the RadPane) in Auto-Hide area of the docking panel.
I want to simulate a clicking event on this un-pinned, auto hide area of rad pane so that i may write some code process.
if this is still not clear please let me know.
thanks
Manish
In my first post i have attached an image where in you will see I have marked with an arror for the location of button (which actually is not a button but Part of the RadPane) in Auto-Hide area of the docking panel.
I want to simulate a clicking event on this un-pinned, auto hide area of rad pane so that i may write some code process.
if this is still not clear please let me know.
thanks
Manish
0
Hello Manish,
George
the Telerik team
I understand you scenario. Unfortunately, we don't support it out of the box, but it could be implemented. I would suggest you to handle the INotifyLayoutChanged.LayoutChangeStarted event and to implement your logic in the handler.
Please, refer to the following link - http://www.telerik.com/community/forums/wpf/docking/slidein-slideout-or-hide-show-event.aspx
The forum thread is for WPF, but it's the same idea for Silverlight.
George
the Telerik team