Page 1 of 1

Custom button dropdown for 1 row?

Posted: Mon Nov 28, 2022 12:54 pm
by konfuzion

With this:

if ($this->customer_order->CurrentValue == 0) $this->ListOptions->Items["detail_customer_orders"]->Visible = FALSE;

the detail button/link is removed from all button dropdown for all rows (not my intent)

Is it possible to only remove details button from the button dropdown for 1 row?


Re: Custom button dropdown for 1 row?

Posted: Mon Nov 28, 2022 6:03 pm
by arbei

You may set the Body property to empty.