Hello Adam,
Thank you very much for this, but I'm sorry – this will work in some cases.
For the all pager elements we need about 200 – 210 px room. If you set this to 1/3 from the grid width this will definitley break in case the grid have width 400-500 pixels. This can be view very well in IE browsers. In order to be all ok we need.
1. Create a span element as first child in body
2. Add needed classes to this element .
3. Put the created table (with pager elements) in this element.
4. Calculate the width of the table.
5. Move the table to the pager and set the needed width
6. Remove the created element from body.
This algorithm works well, but I serach for another better solution.
Regards
Tony