Hi Hesham Desouky,
You have probably fixed the height of the div container by setting its value in pixels.
If the height of the content in the div container exceeds the height of the container then
overflow: auto will add horizontal scroll bar to the right side.
Removing the height of the container should fix the problem.
Kind regards,
Ivana Gjorgeva
the Telerik team