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
It was working fine but I manually tried the a Hot Fix that was sent to me for another issue. The issue was still broke so I tried to role back and I started getting this problem. I have uninstall and re-install the entire Solution of Intrasoft ASP.Net and I'm still having this problem.
The problem seems to be with the WebGrid. I'll attach to you all of the information I have in my assembly as well.
Any other ideas? This has me stopped. I'm unable to do work. I'll continue to find a solution but I know it's a huge time difference between us.
Windows XP Professional
Version 2002
Service Pack 3
32-bit
Julia,
The nightly build version would be great to show for proof of concept. Please send it. I have the new version R2. Will there be a problem with using the nightly build version?
Do yo have any idea when this will be? I know this is a top priority for me due to this is how we currently show our grids.
Hi Julia,
I saw your example and I was able to use it. Now when I add a WebGrid into one of the tabs, it reverts back to my previous issue. I have attached a copy of the sample code. I used the "BindtoTraditionalDataSource" sample code and added Tabs (the same code from "PercentageHeightWidth".
I did download the new R2 this morning hoping that would help.
Thanks,
Tenika
Do you think this will be supported soon? I would hate re-query the data to get the total number of rows regardless if I'm paging or not. This is something our users use quite frequently.
Thanks! Do you know when this changed that will be implemented?
Sorry forgot to add my screen shot of what I see when I changed the Height and Width to percentages as stated above.
Code I used:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Default.Master" CodeBehind="Tabs.aspx.cs" Inherits="TestGrid.Tabs" %> <%@ Register Assembly="ISNet.WebUI.WebDesktop" Namespace="ISNet.WebUI.WebDesktop" TagPrefix="ISWebDesktop" %> <asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server"> <link href="../css/Default.css" rel="stylesheet" type="text/css" /> <div> <ISWebDesktop:WebTab ID="WebTab1" runat="server" Height="90%" Width="90%" RenderMode="RoundCorner"> <TabItemStyle> <Active BorderStyle="Solid" BackColor2="WhiteSmoke" BorderWidth="1px" BorderColor="Navy" BaseStyle="Normal" BackColor="White" GradientType="Vertical"> </Active> <Over BaseStyle="Normal" BackColor="WhiteSmoke"> </Over> <Normal BorderStyle="Solid" BorderWidth="1px" BorderColor="Gray" Width="100%" Font-Size="10pt" Font-Names="Tahoma" BackColor="Gainsboro" Height="100%" Cursor="Hand"> <Padding Top="2px" Left="10px" Bottom="0px" Right="10px"></Padding> </Normal> </TabItemStyle> <DisabledStyle ForeColor="Gray"> </DisabledStyle> <TabPages> <ISWebDesktop:WebTabItem Name="Tab1" Text="Overview"> <PageTemplate> <div class="text"> <asp:Image ID="imgInfo" runat="server" ImageUrl="../images/info.gif" ImageAlign="AbsMiddle"> </asp:Image>This sample demonstrates a WebTab which using built-in RoundCorner TabStrip settings. <br /> <br /> Note that the roundcorner of the WebTab do not use any images. The colors can be easily configured by changing the RoundCornerSettings.</div> </PageTemplate> </ISWebDesktop:WebTabItem> <ISWebDesktop:WebTabItem Name="InlineContent" Text="InlineContent"> <PageTemplate> <div class="text"> <asp:Image ID="imgInfo2" runat="server" ImageUrl="../images/info.gif" ImageAlign="AbsMiddle"> </asp:Image> This window is using InlineContent mode (Default).<br /> <br /> When using this mode, you can use any ASP.NET server controls inside this Window's content.<br /> <br /> <asp:Label ID="Label1" runat="server" Text="This is a label: " CssClass="text"></asp:Label> <asp:TextBox ID="TextBox1" runat="server" CssClass="text"></asp:TextBox><br /> <br /> <input id="Button1" type="button" value="button" class="text" /> </div> </PageTemplate> </ISWebDesktop:WebTabItem> <ISWebDesktop:WebTabItem ContentURL="./HTMLPage.htm" ContentMode="UseIFrame" Name="IFrame" Text="IFrame"> </ISWebDesktop:WebTabItem> </TabPages> <FrameStyle Overflow="Hidden" OverflowX="Hidden" OverflowY="Hidden"> </FrameStyle> <RoundCornerSettings FillerBorderColor="255, 199, 60" TopBorderColor="230, 139, 44"> </RoundCornerSettings> <ContainerStyle BorderStyle="Solid" BorderWidth="1px" BorderColor="Navy" Width="100%" BackColor="WhiteSmoke" Height="100%" Overflow="Auto" OverflowX="Auto" OverflowY="Auto"> <Padding Top="5px" Left="5px" Bottom="5px" Right="5px"></Padding> </ContainerStyle> </ISWebDesktop:WebTab> </div> </asp:Content>
<ISWebDesktop:WebTab ID="WebTab1" runat="server" Height="300px" Width="500px" RenderMode="RoundCorner">
This worked by the way, Thanks!. I just have one more question. On the initial load of the data. I now see the text description. When I "drill" into the tree my value isn't selected (or highlighted). I noticed in your example it isn't either. Is this the functionality of the tree?
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