Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Finding Visible Rows with WebDataGrid
posted

Hi,

I have bound datasource to the DataWebGrid, In which i have more than 15 columns and i want to display only 10 columns, How to do that in code behind.I need to make the visibility  of column at runtime

And also i need to find the Visible Rows, 

foreach(GridRecord item in WebGrid.Rows)

{

if(item.Hidden == false) 

}

Item.Hidden property is not there in GridRecord.

Thanks & Regards,

Developer