cancel
Showing results for 
Search instead for 
Did you mean: 

Select date event

Former Member
0 Kudos

Hi,

1. I have an input field on my WD View

2. Input field is binded to a context attribute of type DATS

3. Because of DATS field i got calender with inputfield and user is able to open the calender and select the date

Problem:

As soon as user select the date i want to calculate the Week.

Condition:

I do not want any interaction other then selection the date from Calender i.e. User can not be forced to press the enter on input field or Press the button to calculate the Week

My findings:

1. If we select the date from calender on inputfield, WDDOMODIFY does not get called

Please suggets how can i get the control on date selection?

Thanks,

Rahul

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>I do not want any interaction other then selection the date from Calender i.e. User can not be forced to press the enter on input field or Press the button to calculate the Week

I'm sorry but this is simply not possible with Web Dynpro. There is no server side event triggered when the calendar replaces the value into the input field. This is all done on the client side.