off off
off off

Reputation: 1

disable drag and drop on fixed columns in gxt

i have a that grid consists of 3 columns. The first and third columns have fixed width but the middle is auto fit. What i want is to disable drag and drop on fixed columns so their positions in grid wont change ... any help for this ???

Upvotes: 0

Views: 122

Answers (1)

Kutty
Kutty

Reputation: 722

You can set the column to be fixed on the ColumnConfig using columnName.setFixed(true)

Upvotes: 1

Related Questions