iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi Team,
When i have a single row of data under a webgrid then its not appearing.The single rows exists, but get hides when opening it in the ie11, Its working fine in ie 10 , I guess there is some compatiblity issue with the Ie 11. Kindly Help me..
Hi Vishal,
It seem your data row was got hidden by horizontal scroll bar. I would like to confirm if you have set WebGrid AutoHeight to true. If so, this problem could happen because the element that contain the WebGrid did not specified any height specification. To solve this, Please try set WebGrid Height to "300" and set AutoHeight to false, or you could try specify the height of the WebGrid's Container to 300px. That should solve it.
Best Regards,Leo
Hi Leo,
I have tired it but again its not solving the my problem. The Grid's Row is still hidden by the scroll Bar in
ie11 but its appearing fine in ie10. Do you have any other solution ?
It worked fine on my end with that setting. Could you share me a sample that I could used to observed this behaviour?
<body>
<form id="EditForecastForm" style="MARGIN-TOP: 0px" method="post" runat="server">
<uc1:toolbar id="ToolBar1" title="Edit Forecast" runat="server"></uc1:toolbar>
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true" />
<ISWebGrid:WebGrid ID="ForecastWebGrid" runat="server" Height="80%" UseDefaultStyle="True" DefaultStyleMode="Elegant"
Width="100%" OnInitializeDataSource="ForecastWebGrid_InitializeDataSource" OnPrepareDataBinding="ForecastWebGrid_PrepareDataBinding" OnBatchUpdate="ForecastWebGrid_BatchUpdate"
OnInitializePostBack="ForecastWebGrid_InitializePostBack" AllowPivotCharting="true">
<LayoutSettings AllowAddNew="Yes" AllowColumnMove="Yes" AllowSelectColumns="Yes" AllowDelete="Yes" AllowEdit="Yes" AllowExport="Yes"
EditOnClick="False" PagingMode="VirtualLoad"
AllowFilter="Yes" AllowGrouping="Yes" AllowSorting="Yes" AutoFilterSuggestion="True" ShowFilterStatus="True"
AutoFitColumns="True" AllowContextMenu="true" ColumnFooterAggregateMode="CalculateAllData" ColumnFooters="Yes"
AllowBatchUpdate="True" AllowMultipleSelection="Yes" NewRowLostFocusAction="AlwaysPrompt" GroupRowInfoFormatDefault="[caption]: [value], Total Rows: [count]">
<BatchUpdateSettings AutomaticObjectUpdate="true" AllowReviewChanges="true" />
<ClientSideEvents OnRowContextMenu="ForecastWebGrid_OnRowContextMenu" />
</LayoutSettings>
</ISWebGrid:WebGrid>
<ISWebCombo:WebCombo ID="ItemsWebCombo" runat="server" AllowWildCardSearch="True"
DataMember="DefaultView" OnInitializeDataSource="ItemsWebCombo_InitializeDataSource" Height="20px" UseDefaultStyle="True" Width="200px">
<LayoutSettings EntryMode="AutoComplete" AlwaysShowAllRowsOnDropdown="true">
</ISWebCombo:WebCombo>
</form>
</body>
I have sent you a html page. Kindly check at your end.
Thanking you
Also Leo, When i am trying to create a new thread in our community, its reflecting any where in the website.
Thanks
I notice that you set webgrid height to "80%" but never set webgrid container height. To solve this issue, please set webgrid container height. Please find the simple sample in attachment and evaluated it on your end by adding it to webgrid default sample.
Regards.
I am use the the html which am using for report in my asp,net application. If only single row is present or no rows found then my table get collasped in ie 11 and i am not able to view the result or the message. Attaching a Image for you. Please help me.
<form id="Form1" style="MARGIN-TOP: 0px" method="post" runat="server">
<div id="ReportContainer">
<asp:table ID="tblReportHead" Runat="server" Width="100%">
<asp:TableRow>
<asp:TableCell HorizontalAlign="Left">
<img src="images/ShertrackSnappslogo.jpg" border="0"/>
</asp:TableCell>
<asp:tablecell HorizontalAlign="Right" Wrap="False">
<asp:Button ID="btnCancel" Runat="server" CssClass="button" Text=" Cancel "></asp:Button>
</asp:tablecell>
</asp:TableRow>
<asp:tablerow VerticalAlign="Top">
<asp:tablecell ID="tbcReportTitle" Runat="server" ColumnSpan="2" CssClass="reportTitle">
Generating report ...
</asp:tablerow>
</asp:table>
<asp:table ID="tblReportBody" Runat="server" Width="100%">
<asp:TableCell ID="tbcReportBody" Runat="server">
<asp:Literal ID="litReportOutput" Runat="server" EnableViewState="False"></asp:Literal>
<asp:Label ID="lblError" Runat="server" Visible="False" CssClass="errorText"></asp:Label>
<asp:Xml id="ReportData" Runat="server"></asp:Xml>
</div>
<input type="hidden" id="hidRefresh" runat="server" value="1" />
<input type="hidden" id="hidRunning" runat="server" value="1" />
Hi Visal,
From the image, it seem that the issue was on WebGrid, but I could not find any webgrid tag in the asp code you have shared. I would appreciate it if you could share a sample that I could run on my end so that I could observed this issue.
For your information, I have modified my previous sample so that webgrid show 0 data with a button click in my attempt to replicate your issue. The result was I could not replicate your issue. I could see the empty row text message perfectly. Please have the sample evaluated on your end.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname