Hello,
I am using radcontols for asp.NET and they enabled me to create nice application in quite short time (thanks!). But currently I'm faced one problem:
I tryied to implement column hiding based on user selection (and store this selection for user into his custom profile). But when some column is initialy hidden and than I try to show it the headers of radgrid (CommandItemTemplate, groupHeader) do not use the space that appears after column showing.
Is this a known behavior? - if no, I can send a small piece of code demonstrating it. And is there some work-around for it? (I was trying to put columns in a <div> in templates and then set style.display property, but this hide content of column, but column itself is still there (even if 1px wide, but it doesn't seem very nice)).
Thank you
Jan
I am using radcontols for asp.NET and they enabled me to create nice application in quite short time (thanks!). But currently I'm faced one problem:
I tryied to implement column hiding based on user selection (and store this selection for user into his custom profile). But when some column is initialy hidden and than I try to show it the headers of radgrid (CommandItemTemplate, groupHeader) do not use the space that appears after column showing.
Is this a known behavior? - if no, I can send a small piece of code demonstrating it. And is there some work-around for it? (I was trying to put columns in a <div> in templates and then set style.display property, but this hide content of column, but column itself is still there (even if 1px wide, but it doesn't seem very nice)).
Thank you
Jan