Skip to main content
10-Marble
December 22, 2018
Solved

Date Pickup inside Grid table

  • December 22, 2018
  • 1 reply
  • 2820 views

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 

Info.PNG

Thanks,

Islam

Best answer by MichalC

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

1 reply

MichalC1-VisitorAnswer
1-Visitor
December 22, 2018

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

10-Marble
December 22, 2018

Hello @MichalC 

 

Thanks for Support 

 

i I believe that  right way to do it , Could you Please explain with Pic 

 

Regards,

Islam Amer

1-Visitor
December 22, 2018

What part you don't understand?