Helo Paul !
A million thanks to you for this solution. I could never have reached to the code you wrote as solution of my problem.
However, I, achieved by making the following changes to the grid :
1. Setting the Vertical Scroll State of Grid View to Always Hide as,
VerticalScrollState = "AlwaysHide"
2. Setting the
Minimum, Maximum, Margin properties values of
VerticalScrollBar equal to the same property values of
radGridView.TableElement.VScrollBar.
I reverted back my code as you suggested and that worked perfectly. Now, I am feeling comfortable and safe.
Thanks a lot for your support.
Chan