On Tuesday 02 June 2009 10:42:52 am lalo...@charter.net wrote:
> How do we bind the RowNumChanged event to a grid?
>
> Using
>
> self.grid_obj_id.bindEvent(dabo.dEvents.RowNumChanged, self.dosomething)
>
> does nothing.
>
> We want to update some values upon grid row changes.
>
> Thanks,
> Larry Long

Well not exactly nothing.  dGrid ->__onRowNumChanged() does get called.  What 
does not happen is 'self.dosomething' never gets called.



-- 
John Fabiani
_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/200906030700.58768.jfabi...@yolo.com

Reply via email to