Answer:
We suspect that you are using CustomAdaptor to bind data to Grid. Based on your query, we suggest you to use constructor injection instead of using [Inject] inside the CustomAdaptor class. Please refer and use the below highlighted codes in your application to inject services through Constructor injection in CustomAdaptor instead of using [Inject].