I have a rad-grid in which i have columns,so my problem is when I adjust the column width. However, the column width of a column other than the attempt to adjust is changed.My requirement is that only column width tried to adjust the column width is changed.
This is expected because the browser resize the rest of the columns by itself. The behavior could be avoided by enabling ResizeGridOnColumnResize. The other option is to set the properties Scrolling and UseStaticHeaders to true. Take a look at this article for more details on Resizing Columns.