Ana_Developer 0 Newbie Poster

Hi,

I need to have a grid view that will select only few columns from two tables in the database and show them. I have my own data layer implemented, i.e. I have functions that are pulling all the tuples for a satisfied condition and returning them back to me.
How should I implement this? How should I provide as an input inly certain columns from certain tables?

Thanks!