cancel
Showing results for 
Search instead for 
Did you mean: 

UI Element binded with a attribute of type DATS, which triggers an action

Former Member
0 Kudos

Hi,

I am looking for an UI element, which can be binded with an attribute of type DATS, and which is triggering an action, when a date is selected.

InputField only triggers an action on enter but not on selecting a date.

Is there anyone, who has an idea, how I can solve this problem?

Thanks

Barbara

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

We don't have 'OnSelect' event under the property Events instead we are having 'OnEnter' so after entering it will trigger.

If you mentioned your action in that event it will work after Entering only. So check that.

Thanks,

Renuka S.

Former Member
0 Kudos

Surely, an action will be triggered with Enter, but I want only select a date without Enter.

Nevertheless thanks for your reply!

Barbara

former_member199125
Active Contributor
0 Kudos

I never tried but try with DDBk, just check what will happen when you bind with DATS attribute.

Regards

srinivas

Former Member
0 Kudos

I've checked DDBK,but it doesn't work with binding to an attribute of type DATS.

Thanks for you answer.

Barbara

Former Member
0 Kudos

One work around i know of is to capture this in wddomodify view, after selecting a date the control comes along the wddomodifyview. You can work here with setting some boolean to see if you have modified data for the attribute.

Former Member
0 Kudos

After selecting a date, WDDOMODIFYVIEW doesn't get control.

Thanks.

Barbara

Former Member
0 Kudos

Sorry for the wrong suggestion. wddomodifyview method is not triggered .