Working with the Data Grid Component

The Data Grid component displays table data on mobile devices with iOS operating system.

Example of component appearance:

Functions

Main functions of the component:

Connecting of Component

All files required to use the component are included in the component. Execute the following operations to connect the component:

  1. Add the following folders with their contents into the project:

  2. Add links to the following platforms and library in the project settings:

    To connect platforms and libraries, go to the Build Phases tab in project purpose settings, open the Link Binary with Libraries section and add the NuGridView.framework platform and the libsqlite3.0.dylib library to the list.

  3. Make sure that the Objective-C Automatic Reference Counting option is disabled in the project settings.

    The Objective-C Automatic Reference Counting option is located on the Build Settings tab in the project purpose setup panel.

  4. In the project purpose settings specify the $(ARCHS_STANDARD_32_BIT) value for the Architectures parameter.

  5. In the project purpose settings specify the path to the Info.plist file in the Resources folder for the Info.plist File parameter.

  6. In the project purpose settings specify the path to the pch file for the Prefix Header parameter.

After connecting the following set is available for working with component:

The set of example of component use is given in the Examples of Component Use section.

See also:

iOS Components