it's one of my long-end goals to provide an inline-editing-capable sqlform 
grid right in web2py source. As of right now, you're forced to choose a 
grid and reinvent the wheel....other project made for web2py I think need a 
tiddle bit of refactoring, but are a good and solid starting point. 

On Tuesday, September 3, 2013 9:44:30 AM UTC+2, Tim Richardson wrote:
>
>
>
> 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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to