On Wednesday, April 24, 2019 at 4:16:56 PM UTC-7, Jacob wrote:
>
> Hello I'm still new to web2py and I'm currently working on an a grid which 
> utilises basic inline editing using the example from 
> http://www.web2pyslices.com/slice/show/1928/basic-inline-editing-in-sqlformgrid-no-plugin-no-javascript
>  
>
> When I change the options widget to a radio widget for some reason only 
> one value for a whole set of seperate records can be selected rather than 
> each record having only 1 radio button field selected. In other words a 
> record has 4 possible values and they are displayed in a grid and can be 
> edited there is a field with a set which I'm trying to use radio buttons 
> for instead of a drop down menu. When I press a value for the first record 
> this is fine when I move onto the record beneath it the radio button value 
> is selected however the first one becomes empty and this carries on 
> throughout all the records on the grid only 1 field can be selected at a 
> time. If someone could help me please I would be very grateful.  
>

My first thought is that you've got a bunch of buttons with the same name.  
You can check this fairly easily by using your browser's inspect tool, and 
looking at the buttons for name=.  If that's the case, then you need to 
work out a way for each item's buttons to get a unique name; perhaps append 
item.id on the end of the name.

/dps
 

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

Reply via email to