Author Topic: datepicker and save button in 1 cell.  (Read 3697 times)

daverene

  • Newbie
  • *
  • Posts: 23
    • View Profile
datepicker and save button in 1 cell.
« on: July 26, 2017, 05:32:18 am »
I want to show a datepicker and a button in 1 cell for the whole column? How can I do this?

daverene

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: datepicker and save button in 1 cell.
« Reply #1 on: July 28, 2017, 04:04:10 am »
surely there is an easy solution in PQGrid to have a datepicker and a save button in the 1 cell for a whole column?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: datepicker and save button in 1 cell.
« Reply #2 on: July 28, 2017, 05:37:06 pm »
datepicker is used as an editor in OrderDate column in https://paramquery.com/pro/demos/editing_custom

datepicker icon can be displayed in the cell with help of column.render callback.

daverene

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: datepicker and save button in 1 cell.
« Reply #3 on: July 31, 2017, 05:45:50 am »
is it also possible to have a button in the cell at the same time?

daverene

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: datepicker and save button in 1 cell.
« Reply #4 on: August 04, 2017, 05:57:49 am »
I guess this is not possible with your system?