开发者

how to hide datagrid column

开发者 https://www.devze.com 2023-01-29 11:24 出处:网络
I have one data grid,I want to Hide last entire column of data grid How to do开发者_运维问答 this...

I have one data grid,I want to Hide last entire column of data grid How to do开发者_运维问答 this... Iam using Asp.net1.1


YourGridView1.Columns[LastColumnIndex].Visible = false;

LastColumnIndex should be the index of the last column

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号