Sorry in your case it is form[1][0][2][0]="Som text" This will replace the text in the DOM element of the serialized form returned by the call to SQLFORM.smartgrid Please note that the indexes (1,0,2,0) I used above can be different in your case. To find out start by printing the element to the console, then you can change the indexes to get the button text. For more info please see: http://web2py.com/books/default/chapter/29/05/the-views#Server-side-DOM-and-parsing
On Tuesday, June 6, 2017 at 6:20:29 AM UTC+2, T.R.Rajkumar wrote: > > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

