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 !
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.
Thank you.
But can you tell me, if these controls are server controls or if they are client related (because java script / jquery usually is executed on the client). I'm not sure about that.
My opinion is, that client related controls are more critical concerning performance.
Perhaps server control are better for performance issues.