Page 1 of 1

Button Dropdown

Posted: Thu Sep 05, 2013 7:38 am
by digitalphotoworld

In tablesetup I use Button Dropdown. My problem is that I'am using ListOptions Load event to add a column that shows the gender. Now the symbol for the gender is moved to the button dropdown, too.
Is it possible to exclude columns to be moved to button dropdown?


Re: Button Dropdown

Posted: Thu Sep 05, 2013 11:36 am
by Webmaster

Disable the item's ShowInDropDown attribute:
$item->ShowInDropDown = FALSE;