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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

How does GridField work?


Go to End


11 Posts   3496 Views

Avatar
Matty Balaam

Community Member, 74 Posts

23 November 2011 at 7:27am

Thanks Willr, I'll leave it for now then. Looking forward to the beta (even though that'll be quite some time yet I'd imagine).

Avatar
jaredkipe

Community Member, 16 Posts

24 November 2011 at 5:49am

The alpha release states there will be a beta before end of 2011 with stable first quarter 2012. Assuming that the current build on github is actually current, I don't see how.

I gave up, and made a LOT of progress in SS 2.5.x, I love the new NestedDataObjectManager stuff!

Avatar
nimesodelta

Community Member, 22 Posts

22 March 2012 at 1:37pm

Hi all... just read this quickly trying to find the answer... figured my issue out with beta 3 using something like:

Page has_many Brands

$brandsConfig = new GridFieldConfig_RelationEditor(); // is pre-defined GridFieldConfig
$brandsTable = new GridField("Brands","Brands",$this->Brands(),$brandsConfig);

Hope this helps someone

Go to Top