Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Data Model Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How to add a property to a DataObject


Go to End


10 Posts   8860 Views

Avatar
Jare

Community Member, 39 Posts

21 August 2015 at 10:19am

Thank you a lot, Pyromanik! That actually helped :). With GroupedList I was able to implement what I first tried to do via setField(). And combining PaginatedList with GroupedList also works nicely together! :)

Avatar
Lukin

Community Member, 56 Posts

24 August 2015 at 3:38am

an example code of your solution would be nice :)

Go to Top