Hi
i have created a content provider with auto refresh = true and returns 4 rows .
in the content provider i added
1 first column with – “select all rows checkbox” in header
– “select row checkbox” in contents and also – “select row on click” .
2 second column with – “add row button” and
general properties
Row - “_next”
Add Last Row Only - “false”
AND
a "remove row button"and
general properties
Row - “_this”
Add Last Row Only - “false”
But the buttons dont work .
Please help …
Regards
Jasmeen Kaur
i have now made below updates -
1 Row Id (content provider) - Bounded to one of the field that should be unique
2 Support Template Row (content provider) - true
3 Set the For property of add row button - async table name
still - add row button and remove row button > not working .
waiting for reply …
Regards
Jasmeen Kaur
have changed the type of control in the async table to an input text ,
also table is within the Form as per >
http://193.26.193.139/viewtopic.php?p=53171&sid=efedc55139b093cabb6eb91c682e2fa4
still no help …
Regards
Jasmeen Kaur
system
(system)
September 23, 2011, 2:24am
4
Please have a look at the attached doc. It is task centric but at least it walks through one approach for adding and removing rows in a table.
Regards,
–mark
Updatable_Table_in_Task.doc (449 KB)
its working , souu cool
thanks for the clear step wise document
very helpful
Regards
Jasmeen Kaur