Skip to main content
Member
August 17, 2026
Solved

Dynamic Grid Cell Formatting

  • August 17, 2026
  • 1 reply
  • 41 views

Hello, has

anyone worked on dynamicGrid conditional cell formatting? I found a sample code (snippet and link included) on OneStream doc but it's not finding the objects when I try it. It throws a compile error saying XFDynamicGridRowFormat is not found.
It is supposed to belong to OneStream.Shared.Wcf NameSpace, but I don't see the class in the NameSpace either.
https://documentation.onestream.com/9.2.1/Content/Design%20and%20Reference/Presentation/Dynamic%20Grid.html

 

Best answer by sameburn

Hi ​@yhussien 

Are  you using PV920+ of Platform?  If not, the XFDynamicGridRowFormat object does not exist in platform versions before this (which might explain your error)

I don’t really understand the Namespace error you have referenced.  Can you elaborate e.g include your code as a Code snippet?

This logic needs to be run in the Dynamic Grid Service of the Service Factory

Thanks

Sam

1 reply

sameburnAdvisorAnswer
Advisor
August 19, 2026

Hi ​@yhussien 

Are  you using PV920+ of Platform?  If not, the XFDynamicGridRowFormat object does not exist in platform versions before this (which might explain your error)

I don’t really understand the Namespace error you have referenced.  Can you elaborate e.g include your code as a Code snippet?

This logic needs to be run in the Dynamic Grid Service of the Service Factory

Thanks

Sam