I am using Extjs 6.5.3 classic. I have grid, in which there are two date columns. Now I want to show that date column value as link and on click of that I want to show date picker to select date. I don't want to use row editor or cell editor. I just want to show date picker on click of date value. And after clicking on date picker date I want to show the updated value in grid.
Please help.
Thank you in advance.
You could do it like this, first, set up the column with a renderer:
After that declare the pickDate function like this:
There are various aproaches, you could "pre" create this window and just show/position/hide for example.