Hello,
I have a grid that shows a list of places each of which has a Latitude and a Longitude value.
Then I have a 2 textboxws in which I can type a City and a Distance in Km.
Is it possible to filter the grid rows to show only the places which have a distance less than the value in Km from the City I have typed?
Can I use client filtering or must I reload the filtered data from server?
Thanks a lot.
Claudio