Re: How to pass a variable from Javascript code to Java

2018-08-29 Thread heph estos
And how about storing the value to a session or a cookie from javascript and reading from java server through an implemantation of observer parttern? It would work in any case, in any framework. Στις Τετ, 29 Αυγ 2018, 2:39 μ.μ. ο χρήστης marwa hussein < marwa.huss...@gmail.com> έγραψε: > Hi, > Th

RE: Making a grid's checkbox column preserve its checked state across pages

2016-02-19 Thread heph estos
The best way is to keep a data structure seperated from your grid and this be used as index of checked and unchecked lines,assuming each line is identified uniquely. Updating grid upfate your structure and reverse on page flips. Στις 19 Φεβ 2016 15:41, ο χρήστης "Davide Vecchi" έγραψε: > The way