Hi,

We are currently working on writing a wrapper for webgrid and for that I need to expose the rows collection and inevitably the cell collection. Do you have any advice on how to approach this? 

Basically we need to be able to acces the text/value on the cell without exposing the rest of the webgridcell properties to the developers (same goes for webgridrow). Something along the lines of having a CustomRowCollection holding CustomRows with CustomCellCollections with only the members we really need.

If not, is there a way to translate the Intersoft types to .Net types?

Thanks