This example demonstrates how to use the InfiniteAsyncSource to bind the GridControl to a gRPC service.
Follow the steps below to run the example:
- Build the projects in the solution.
- Start the test server. To do this, run the following .exe file:
\how-to-bind-to-grpc\CS\IssuesData.Server\bin\Debug\netcoreapp3.1\IssuesData.Server.exe
. - Run the
InfiniteAsyncSource.GRPC
project in Visual Studio.
For information on how to use virtual sources, refer to the following tutorial: How to Use Virtual Sources.
Note:
This example does not have a VB implementation because Visual Basic is not supported by gRPC (see: Supported languages).
Does this example address your development requirements/objectives?
(you will be redirected to DevExpress.com to submit your response)