I am designing a custom ListGrid. Most of functionality will be in the base class. But some will deppend on a specific instatiation. For example, when new row is added to the ListGrid I need to run additional code for each object being instatiated from the base class. And that code is unique for each object. Any idea how set this up properly meaning keeping everything as generic as possible.
Thanks

