DataGrid - sorting/sorting index

I connected a DataGrid toi a DataSaurce and set Sorting.enabled to true;

However, clicking in the title does not sort.
I can active the filter and sort via the button there, this works, but the sorting indeicator is one line too low.

What am I missing?

tx Bernd

Hi,

The default setting for the sort indicator is the first row, not sure which settings you changed or how it's configured?

Demo attached.

DataBinding2Way.zip (75.7 KB)

Not sure why, but the row index is 1, you'll need to change it to 0 (first row):

I see.

Thanks for that.

Bernd

1 Like