Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello Everyone,
I have Question If Possible have date pickup inside Grid table
in the below table for daily action i want when the Clint click on Due date open date widget to select instate of write by hand
Thanks,
Islam
Solved! Go to Solution.
Assuming your actions (rows) already exist, then
1.Double click a row
2. use navigation widget to open a new popup mashup
3. pass parameter of the ROW_ID to the new popup
4. use a date widget so Client can enter or select a date
5. use button to trigger a SQL UPDATE service for the ROW_ID
6. on close of the popup, refresh the grid, so client can see the updated row with date
this way you add a date to existing action
Assuming your actions (rows) already exist, then
1.Double click a row
2. use navigation widget to open a new popup mashup
3. pass parameter of the ROW_ID to the new popup
4. use a date widget so Client can enter or select a date
5. use button to trigger a SQL UPDATE service for the ROW_ID
6. on close of the popup, refresh the grid, so client can see the updated row with date
this way you add a date to existing action
Hello @MichalC
Thanks for Support
i I believe that right way to do it , Could you Please explain with Pic
Regards,
Islam Amer
What part you don't understand?
How to pass parameter of the ROW_ID to the new popup ?
Hello @MichalC
Thanks for Support
I believe that right way to do it , Could you Please explain with Pic
Regards,
Islam Amer