Re: Kendo DataTable - row click handler

2020-09-27 Thread Sebastien Briquet
Hi Manfred, I've implemented the change, please read my comment in the issue: https://github.com/sebfz1/wicket-jquery-ui/issues/320 I released wicket-jquery-ui-8.9.0, containing the change (caution: I also upgraded kendo-ui to 2020.3.915) Thanks and best regards, Sebastien

Kendo DataTable - row click handler

2020-09-24 Thread Bergmann Manfred
Hi Sebastien. I’m not sure what the callback method would be on the DataTable. There doesn’t seem to be one. There are onClick handlers for toolbar and command buttons. So can it be that this is not yet implemented? Manfred > Hi Manfred, > > You can pass select="row" as an option (options

Re: Kendo DataTable - row click handler

2020-09-24 Thread Sebastien Briquet
Hi Manfred, You can pass select="row" as an option (options arg) IIRC. However I don't remember if the ajax call is implemented or not. Please let me know or open an issue in github, that should not be a problem to implement... Thanks and best regards, Sebastien > >

Kendo DataTable - row click handler

2020-09-24 Thread Bergmann Manfred
Hello. Maybe someone knows? Is it possible to install a row click handler for the Kendo DataTable? It is possible for the standard Wicket DataTable but I’m unable to figure out how this could work for the Kendo component. Manfred