I've just started incorporating RadGrid into my web application.
One of the problems i've incountered (as my previous datagrid exp. was limited to winforms) was that the status bar text does not correpond with the overall direction of the grid (although i've already noticed that i had to set the align in the ItemStyle of each column to right).
After a few interrogations of my own, i've noticed that you encapsulated the text of the status using a span with the style property - float:left.
Thus the status text ignores the overall style.
Is there anything i can do to fix it?
tnx for any reply...
One of the problems i've incountered (as my previous datagrid exp. was limited to winforms) was that the status bar text does not correpond with the overall direction of the grid (although i've already noticed that i had to set the align in the ItemStyle of each column to right).
After a few interrogations of my own, i've noticed that you encapsulated the text of the status using a span with the style property - float:left.
Thus the status text ignores the overall style.
Is there anything i can do to fix it?
tnx for any reply...