hello everybody
I have a question,
¿How can i get the number of columns in a radgrid when the property autogeneratecolumns is true?
when i add the columns programatically, i use the next code
-----------------------------------------------
int cCount;
cCount = RadGrid1.Columns.Count;
-----------------------------------------------
and perfect, cCount set the number of columms, but, when i add columns automatically and the option autogeneratecolumns is in true, cCount only show zero,
thanks for the collaboration , and sorry for my bad English
I have a question,
¿How can i get the number of columns in a radgrid when the property autogeneratecolumns is true?
when i add the columns programatically, i use the next code
-----------------------------------------------
int cCount;
cCount = RadGrid1.Columns.Count;
-----------------------------------------------
and perfect, cCount set the number of columms, but, when i add columns automatically and the option autogeneratecolumns is in true, cCount only show zero,
thanks for the collaboration , and sorry for my bad English