Good day.
I have this table items with itemid and description.
I have this other table orders with itemid, quantity and price.
Now I am going to add this record itemid, qty and price only but the flexgrid will show itemid, description,qty and price.
Now since I only encoded the itemid, the description will be retrieve using the itemid.
My problem is how will I display the item description in the flexgrid with its corresponding itemid.
I have this table items with itemid and description.
I have this other table orders with itemid, quantity and price.
Now I am going to add this record itemid, qty and price only but the flexgrid will show itemid, description,qty and price.
Now since I only encoded the itemid, the description will be retrieve using the itemid.
My problem is how will I display the item description in the flexgrid with its corresponding itemid.