Hi.
I have a grid of cars all with a price. One of the cars has an alternative price that I know at run-time. I want to be able to offer an option to the user such as a check box (I can do this bit) which reloads the grid and substitutes the alternative price. Since sort criteria is on descending price, the car will move up or down the grid.
Thanks in advance
Gary
1 Answers
You can try checking following demo code (Line 169-184) which puts a checkbox on toolbar for custom filter.
And change select_command query (Line 51-53) based on passed parameter from checkbox.
https://www.gridphp.com/demo/demos/appearance/toolbar-button.phps
Demo: https://www.gridphp.com/demo/demos/appearance/toolbar-button.php
Your Answer