Hi guys,
i'm new to jqgrid. i just build my firs grid incl. a subgrid. the parent grid is a grid with countries, the subgrid is a grid with cities. for the country i have set the latitude/longitude value. for some cities i don't have this information.
in the grid i want to show the latitude/longitude for the cities. but when this value is empty i want to show the latitude/longitude from the parent (country).
how to do this?
thank you in advance!
the data is saved in a database. two tables (country [id, name, lat, lon], city [id, countryId, name, lat, lon])
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top