On Sun, Sep 5, 2010 at 11:15 PM, Len Morgan <[email protected]> wrote: > I have set a button to contain the custom behavior for my data grid table. > However, the selectionChanged is never getting sent. All of the other > handlers are being called in that button so I'm not sure what's going on. > What I need to do is when a new line is selected, I need to get the > contents of the first column of the (now) selected row, then get the data > for that from the database. > > Thanks again! >
Hi Len, Have a look to this lesson: http://lessons.runrev.com/spaces/lessons/manuals/datagrid/lessons/7313-How-Do-I-Get-Data-Associated-With-a-Row-or-Column- Try to place your selectionChanged handler in the datagrid group instead of the custom column behavior. Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
