Hi,
We just upgraded to 2010.03 and noticed that we are unable to move grid columns via drag and drop just for a specific grid which we programmatically create with custom field layout. In order to move the column, we need to click the column first before initiating drag and drop. In other words, I would have to click the column and then drag and drop, would have to do the same every time I move a column around.
Any pointers as to what could be causing this issue? We don't have any custom drag and drop events or handling of click events.
Thanks,
Muthu
Btw, it has been identified that this grid in issue has FieldSettings - LabelClickAction set to "SelectField" caused first click to select the field and next to do drag-drop.
We are going to change it to "Nothing" as the intention was to avoid sorting.