When I set the default column width, the expand arrow column completely disappears. Am I doing something wrong?
Hi Lisa,
Would you post your aspx markup and version here. An image showing the issue would be appreciated.
Thanks!
Hello,
Were you able to resolve this issue?
The issue, I found out, occurs because my grid is inside an asp:update panel. So I have a dropdown that updates the webgrid inside the update panel.
I took the code out of the update panel and then it worked fine. When it's inside the updatepanel it does not work when setting the defaultcolumnwidth... the arrow disappears.
However while messing around with the code enough, at some point it started working again inside the asp:update panel. Gotta love it.
And now it's stopped working again inside the asp:update panel. Gotta love the consistency... not.