Hi all,
is there a way to add grid dynamically and create thier events like initializelayout ,beforecelldeactivate etc at runtime ...
basically the app we develop retrieves the data from db and at runtime determine the tabpages..
so when we create the grid ,we want the event to be created dynamically ,mean to achieve overriding of the grid method with custom created methods.//\
Yes, you can do that. But that really has nothing to do with the grid. You can do this with any control. It's just a feature of the DotNet environment, it's not specific to any control.