5/24/2011 7:58:18 AM
Title:
problem in advanced datagrid header
hi all..
I use advanced datagrid in flex 3 to display data, There are roughly about 6 columns and the header seems to have the following problem
1)When i load the grid, the header text seems to be truncating even though there are enough space available to show the text. But when i click on any of the column header to sort, then the header rearranges the text properly without any truncation and then normally works... why is that happening at the load of the header?? should i need to do anything?
thanks
6/8/2011 10:47:05 PM
maybe adding a space at the end of the header text can solve the problem. Like this "HeaderText ". This kind of problem may occur in labels and headers when fonts are not embeded or some other than normal fonts are used.