this is truly awesome, Flexigrid really gives the other Jquery grids a run for their money!
A couple quick questions for you:
1) How far away is Flexigrid from having inline editing / edit-in-place?
2) If I were to implement inline editing myself in the meantime (using say, jEditable), what selector(s) could I use for individual table cells? I know I can find the row id using the parent().attr('id') of the <td>, but how do I determine the column? Do I need to use an index? And if so, how?