Hi,
I have set the Wingrid's datasource to a class which implements bindinglist but I see the name of the class displayed in the grid right below where myGrid.Text gets displayed.
I have been searching for sometime but couldnt get to the property where I could unset/hide it.
What is the property to be changed here?
Thanks,
K
Got it , had to set Grid.Rows.Band.HeaderVisible = false;
Just an FYI.. band headers are not visible by default. In other words, HeaderVisible on the band defaults to false. So your application must be setting it to true somewhere.