Hi, I'm new on RadGridView , i need to have the grid in design view with the columns generated, and from code fill the grid, it's OK but at runtime it creates twice each column, i'm looking for MasterGridViewTemplate.Autogenetarecolumns in properties window to set it to false but i can't find it, where shoud it be? or is there other way to prevent duplicating the columns?
I'm using Q2 2008 for winforms.
I'm using Q2 2008 for winforms.
UPDATE::
RESOLVED:
I was looking in the wrong place (design view) i used in code "GridView1.MasterGridViewTemplate.AutoGenerateColumns = False" , that resolved this issue, many thanks!!!
Roberto.