Author Topic: Add/delete new columns by right click of header columns like Microsoft Excel?  (Read 2304 times)

Jignesh

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 46
    • View Profile
1) Add/Delete new columns by right click of header column like MS Excel.
2) Header title editable like cell change value.
3) Can I highlight cell,row and column which have changed before save?

This is our base requirement of project.

Please update as soon as possible so it's helpful for buy PQGrid Delux licence.

Thank you,
Jignesh
« Last Edit: November 11, 2019, 05:08:38 pm by Jignesh »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Quote
1) Add/Delete new columns by right click of header column like MS Excel.

You can combine header context menu and Columns() API to get similar functionality.

Quote
2) Header title editable like cell change value.

Header titles don't support inline editing, however you may create your own UI or form to change header titles.

If you need them to be inline editable, then you may use them as first row rather than header titles in the grid.

Quote
3) Can I highlight cell,row and column which have changed before save?

Dirty cells can be highlighted before committing changes. Please see this demo: https://paramquery.com/pro/demos/editing_instant
« Last Edit: November 13, 2019, 01:34:19 pm by paramvir »