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

radCalendar popup is not hiding on tab

5 Answers 105 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
vinoth sansar
Top achievements
Rank 2
vinoth sansar asked on 13 Sep 2011, 04:01 PM
Dear All,
RadCalendar popup is not hiding on tab inside the telerik Grid. 

Thanks,
vinoth

5 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 16 Sep 2011, 09:15 AM
Hi vinoth,

Check this forum thread that elaborates the same issue:
http://www.telerik.com/community/forums/aspnet-ajax/calendar/calendar-popup-is-not-hiding-on-tab-off.aspx

Regards,
Vasil
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
vinoth sansar
Top achievements
Rank 2
answered on 21 Sep 2011, 08:33 AM
Hi,
 Thanks for your reply, if Am using RadDatePicker outside of the grid, we can find id using $find("rdp").hidePopup().
But am using RadDatePicker inside the RadGrid. So help me in some way.

Thanks,
vinoth
 



0
Accepted
Princy
Top achievements
Rank 2
answered on 21 Sep 2011, 10:11 AM
Hello Vinoth,

You can try accessing the RadDatePicker inside of the grid using the following Javascript.
Javascript:
<script type="text/javascript">
function datepicker(index)
{
  var radgrid = $find("<%=RadGrid1.ClientID %>");
  var masterTable = radgrid.get_masterTableView();
  var row = masterTable.get_dataItems()[index];
  var date = row.findControl("RadDatePicker1");   
 //you can do your logic here
}
</script>

Thanks,
Princy.
0
vinoth sansar
Top achievements
Rank 2
answered on 21 Sep 2011, 11:11 AM
Thank you princy
0
Pradeep
Top achievements
Rank 1
answered on 28 Jun 2018, 07:01 AM
show hide rad calendar control in client side
Tags
Calendar
Asked by
vinoth sansar
Top achievements
Rank 2
Answers by
Vasil
Telerik team
vinoth sansar
Top achievements
Rank 2
Princy
Top achievements
Rank 2
Pradeep
Top achievements
Rank 1
Share this question
or