Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to false the visibility of UltraWebGrid columns so i will get only specific columns as there are 10 to 15 columns and i dont want to display ids on run time that are in some columns in Asp.net

I have tried below code but still showing this column is any solution code or property in design or .cs file so can it work --->

WebGridInstallments.Columns[0].Hidden = false;
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900