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
330
Can't import com.infragistics.controls.IGGridView ??
posted

Can someone explain where to find the jar files include the following classes? I downloaded the latest developer kit for Android. Then installed the Infragistics_DevTools_20152.exe under the "Infragistics_Ultimate_20152_WithSamplesAndHelp" folder. Copied the jar files under the "Program Files  / Infragistics" folder and added to my Android Studio project. Unfortunately I couldn't find the following classes:

import com.infragistics.controls.IGGridView;
import com.infragistics.controls.IGGridViewCell;

When I try to import infragistics controls I can only use the following:
import com.infragistics.controls.DataGridView;

So where are the IGGridView class for Android? How did you do the installation? Are IGGridView and DataGridView different things or DataGridView is obsolete?