Hi
Looking at the attached png the top row is a navigation menu and the bottom is a command bar inside a radgrid. The command bar uses a table to have a left title of the grid and then the buttons are in another cell that is right aligned. Because this command bar approach doesn't collapse as the width reduces I want to use a navigation menu.
You can see it looks close.
The issue I have is making the buttons get right aligned rather than being left aligned.Obviously I could switch to the rtl approach but then I end up with the opposite issue whereby the title needs to be moved to the left.
With the sledgehammer approach I suppose that I could use some javascript to increase the width of the title node pushing the buttons to the right. Is there a CSS approach that I could use?
Regards
Jon