When I try to resize a single row, all rows are resized, I want to make sure that only a single row is resized when I use my pointer to increase row's height. Can anyone tell me how to accomplish that? I'm using DevExpress DXperience 12.1.
Extra Info:
The grid has properties: AllowRowSizing and RowAutoHeight. Setting AllowRowSizing to "true" enables the user to click and resize the row of the gridview but, when the row is droped, all rows in the gridview are resized; that's something I want to prevent from happening. Just like Excel, only the row, I'm trying to resize with the pointer, should change its size, instead of having all the rows resized accordingly. I hope I could clarify the situation here.