Click here to Skip to main content
15,905,967 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
I have a data grid (C#.Net2.0) in which there are multiple columns that are created/visible at runtime and some of the columns that are visible have their frozen property true.

When the form is loaded the description column content is not wrapped. Much of the content gets hidden or overlapped by the other rows. When i try to make the wrap mode property of the description column to true (keeping the frozen property true as well) and save it then the data grid immediately gets deleted. I change any of the column property now then immediately after saving the data grid gets deleted/removed.

I have to make the wrap mode property of description column true so that the rows don't overlap and content of particular(description) column is clearly visible also on the other hand keeping the frozen property of other columns true.

How to solve this problem? :confused:
Posted
Updated 2-May-10 22:11pm
v7

Varun Sareen wrote:
How to solve this problem?


Well, for a start you could tell us what the grid is? I can't deduce it from your description and, without this info, I doubt that anybody else could. This is pretty vital information if you want people to help.
 
Share this answer
 
Comments
Varun Sareen 10-May-10 1:14am    
hey pete, I am waiting for a good answer from your side :(
Thanks Pete, I have done the necessary changes in the question.
 
Share this answer
 

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