For a majority of my tables I do not use the default 'id' column. Instead, I explicitly define one with the 'id' keyword. However, I seem to be running into a problem when trying to use webgrid. Whenever I use webgrid with a table that does not have a column named 'Id,' I get the KeyError exception. However, things appear to work if I use a table that has an 'Id' column defined. Is there a work around so I can actually use the webgrid plugin for tables that do not have a column named 'Id'?
Thanks, Andre --

