Federico, you probably need to override the data method of your CheckBox itemRenderer. See the code snippet towards the end of this post: http://www.returnundefined.com/2006/10/item-renderers-in-datagrids-a-primer-for-predictable-behavior/
HTH, Ben --- In [email protected], Federico Ferri <[EMAIL PROTECTED]> wrote: > > try use > event.stopPropagation(); > > there is also a > event.stopImmediatePropagation(); > > i have the same thing, a datagrid with a checkbox, but with a big problem. > when a change my datagrid.dataProvider all the rows in the datagrid are > new, but the checkbox already checked remain in that state... > even if the dataField selected is set to false, and if a check the > checkbox it seems to be uncheck, but the dataFiled is set true as > selected...... > > > Jesús Iglesias ha scritto: > > > > Hi again, > > > > I have a datagrid with a checkbox as itemrenderer. Datagrid has a > > "change" event and checkbox has a click event. > > If I click on checkbox, I want to execute checkbox click event but NOT > > datagrid change event, but I don't know how to stop event propagation. > > > > Does anybody know? > > > > Thanks again. > > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > -- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

