User Profile & Activity

Xedem Member
Page
of 12

@Handy Surya

Check your first reply where you said I could also see the issue you mentioned  So i thought the problem with percentages is gonna be rectified in R2. And about the example you have given, I modified the mdb file and successfully replicated the issue. I am putting the screenshot here along with the code in the attachment. Hope you get the same result. Reply ASAP.

I thought you replicated my issue...ok..i will modify your sample according to mine and reply today itself..

I found the log that R2 has full XHTML support. So what about the multiline column problem? Is it corrected? 
Posted: December 16, 2009 5:24 AM

is the issue is soved in R2? Please update...

Find the screenshots below. First one is the Grid with 16px right padding applied. Second one is with 2px padding applied. See how the text is gone disappeared behind the scrollbar. See the layout below.  And pls inform me as soon as the issue is sorted out. As told earlier, fixed pixel width is not applicable for me. Both pixel and percentage will come as width.

 <ISWebGrid:WebGridColumn AllowMultiLine="True" Caption="EXECUTE1" DataMember="EXECUTE1"
Name="EXECUTE1" Width="200px">
<CellStyle HorizontalAlign="Justify" VerticalAlign="top">
</CellStyle>
</ISWebGrid:WebGridColumn>
<ISWebGrid:WebGridColumn AllowMultiLine="True" Caption="EXECUTE2" DataMember="EXECUTE2"
Name="EXECUTE2" Width="200px">
<CellStyle HorizontalAlign="Justify" VerticalAlign="top">
</CellStyle>
</ISWebGrid:WebGridColumn>
<%--*** modified by riju on 07-10-09 --%>
<ISWebGrid:WebGridColumn AllowMultiLine="True" Caption="EXECUTE3" DataMember="EXECUTE3" Width="410px"
Name="EXECUTE3">
<CellStyle HorizontalAlign="Justify" VerticalAlign="top">

</CellStyle>
</ISWebGrid:WebGridColumn>
</Columns>
</RootTable>
<LayoutSettings RowHeaders="No" AllowDefaultStyleMerging="true" AllowSelectColumns="No" AllowColumnSizing="No" StatusBarVisible="false"
PagingMode="VirtualLoad" GridLines="None" AlwaysShowHelpButton="False" AllowFilter="Yes" RowHeightDefault="-1"
AllowGrouping="no" VirtualLoadMode="Default" AllowSorting="Yes" HeaderClickAction="SortMulti"
FilterBarVisible="False" AutoFitColumns="true">
<ClientSideEvents OnCellDblClick="gotoEdit();" OnRowContextMenu="HandleRowContextMenu"
OnInitialize="WG_Init" />
<HeaderStyle Font-Names="sans-serif" Font-Size="8" Height="0px"
Padding-Left="2"></HeaderStyle>
<RowStyle Cursor="Hand" Font-Names="sans-serif" Font-Size="8" CustomRules="padding-right:2px!important;padding-left:2px!important"
/>
<AlternatingRowStyle Cursor="Hand" Font-Names="sans-serif" Font-Size="8"
Padding-Left="2" CustomRules="padding-right:2px!important;padding-left:2px!important"/>
<TextSettings Language="UseCulture" UseWebResources="false">
</TextSettings>
</LayoutSettings>
I will try with your sample and let you know ASAP.

Am waiting for a reply. Is that fixed?

Thanks for the solution. In fact i was testing in mozilla and i didnt no that there was alternative for mozilla. Now the solution that worked for me is as follows.

<style type="text/css">
html * { box-sizing: border-box;-moz-box-sizing:border-box; }
</style>

Again thanks.

No. Its not working. Still jquery tab is bulged outside the region. I put the style inside the sample i sent. Any solution?

I dont think i understood your post clearly. Are you trying to say that old files were helping jquery to look that way. Strange! Coz before applying jquery to my project i did all testing in a sample project where it looked fine(no dll from webui). And moreover changing XHTML to HTML is not at all an option for me as all my pages derive from a container page, which when doctype changed, wont work at all and affect all pages. In short the poject completely depend on xhtml. Could you please clarify your post? And any other suggestion?

All times are GMT -5. The time now is 5:52 AM.
Previous Next