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

i am not able get the required date from kendo calender using selectDay method

3 Answers 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
santosh
Top achievements
Rank 1
santosh asked on 01 Sep 2014, 12:07 PM
i am not able get the required date from kendo calender using selectDay method please suggest me method or property to get the required date with example but i am able to identify the calender and other properties like SelectedDate,NavigateToFuture all are working fine but i am not able to get the required date please help me in this

3 Answers, 1 is accepted

Sort by
0
Boyan Boev
Telerik team
answered on 04 Sep 2014, 10:12 AM
Hi Santosh,

Thank you for contacting us.

I am not sure if I understand you correctly. What do you mean by "i am not able to get the required date". Please elaborate a bit more on your issue.

Would you mind recording a video that demonstrates the problem to me and give us some more detailed information. Jing is a good free screen recorder for up to 5 minutes of recording.

I am able to select a date in our demo Kendo page and then successfully playback.

Hope to hear from you soon.

Regards,
Boyan Boev
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
0
santosh
Top achievements
Rank 1
answered on 04 Sep 2014, 11:00 AM
Thank you Boyan for replying.
i have telerik testing framework 2014.2 with 142.6.18.0 version in that following name space and methods are there
namespace Telerik.TestingFramework.Controls.KendoUI
{
    public class KendoCalendar : HtmlControl
    {  
[Obsolete]
        public void selectDay(string day);
        public void SelectDay(string day);
the only method to select date as i can see is selectDay but it is Obsolete. so please suggest me any other method to select the required and also suggest me about the date format to send that as a string in above method.
0
Boyan Boev
Telerik team
answered on 09 Sep 2014, 07:54 AM
Hi Santosh,

Thank you for contacting us.

Please elaborate a bit more, what exactly do you want to achieve?

Even it is obsolete you can still use it. You can use also a simple click steps. Kendo calendar is implemented as an html table.

Please give us more detailed information so we can assist you best.

Hope to hear from you soon. 

Regards,
Boyan Boev
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
santosh
Top achievements
Rank 1
Answers by
Boyan Boev
Telerik team
santosh
Top achievements
Rank 1
Share this question
or