Valhalla Legends Archive

Programming => General Programming => .NET Platform => Topic started by: Imperceptus on October 20, 2009, 04:01 PM

Title: [asp.net] griview clone
Post by: Imperceptus on October 20, 2009, 04:01 PM
Is it possible to clone the columns of a gridview?
Title: Re: [asp.net] griview clone
Post by: MyndFyre on October 20, 2009, 08:17 PM
What do you mean, to clone the columns?
Title: Re: [asp.net] griview clone
Post by: Imperceptus on October 21, 2009, 11:18 AM
I have a gridview that has its columns and such set in the pages source, then in code behind i would like to clone that gridview's appearence
Title: Re: [asp.net] griview clone
Post by: johnsmith on May 21, 2010, 02:48 AM
Quote from: Imperceptus on October 20, 2009, 04:01 PM
Is it possible to clone the columns of a gridview?

No, You cant make a clone of greedview.
But you make greedview in gridview.
Means if you click on first column of grid so in secon column you will get an another grid.
Title: mistakes are the portal of discovery
Post by: johnsmith on May 21, 2010, 02:49 AM
Quote from: Imperceptus on October 20, 2009, 04:01 PM
Is it possible to clone the columns of a gridview?

No, You cant make a clone of greedview.
But you make greedview in gridview.
Means if you click on first column of grid so in secon column you will get an another grid.