Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
955
Moving columns via drag and drop not working - need to click on the field
posted

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

  • 955
    posted

    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.