Is there any Click event for the flexigrid table?

55 views
Skip to first unread message

saneef

unread,
Mar 10, 2009, 6:47:20 AM3/10/09
to Flexigrid for jQuery, san...@gmail.com
I want to call a function when a row is selected (clicked) together
with the row object. Is there any builtin events or can any one lead
me to a place where i can add the code for doing the same.

Thanks and Regards,
Saneef

Mario Estrada

unread,
Mar 10, 2009, 12:16:44 PM3/10/09
to flex...@googlegroups.com, san...@gmail.com
you can add something like

$('.flexigrid tbody tr').click(function()
{
   //do something.
   alert('Hi :)');
});

.Mario

+593 9 3623535
i...@mario.ec
http://mario.ec
Reply all
Reply to author
Forward
0 new messages