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

Re: Display custom page automatically on session expiry without any action

2020-09-24 Thread Ernesto Reinaldo Barreiro
Hi, Glad it helped. After I sent my last message, I was thinking again about this problem and I believe another possibility is to use web-sockets and some server side logic that just notifies the browser sending a redirect to a "session expired page". This might be more reliable than some client