Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1803
Add ultragrid and create its events dynamically ?...
posted

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.//\

 

 

 

 

 

 

 

  • 469350
    Offline posted

    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.