Hi there,
My Radgrid is inside a popup window(normal window not a radwindow) and initially it is fine and dandy. But the moment i resize the window(make it wider), every column header width(i've set the width for the header) auto expands to fill up the full window. Problem is, the item did not expand, which causes the misalignment.
Currently, i have manually(javascript) set the last column to remaining width. This works if my window is initially maximized. If it from a popup, the problem arise. Resizing it to smaller width does not cause any problem.
I realise that if the alignment occurs, all i need to do is resize any of the column and the radgrid will repaint, thus realigns everything perfectly. To sum it up, all i need to do is to repaint(is this the right method?) the radgrid whenever the browser resize occurs.
Any help please?
Btw, I'm using ASP.NET AJAX Q1 2011 NET 40
Regards
Dexter
My Radgrid is inside a popup window(normal window not a radwindow) and initially it is fine and dandy. But the moment i resize the window(make it wider), every column header width(i've set the width for the header) auto expands to fill up the full window. Problem is, the item did not expand, which causes the misalignment.
Currently, i have manually(javascript) set the last column to remaining width. This works if my window is initially maximized. If it from a popup, the problem arise. Resizing it to smaller width does not cause any problem.
I realise that if the alignment occurs, all i need to do is resize any of the column and the radgrid will repaint, thus realigns everything perfectly. To sum it up, all i need to do is to repaint(is this the right method?) the radgrid whenever the browser resize occurs.
Any help please?
Btw, I'm using ASP.NET AJAX Q1 2011 NET 40
Regards
Dexter