[eluser]SeanRock[/eluser]
[quote author="ecarsted" date="1207711338"]Hey Paulo,
Code:
$('#flex1').flexOptions({newp:1});
Fixed my paging problem.
A couple questions for you.
1) Is it possible to set the table to only select one row?
2) How do I add an event to a row being selected/deselected?
[/code]
[/quote]
i've modifed the flexigrid.js to fire a onRowSelected event that passes the id of the row, the actual row and the grid. it was suprisingly easy to implement.
i'm going to look at creating a 'multi-select' and 'single-select' option - (time permitting).
[edit]
wow thanks to Paulo's excellent work - implementing a singleSelect was so easy. if anyone is interested reply and i'll post the code here.