Re: Resetting Kendo DataTable column sort

2018-02-19 Thread hkacoding
Hi, thank you :) -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Resetting Kendo DataTable column sort

2018-02-19 Thread Sebastien Briquet
Hi, This is fixed. The backing ISortState should be a SingleSortState for this reset behavior to be supported. 8.0.0-M9 & 7.10.0 should be released tonight, with the fix. Thanks for having reported the issue! Sebastien.

Re: Resetting Kendo DataTable column sort

2018-02-16 Thread Sebastien Briquet
Hi, I will try to have a look at this over the week-end (which is already more than overbooked so no promises...) Best regards, Sebastien On Fri, Feb 16, 2018 at 4:47 PM, hkacoding wrote: > Hello, > > using wicket.kendo.ui.datatable.DataTable and with ISortStateLocator data > provider with Si

Resetting Kendo DataTable column sort

2018-02-16 Thread hkacoding
Hello, using wicket.kendo.ui.datatable.DataTable and with ISortStateLocator data provider with SingleSortState. Problem is that resetting sort to original state is difficult because with 3rd click of header cell 'setSort' is never called, so sort state stays in descending state with same sort pro