Set Width of gridview columns dynamically when AutoGenerateColumns is true

Introduction I faced a lot of problems when I asked to set the width of a gridview dynamically, that is the property AutoGenerateColumns set to AutoGenerateColumns=”true” and the gridview was directly bounded from a dataset in code behind. Thus, we don’t have bound fields to set the width of columns individually. I tried a lot […]

Set Width of gridview columns dynamically when AutoGenerateColumns is true Read More ยป