Hi,
We are using RadRibbonView that contains RibbonTab with a number of Ribbon Groups. I want to show a textbox (for search functionality) and I want to be aligned to the right of the ribbon view. If I added this textbox inside a spate Ribbon Group, then that group is appended to the rest of the group, and not aligned to the right. Also, I tried to create a grid inside the Ribbon tab and set all the group on one column, and then have that textbox on the second column, but apparently Ribbon Tabs doesn’t accept Grid inside, I got a run time error.
Any idea how I can achieve this?!
Regards