Open bcorvino opened 3 years ago
None of these fields is currently supported by TimeGridView itself. See the documentation here: https://github.com/rokudev/SceneGraphDeveloperExtensions/blob/master/documentation/1-components.md#timegridview
To make use of those features you could build a custom view and populate it with the SGDEX ContentManager. That is discussed here: https://github.com/rokudev/SceneGraphDeveloperExtensions/blob/master/documentation/6-ContentManager_with_Custom_Views_Guide.md
Or you could skip SGDEX and use the RSG TimeGrid component directly. https://developer.roku.com/docs/references/scenegraph/list-and-grid-nodes/timegrid.md
@RokuChris Can you please look into https://github.com/rokudev/SceneGraphDeveloperExtensions/issues/59
Hi,
I'm working with the TimeGridView sample and setting:
on the TimeGridView all seem to have no effect. Further, I can't find any references to those strings anywhere in the codebase. Is the extension in the repository out-of-date with the documentation, or am I doing something wrong/not looking in the right place?
My code:
Thank you!