Tagged Questions
1
vote
2answers
2k views
How to get width of gridview column when AutoGenerateColumns is true
I have a gridview that I need to get the width of columns for after the gridview is databound. I have to have AutoGenerateColumns=true because the columns for the datatable that the gridview is bound ...
1
vote
1answer
729 views
Change Order of columns
I am using gridView. I have 4 auto generated columns and 1 generated by my self. Now the column which i have generated is displayed first and then the auto generated columns.
I want to display auto ...