[web2py] autofill noneditable field in SQLFORM.grid

2014-11-28 Thread Yebach
Hello I have a SQLFROM.grid and some fields are not editable but the value is calculated based on two other fields a user inserts and should be seen for user after he inserts the values for them e.g.: start time : 9:00 --user inserts end time : 11:00 --user inserts duration: 2:00 - calculated

Re: [web2py] autofill noneditable field in SQLFORM.grid

2014-11-28 Thread Kiran Subbaraman
You would need to write JavaScript code to get that done. Kiran Subbaraman http://subbaraman.wordpress.com/about/ On Fri, 28-11-2014 5:15 PM, Yebach wrote: Hello I have a SQLFROM.grid and some fields are not editable but the value is calculated based