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

Display the value in the textbox

2 Answers 82 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Brown
Top achievements
Rank 1
Brown asked on 03 Jan 2011, 03:27 PM
Hi,

 I am using RadCalendar in my app. While click on the particular date opening the RadWindow. In that RadWindow i am entering three values, After closing that window those entered values are displaying on the particular date.

Now in that main page RadCalendar Page : I have three textboxes...In that after closing that RadWindow. need to display the displayed values on the date....

ex: on the date 3 : has V=1, S=1, O=1 and date 7: has V=2 , S=1, O=2.

 Need to display those values and accumulate in to textboxes in the main pages
like:
  Vacation : 3
  Sick :2
 Other:3

Tell me how to do?

2 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 06 Jan 2011, 01:13 PM
Hello Brown,

I would suggest you to use the OnClientClose RadWindow client event which is called after the window is closed. In this event by your custom logic you could get the values entered in the mentioned fields and assign it to the three textboxes as you wish.


All the best,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Maria Ilieva
Telerik team
answered on 06 Jan 2011, 01:13 PM
Hello Brown,

I would suggest you to use the OnClientClose RadWindow client event which is called after the window is closed. In this event by your custom logic you could get the values entered in the mentioned fields and assign it to the three textboxes as you wish.


All the best,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Calendar
Asked by
Brown
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or