Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a datagrid where I want to align certain columns in such a way that the text is center aligned(both headertext and data). When the data is numeric, I need to align in a way that it is right aligned, holding total column center align property. please see the pic.

format

share|improve this question
You can create your custom ItemRenderer for you types. After that use itemRendererFunction where you can see type of data and return ItemRenderer for thar type. Also DataGridColumn has style textAlign and you can use it. – lexus.pp Nov 30 '12 at 12:11
@lexus.pp How can I set DataGridColumn style? I cant find setstyle method for the class. Also is it possible to specify different alignment for different column? – Saju Nov 30 '12 at 12:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.