Styling a Datagrid Row

2020-12-05 Thread wkoch
I am using a simple list renderer to center values vertically (i'm using a small row height of 25). http://ns.adobe.com/mxml/2009"; xmlns:j="library://ns.apache.org/royale/jewel" xmlns:b="library://ns.apache.org/royale/basic"> The values are centered fine but the grid lines disa

Styling the DataGrid ButtonBar

2020-12-05 Thread wkoch
I need to control the row height, vertical and horizontal alignment, background color, etc. of the ButtonBar in the DataGrid. I've tried CSS and other support classes but I just can't seem to get a grip on it. Can someone explain what I should be doing? -- Sent from: http://apache-royale-users

Sorting a Datagrid by Column

2020-12-05 Thread wkoch
In flex the ability to sort (ascending or descending) the entire datagrid by picking the column header. I need this feature on my jewel datagrid but I'm not sure how to get there. I suspect I need to use the ButtonBar to fire a function that would sort the data provider by column and refresh the