We have few radgrids in our application, There were resizable before. But now it lost the ability that user can resize the column width. I checked the code, the following code is there.
<ClientSettings EnablePostBackOnRowClick="false">
<Selecting AllowRowSelect="True" />
<Scrolling AllowScroll="true" />
<Scrolling UseStaticHeaders="true" />
<Resizing AllowColumnResize="true" />
</ClientSettings>
I do not know what caused the application lost the ability to resize column width, what other code should I check. Please be advised.