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
180
How to integrate infragistics controls into sharepoint?
posted

Hello,

I want to integrate infragistics web parts into Display/Edit/new Forms. For example, in NewForm.aspx I have a form that contains sharepoint controls where the user can enter the values of the different fields of a list.
My aim is to add the webpanel infragistics control in order to group the fields by category. For example, the New Form contains the following fields:

- Name
- Surname
- Asdress
- Phone number

I wan to get the following format:
+ Identity
- Name
- Surname
+ Contact
- Address
- Phone number

with the possibility to hide the elements of each category. That means if i click on Identity, the name and surname fields are shown. If I click again, they become hidden. The same for Contact.

How can I integrate this infragistics web part into aspx file?

Thank you,