Click here to Skip to main content
15,885,890 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys, I have an asp datagrid that for some reason when I set AutoGenerateColumns="true" the grid loses the border on the right hand side. No matter what I do like setting the css of the table this is always the case. I'm just wondering has anyone come across this issue before. Many thanks.
Posted

1 solution

This might be possible that when you set AutoGenerateColumns="true" , there are a few more cols added to the datagrid and hence the right border disappears ,
Have you tried setting AutoGenerateColumns="false" and displaying all the cols present in the databind ?
 
Share this answer
 
Comments
frostcox 19-Nov-12 3:31am    
Hey thank you for your reply, yeas you are right when I set AutoGenerateColumns="false" all the borders show. But that still leaves me with the problem as I don't need to display all the columns as some columns are id's that I need upon saving and drilldown to next screen. thanks

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