Gridview is out of content place holder
-
Hello Experts, I have a gridview which is dynamic row generator. meaning, it generated each row dynamically. My Gridview has 8 Columns. I am using ASP.NET and when it was 7 columns everything seems to be perfect. there are no styles for my Grdiview. There is Style for Content place holder which is generated by VS2010. Now that I added new column to Gridview, 8th column is out of content place holder. Please save me from this silly issue.
Your help is much appreciated. Thanks Happy Coding!
-
Hello Experts, I have a gridview which is dynamic row generator. meaning, it generated each row dynamically. My Gridview has 8 Columns. I am using ASP.NET and when it was 7 columns everything seems to be perfect. there are no styles for my Grdiview. There is Style for Content place holder which is generated by VS2010. Now that I added new column to Gridview, 8th column is out of content place holder. Please save me from this silly issue.
Your help is much appreciated. Thanks Happy Coding!
Well, I actually did not like the idea of changing the width of master page. but that is the only solution I got when I saw HTML source after fighting one whole day. Div will adjust to the page but tr and td they do behave as they want to, though you provide a standard Style for Tr and td. So I solved this by increasing page width in Site.Master. Any tips or solutions without increasing the Page width are much appreciated.
Your help is much appreciated. Thanks Happy Coding!