Hi Abu
I used your suggestions to put a radio box group in a detail row of a subgrid.
I used also, in the subgrid, the rowactions instead of edit dialog form.
Look at this sequence
1: I call the subgrid
http://easycaptures.com/fs/uploaded/809/1402652182.png
2: I edit a row
http://easycaptures.com/fs/uploaded/809/6940302110.png
3: without any change I try to edit the next row
http://easycaptures.com/fs/uploaded/809/2611770061.jpg
4. when I reset change in the previous row remain some fields active
http://easycaptures.com/fs/uploaded/809/0751331092.png
Can anything be done?
Thanks in advance
Massimo Gagliardi
I removed (see my other ticket) the pair of instructions:
$col["formatter"] = "function(cellvalue, options, rowObject){ return formatPrice(cellvalue, options, rowObject);}";
$col["unformat"] = "function(cellvalue, options, rowObject){ return parseFloat(cellvalue.replace('$','').trim());}";
and restoring the standard:
$col["formatter"] = "currency";
$col["formatoptions"] = array(…
the behavior of the rows with radio box in inline modal (see my other ticket) seems almost good.
Look at the screeshoot
1: editing a row (by double-click)
http://easycaptures.com/fs/uploaded/809/8799617600.png
2: focus in another row (the problem is solved!)
http://easycaptures.com/fs/uploaded/809/5547272839.png
3: ri-editing a row (by double-click)
http://easycaptures.com/fs/uploaded/809/8799617600.png
4: modifying a value (unit price to 20.00)
http://easycaptures.com/fs/uploaded/809/3061080105.png
5: focus in another row, without save the modifying (don't appear the alert!)
http://easycaptures.com/fs/uploaded/809/5547272839.png
6: editing a row focused with the edit button (the alert is out of place!)
http://easycaptures.com/fs/uploaded/809/2510966919.jpg
The behavior is a bit right and a bit no.
Onblur event without unsaved changes is ok.
Onblur event with unsaved changes is no.
"Change" alert in edit mode, without any change, is no
Can anything be done?
Thanks
Massimo Gagliardi
!!!!!!!!!!
With the latest build:
Missing file: C:xamppphppearadodb/drivers/adodb-phpgrid_dbtype.inc.php
ADONewConnection: Unable to load database driver ''
!!!!!!!!!!
What can I do?
Sorry.
The last build seems hasn't differences with the my first post.
The problem remains unchanged.
There are 2 options. Either send me code / db files to regenerate the case.
Or schedule a remote desktop session using join.me
Email me at [email protected] whatever doable.