Get Browser Grid Instance

You can get the browser grid instance as shown below. This will not fire a server-side call. You will refer to this component instance in various code snippets when working with the Browser Grid component.

Ensure you import the following packages

copy
import com.zc.component.smartbrowz.*;
copy
ZCBrowserGrid grid = ZCBrowserGrid.getInstance()// get instance for the project

Last Updated 2025-12-16 10:31:39 +0530 IST