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
530
Infragistics Controls for ASP.Net MVC
posted

Are there special server controls for MVC in infragistics ?

I only found the general ASP.Net Controls, which cannot be used in Razor Views.

The infragistics jQuery controls are client related controls, I think.

Thanks ! 

Parents
No Data
Reply
  • 22852
    Offline posted

    Hello,

    You can use the jQuery controls in MVC as there are wrappers around the controls to make it easy to use them in MVC.  You can see examples in the samples browser:

    http://samples.infragistics.com/jquery/grid/cell-selection

    If you look at the sample in the source code view and look at CellSelection.cshtml you will see how to use the grid in an MVC application.

    Let me know if you have any questions with this matter.

Children