I have seen the following example in this forums.
--> https://www.telerik.com/forums/geoserver-as-provider
i just change
1. BaseUri="http://localhost:8080/geoserver/hc_test/wms"
2. TileUrlFormat = @"?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&FORMAT=PNG&WIDTH={1}&HEIGHT={2}&SRS=EPSG:42310&BBOX={0}&LAYERS=hc_test:N3A_G0100000";
3. XYZoomToBBox Function
my GetTile Function is return url that "http://ocalhost:8080/geoserver/hc_test/wms?service=WMS&version=1.1.1&request=GetMap&layers=hc_test:N3A_G0100000&styles=&bbox=956779,1928520,1142111,2015940&width=1000&height=1000&srs=EPSG:42310&format=application/openlayers"
This url works well in the browser. However, the map is not visible in the radmap.
The rest of the code is the same as example code.
Can I get the latest examples or advice for working with geoserver?