22
Views
1
Comments
How to render OutsystemsUI DatePicker using Javascript
Question
Application Type
Reactive
Service Studio Version
11.54.83 (Build 63759)

Hi guys,

I'm working on something inefficient here but let's not question me on that. I have a JavaScript code that will render a complex table and there is a date column that when user click on it should popup a date picker. 

Below is something I currently have but still I don't want the user to have the need to click multiple time (Click on table cell will show input, click on calendar will show popup, click on input will show the date picker).


Now my question is, is it possible for me to display the OutsystemsUI DatePicker either by 

1. Tooltip when clicking on the calendar button (input being the input bar rendered through JS and the tooltip to contain the DatePicker UI.

2. A popup that will only show the DatePicker UI (excluding the input)? 


Any input is appreciated, thanks!

2024-12-10 04-40-04
Gitansh Anand

Hi @M Syahmi, Since you are using "DatePicker" from "OutSystemsUI", you can try using the "DatePickerOpen" client action from "OutSystemsUI" to open the "DatePicker" without clicking on it, but keep in kind that the input you are binding your "DatePicker" with is rendered on the screen before you call this action.

Thanks
Gitansh Anand

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.