Disallowing certain fields to be viewed in datagrids

  • Thread starter Thread starter Chumley the Walrus
  • Start date Start date
C

Chumley the Walrus

Is there anyway inside a datagrid's parameter list to disallow certain
fields in the dataset to be viewed ?
 
Is there anyway inside a datagrid's parameter list to disallow certain
fields in the dataset to be viewed ?

The column object has a visible property I believe. If you want to do
it in the ASPX page, there is a property on the main page of the grid
definition on each column to check or uncheck visible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top