G
Guest
Is there a way to limit the columns that are viewable in a datagrid?
The only thing I can think of is to create a new table and loop through the
original table to fill the new table. The problem with this is that if I
don't want the primary key to show, I'll lose ability to accurately update
the database.
For a simple example, how could I display the Northwind.Products table in an
editable datagrid, showing only the ProductName and UnitsInStock columns?
Thanks,
Eric
The only thing I can think of is to create a new table and loop through the
original table to fill the new table. The problem with this is that if I
don't want the primary key to show, I'll lose ability to accurately update
the database.
For a simple example, how could I display the Northwind.Products table in an
editable datagrid, showing only the ProductName and UnitsInStock columns?
Thanks,
Eric