Hi,
I have a RadGrid (CustomGrid which is inherited from RadGrid) in a content page, which I define like so:
I had a little problem with the alignment of the header and data rows, which I already fixed through css adjustments.
My current problem is that when I open a javascript pop up (for example using RadWindow or a simple alert()) the Grid's layout is all messed up (the header row shifts to the right with no connection to data rows).
Did you encounter this sort od problem before?
is there any property in the css I should look at?
Thanx in advance for your quick response,
Revital
I have a RadGrid (CustomGrid which is inherited from RadGrid) in a content page, which I define like so:
<ref:CustomGrid ID="entityGrid" runat=server onneeddatasource="entityGrid_NeedDataSource" |
onupdatecommand="entityGrid_UpdateCommand" Width="100%" |
onitemcreated="entityGrid_ItemCreated" |
onitemdatabound="entityGrid_ItemDataBound" > |
<ClientSettings Selecting-EnableDragToSelectRows="false" > |
<Scrolling UseStaticHeaders="true" AllowScroll="true" ScrollHeight="100px" /> |
</ClientSettings> |
</ref:CustomGrid> |
I had a little problem with the alignment of the header and data rows, which I already fixed through css adjustments.
My current problem is that when I open a javascript pop up (for example using RadWindow or a simple alert()) the Grid's layout is all messed up (the header row shifts to the right with no connection to data rows).
Did you encounter this sort od problem before?
is there any property in the css I should look at?
Thanx in advance for your quick response,
Revital