Hi,
I am using php grid to show records. There is column name 'store name' showing the names of stores. I want to show store names on phpgrid but while searching i want to use store_id in case of search filtration.
Thanks
Narinder
3 Answers
Hi Abu Ghufran,
Thanks for your assistance.
But I doesn't find out the right solution, I used
$col["dbname"] = "store_id"; but I want to show the store name in grid listing instead of store_id.
I want store name in grid listing and editing filtration with store_id
Thanks
Narinder Singh
Your Answer