Problem with width of column of DevExpress ASPXGridView Control

asp.netaspxgridviewdevexpress

I'm new in the asp.net as well as devexpress asp.net controls. I'm developing one website, for that i used the master page & added some other web pages which uses master page. In one web page i used the Devexpress's ASPXPageControl & in that page control i created multible pages . I used the Devexpress ASPXGridView control & i added required columns to that grid & bind that grid at runtime means at page load event with the table.

While designing the columns i set the width property of the column, but it not giving me the required width when i'm actually running the web page.

I don't know why it is not showing the proper width.

How to solve this issue?

thanks.

Best Answer

is your rendered column width more than the width you specified? if so, try setting CellStyle-Wrap="true"

Related Topic