¡@

Home 

c# Programming Glossary: sname

How to display indirect data in Jqgrid

http://stackoverflow.com/questions/19420373/how-to-display-indirect-data-in-jqgrid

MVC web application. I have data some thing like this SID SNAME CITY 1 ABC 11 2 XYZ 12 3 ACX 13 4 KHG 14 5 ADF 15 6 KKR 16 and.. this but in the grid i would like to display like this SID SNAME City 1 ABC Chennai 2 XYZ Mumbai 3 ACX Delhi 4 KHG Banglore 5.. format cityMap 11 Chennai 12 Mumbai 13 Delhi rows SID 1 SNAME ABC CITY 11 SID 2 SNAME XYZ CITY 12 SID 3 SNAME ACX CITY 13..