Hi,
I am having a RadDatePicker control inside a hierarchical rad grid. I have OnDateSelected event for this control as,
I want to retrieve the grid's hierarchical index of that particular row in the OnDateSelected event of RadDatePicker control. Is there any possible way to retrieve it using java script. Please share with me.
Thanks.
I am having a RadDatePicker control inside a hierarchical rad grid. I have OnDateSelected event for this control as,
function dtpLastEventDate_OnDateSelected(sender, eventArgs)
{
}I want to retrieve the grid's hierarchical index of that particular row in the OnDateSelected event of RadDatePicker control. Is there any possible way to retrieve it using java script. Please share with me.
Thanks.