Re: FlexJS: DataGridLinesBead Issue

2017-05-13 Thread Peter Ent
Hmm. Looks like the width of the columns isn't quite right. I'm looking into the grid lines this weekend. Peter > On May 13, 2017, at 8:20 AM, PKumar wrote: > > I used the following style and lines showing now. > >.DataGridListArea .middle { >

Re: FlexJS: DataGridLinesBead Issue

2017-05-13 Thread PKumar
I used the following style and lines showing now. .DataGridListArea .middle { background-color: white; overflow: hidden; border-left: solid 1px #CC; border-right: solid 1px #CC; } But the list grid lines

Re: FlexJS: DataGridLinesBead Issue

2017-05-12 Thread Peter Ent
Ah, yes. I forgot all about this one. I moved it out of the example with the intent of going back to it. Are you using SWF & HTML or just HTML? If you are using just HTML, you can do the grid lines very easily with CSS. The DataGridExample that comes with FlexJS shows you how to do it. I will