combo selected value in the cell is not getting reflected

combo selected value in the cell is not getting reflected on server side

Please find the attached doc file
Combo with grid problem.zip (124 KB)

Also to add to the above this happens only when my combo is the 1st row.

This issue occurs because of first row id is “0”. You should not use row with “0” id.

okies, so how should i be naming them if i append “r” and if rowId becomes r0,r1,r2 will it work

Row id may be any alpha-numeric value except “0”

this is Fabulous!, i can now checkin my potlist. Thanks a ton!!