Hi,

i have a checkbox cellrenderer that on click i want to fire a 
remoteobject request that passes one of the current datagrid rows 
cell values as one of the arguments but cannot get it to work as the 
current row is not selected.  i need to be able to do one of two 
things either access this value programmatically ie item.cellvalue or 
programmatically set the current row. 
so far i have had limited success with item.cellvalue in that when i 
reference this in an if statement it will recognise the value.  eg 

if(item.cellvalue == "5")
then go do something;

but if i reference it like

remoteobject.method(item.cellvalue)

it returns undefined?

i also thought of using listOwner but couldnt work out how to tell it 
the current row,  would listOwner.item.cellvalue work?
(im not at work to test, im at home being driven nuts by not being 
able to resolve this:)

any ideas?





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to