I'm a little green with Web Development, and after many hours of forum searches, reading documentation and trial and error-ing, I’m cooked…
I'm trying to build a UI that pretty much resembles a WinForm type solution. I've pulled out the pertinent pieces to illustrate my problem. The page starts with the VS master page project, but has been modified to “stick” to all sides and bottom and NOT showing any scroll bars when resizing. It contains a RadSplitter with two RadPane controls. Each contains a RadGrid. The RadGrid has paging enabled and uses UseStaticHeaders so that the paging footer stays stuck to the bottom of the RadPane. You can move the RadSplitBar and both RadGrids stay stuck to the RadPane and resize perfectly. It all works just great, BUT…
(1) Once you resize a column, the right grid side becomes unstuck. Any resizing of the RadSplitBar no longer resizes the affected grid. When expanding the pane, white space shows up.
(2) This behavior is the same on IE9, Chrome and FireFox. BUT, an additional problem shows up on IE9. In my standard state all Wrap properties are set to false. Resizing a column causes the grid to lose this no Wrap ability. Cell text start wrapping. It also causes the paging footer to slip below the bottom pane edge.
I was going to upload my project, but zip file format isn't acceptable????
Thanks for your help.
<
telerik:RadFormDecorator
ID
=
"QsfFromDecorator"
runat
=
"server"
Skin
=
"WebBlue"
DecoratedControls
=
"All"
EnableRoundedCorners
=
"false"
/>
RadioButton Maincon6 = (RadioButton)e.Item.FindControl("Maincon6");
RadioButton Maincon8 = (RadioButton)e.Item.FindControl("Maincon8");
InvFinalamount.Attributes.Add("onblur", string.Format("CalculationAmount('{0}','{1}','{2}','{3}','{4}','{5}','{6}','{7}');", InvFinalamount.ClientID, DedValue.ClientID, DedInvoiceMinus.ClientID, GetValueSev.ClientID, GstInvoice.ClientID, InvoiceType.ClientID, Maincon6.ClientID, Maincon8.ClientID));