Browse by Tags
All Tags » GroupByControl » Views (RSS)
-
Hi bingqiao,
The control at the top of the table is called the GroupByControl and you can hide that part of the DataGrid by implementing the following method:
----------
public void DoHeaders(){ this.dataGridControl1.View.UseDefaultHeadersFooters = false; ...
|
|
|
|