On Tuesday, 3 September 2013 16:52:34 UTC+10, Niphlod wrote:
>
> totally unrelated note: did you try simply loading a grid via ajax ? if 
> your db isn't slow, from the user perspective it's pretty fast.
>
> On Tuesday, September 3, 2013 2:10:59 AM UTC+2, Tim Richardson wrote:
>>
>> Can anyone provide tutorial/example of a web2py implementation of an AJAX 
>> grid which updates records? web2py slices has jqgrid in read only mode, 
>> (although the example doesn't work out of the box anymore).
>> My learning curve is working out good ways to send update requests back 
>> to the server, however pretty sure this wheel is already invented.
>>
>> Overall, I want to have the skills to add inline editing to my web2py 
>> apps and I think using a javascript grid is the only realistic way to do 
>> this.
>>
>>
>>
Yes, I've tried that, and it is fast. But what I want is inline editing of 
(visual) rows. I've experimented by creating multiple SQLFORMs formatted 
into one line and LOADed then from the view to create a pseudo-SQLFORM.grid 
but it seems to me that the overhead to make this scale, with paging etc, 
is comparable to learning how to do it with a javascript grid. 

I don't know how to use SQLFORM.grids for inline editing, only via the edit 
button.




-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to