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
370
Customizing ultragrid
posted

Hello, how can i cutomize an ultragrid..If i want to add new events can i do it from Visual Studio or do i need NetAdvantage? Thanks

Parents
  • 53790
    Suggested Answer
    posted

    Hello Sandeep,

    I`m not familiar with your scenario and I don`t know what is your final goals, but I think that our UltraGrid has enough events that you could use it.  Nevertheless, if you thik that you need to implement your custom event, then you could choose one of these approaches.

    Option 1: You could use the source code of our controls (you could find the source code at: Infragistics.com -> Account -> My Keys and Downloads -> Source Code) and implement your custom event. After that you could build your custom assemblies

    Option 2: You could create your own Grid which inherite our UltraGrid and implement your custom event. I made small sample for you using this approach. Please take a look at the attached sample and video file for more details and if you have any questions, feel free to write us.

    Regards

    Video240.rar
Reply Children