I am currently using the HeaderContextMenu, I have an issue where I have alot of columns which are shown in the column list. I want to fix the height of this container and provide a scroll. However I am unable to do this. I have set
RadGrid1.HeaderContextMenu.Height = Unit.Pixel(50)
and
<HeaderContextMenu EnableAutoScroll="true" ></HeaderContextMenu>
However the size is ignored. Any help on this would be much appreciated.
RadGrid1.HeaderContextMenu.Height = Unit.Pixel(50)
and
<HeaderContextMenu EnableAutoScroll="true" ></HeaderContextMenu>
However the size is ignored. Any help on this would be much appreciated.