cancel
Showing results for 
Search instead for 
Did you mean: 

Next Month function not working in Date Navigator

Former Member
0 Kudos

Dear Experts,

I am using Date navigator UI element in which i have set an attribute to the Starts with Date.

I have also mentioned the No of rows and columns as one. So it will display only one month.

But wen i tried to move to the next month by clicking on the arrow for next month it is not traversing to the next month.


Is there any other property needs to be st to achieve tis.

Kindly give some suggestions.


Thanks

Nalla B.

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Nalla,

It should work if StartswithDate is set.

Please create an action and attach to the event "OnStartDateChanged" of date navigator.

On clicking of arrows it should trigger. Hence please set an external breakpoint and check WDEVENT parameters for start data and end date.

Please go through the standard demo component WDR_TEST_UI_ELEMENTS and test for DateNavigator element

Try to set "monthsPerRow" value to 1 and apply changes.

Check if it works in there.

Regards,

Rama