GridListControl Id visible

Hello i put an array of Personal Objets in the DataSource of the GridListControl.How can i hide the Id Column of my object (Client), because i need it is public ? thanks

3 Replies

AD Administrator Syncfusion Team May 5, 2003 12:31 PM UTC

You can access the Grid member of the GridListControl, and hide it through the Cols.Hidden property there.
this.gridListControl1.Grid.Cols.Hidden[2] = true;


AN Alexandre Nicholas May 5, 2003 12:51 PM UTC

> You can access the Grid member of the GridListControl, thanks. Why the public property Grid is not in the documentation when i press F1 ? I test many commercial components, yours are far the best. Very good work. I like your very quick help in this forum.


AD Administrator Syncfusion Team May 5, 2003 02:51 PM UTC

The Grid property is marked to be omitted by our docs generation tool. I don't know why it is marked that way. I assume its an oversight that we should correct. You can get more timely support through our Direct Trac support system.

Loader.
Up arrow icon