Welcome Guest Search | Active Topics | Sign In | Register

Add Control in Custom column when go to nearly bound the control show under bounder Options
praphas_jb
Posted: Sunday, May 20, 2012 2:20:36 PM
Rank: Member
Groups: Member

Joined: 12/6/2011
Posts: 12
Hi Expert,

I have been add the control into custom columns then when I add new now anc click this columns the control (Listview ) show behine the border grid, I would like it show top border , How can I shoud be done ?

Thank You
eo_support
Posted: Monday, May 21, 2012 7:18:06 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

I am not sure if I understand your question. Can you create a test page that demonstrates what you are trying to do?

Thanks!
praphas_jb
Posted: Monday, May 21, 2012 7:36:54 AM
Rank: Member
Groups: Member

Joined: 12/6/2011
Posts: 12
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register TagPrefix="eo" NameSpace="EO.Web" Assembly="EO.Web" %>
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<h2>
Welcome to ASP.NET!
</h2>
<p>
</p>
<eo:Grid ID="Grid1" runat="server" AllowNewItem="True" BorderColor="#828790"
BorderWidth="1px" ClientSideOnContextMenu="ShowContextMenu"
ColumnHeaderAscImage="00050204" ColumnHeaderDescImage="00050205"
ColumnHeaderDividerImage="00050203" ColumnHeaderHeight="24"
FixedColumnCount="1" Font-Bold="False" Font-Italic="False" Font-Names="Tahoma"
Font-Overline="False" Font-Size="8.75pt" Font-Strikeout="False"
Font-Underline="False" FullRowMode="False" GridLineColor="240, 240, 240"
GridLines="Both" Height="200px" IsCallbackByMe="False" ItemHeight="19"
Width="100%" onitemcommand="Grid1_ItemCommand">
<columntemplates>
<eo:TextBoxColumn>
<TextBoxStyle CssText="BORDER-RIGHT: #7f9db9 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7f9db9 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 8.75pt; PADDING-BOTTOM: 1px; MARGIN: 0px; BORDER-LEFT: #7f9db9 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #7f9db9 1px solid; FONT-FAMILY: Tahoma" />
</eo:TextBoxColumn>
<eo:DateTimeColumn>
<datepicker controlskinid="None" daycellheight="16" daycellwidth="19"
dayheaderformat="FirstLetter" disableddates="" othermonthdayvisible="True"
selecteddates="" titleleftarrowimageurl="DefaultSubMenuIconRTL"
titlerightarrowimageurl="DefaultSubMenuIcon">
<calendarstyle csstext="background-color: white; border-right: #7f9db9 1px solid; padding-right: 4px; border-top: #7f9db9 1px solid; padding-left: 4px; font-size: 9px; padding-bottom: 4px; border-left: #7f9db9 1px solid; padding-top: 4px; border-bottom: #7f9db9 1px solid; font-family: tahoma" />
<pickerstyle csstext="border-bottom-color:#7f9db9;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#7f9db9;border-left-style:solid;border-left-width:1px;border-right-color:#7f9db9;border-right-style:solid;border-right-width:1px;border-top-color:#7f9db9;border-top-style:solid;border-top-width:1px;font-family:Courier New;font-size:8pt;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;padding-bottom:1px;padding-left:2px;padding-right:2px;padding-top:2px;" />
<SelectedDayStyle CssText="font-family: tahoma; font-size: 12px; background-color: #fbe694; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" />
<todaystyle csstext="font-family: tahoma; font-size: 12px; border-right: #bb5503 1px solid; border-top: #bb5503 1px solid; border-left: #bb5503 1px solid; border-bottom: #bb5503 1px solid" />
<titlearrowstyle csstext="cursor:hand" />
<monthstyle csstext="font-family: tahoma; font-size: 12px; margin-left: 14px; cursor: hand; margin-right: 14px" />
<dayhoverstyle csstext="font-family: tahoma; font-size: 12px; border-right: #fbe694 1px solid; border-top: #fbe694 1px solid; border-left: #fbe694 1px solid; border-bottom: #fbe694 1px solid" />
<disableddaystyle csstext="font-family: tahoma; font-size: 12px; color: gray; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" />
<DayHeaderStyle CssText="font-family: tahoma; font-size: 12px; border-bottom: #aca899 1px solid" />
<OtherMonthDayStyle CssText="font-family: tahoma; font-size: 12px; color: gray; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" />
<DayStyle CssText="font-family: tahoma; font-size: 12px; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" />
<TitleStyle CssText="background-color:#9ebef5;font-family:Tahoma;font-size:12px;padding-bottom:2px;padding-left:6px;padding-right:6px;padding-top:2px;" />
</datepicker>
</eo:DateTimeColumn>
<eo:MaskedEditColumn>
<maskededit controlskinid="None"
textboxstyle-csstext="BORDER-RIGHT: #7f9db9 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7f9db9 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 1px; MARGIN: 0px; BORDER-LEFT: #7f9db9 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #7f9db9 1px solid; font-family:Courier New;font-size:8pt;">
</maskededit>
</eo:MaskedEditColumn>
</columntemplates>
<itemstyles>
<eo:GridItemStyleSet>
<itemhoverstyle csstext="background-image: url(00050206); background-repeat: repeat-x" />
<selectedstyle csstext="background-image: url(00050207); background-repeat: repeat-x" />
<cellstyle csstext="padding-left:8px;padding-top:2px;" />
<ItemStyle CssText="background-color: white" />
</eo:GridItemStyleSet>
</itemstyles>
<columnheaderhoverstyle csstext="background-image:url('00050202');padding-left:8px;padding-top:4px;" />
<columnheaderstyle csstext="background-image:url('00050201');padding-left:8px;padding-top:4px;" />
<ContentPaneStyle CssText="" />
<FooterStyle CssText="padding-bottom:4px;padding-left:4px;padding-right:4px;padding-top:4px;" />
<Columns>
<eo:RowNumberColumn Width="40">
</eo:RowNumberColumn>
<eo:DateTimeColumn DataField="PostedAt" HeaderText="Posted At">
<datepicker controlskinid="None" daycellheight="16" daycellwidth="19"
dayheaderformat="FirstLetter" disableddates="" othermonthdayvisible="True"
selecteddates="" titleleftarrowimageurl="DefaultSubMenuIconRTL"
titlerightarrowimageurl="DefaultSubMenuIcon">
<calendarstyle csstext="background-color: white; border-right: #7f9db9 1px solid; padding-right: 4px; border-top: #7f9db9 1px solid; padding-left: 4px; font-size: 9px; padding-bottom: 4px; border-left: #7f9db9 1px solid; padding-top: 4px; border-bottom: #7f9db9 1px solid; font-family: tahoma" />
<pickerstyle csstext="font-family:Courier New; padding-left:5px; padding-right: 5px;" />
<SelectedDayStyle CssText="font-family: tahoma; font-size: 12px; background-color: #fbe694; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" />
<todaystyle csstext="font-family: tahoma; font-size: 12px; border-right: #bb5503 1px solid; border-top: #bb5503 1px solid; border-left: #bb5503 1px solid; border-bottom: #bb5503 1px solid" />
<titlearrowstyle csstext="cursor:hand" />
<monthstyle csstext="font-family: tahoma; font-size: 12px; margin-left: 14px; cursor: hand; margin-right: 14px" />
<dayhoverstyle csstext="font-family: tahoma; font-size: 12px; border-right: #fbe694 1px solid; border-top: #fbe694 1px solid; border-left: #fbe694 1px solid; border-bottom: #fbe694 1px solid" />
<disableddaystyle csstext="font-family: tahoma; font-size: 12px; color: gray; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" />
<DayHeaderStyle CssText="font-family: tahoma; font-size: 12px; border-bottom: #aca899 1px solid" />
<OtherMonthDayStyle CssText="font-family: tahoma; font-size: 12px; color: gray; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" />
<DayStyle CssText="font-family: tahoma; font-size: 12px; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" />
<TitleStyle CssText="background-color:#9ebef5;font-family:Tahoma;font-size:12px;padding-bottom:2px;padding-left:6px;padding-right:6px;padding-top:2px;" />
</datepicker>
</eo:DateTimeColumn>
<eo:TextBoxColumn DataField="PostedBy" HeaderText="Posted By">
</eo:TextBoxColumn>
<eo:TextBoxColumn DataField="Topic" HeaderText="Topic" Width="300">
</eo:TextBoxColumn>
<eo:CustomColumn HeaderText="...">
<EditorTemplate>
<asp:Panel ID="pan" runat="server" ScrollBars="Auto">


</asp:Panel>

</EditorTemplate>
</eo:CustomColumn>
<eo:ButtonColumn ButtonText="..." ButtonType="PushButton" CommandName="Find"
HeaderText="" Name="Find" Width="30">
</eo:ButtonColumn>
</Columns>
</eo:Grid>
<p>



</p>
<p>
You can also find <a href="http://go.microsoft.com/fwlink/?LinkID=152368&amp;clcid=0x409"
title="MSDN ASP.NET Docs">documentation on ASP.NET at MSDN</a>.
</p>
</asp:Content>
eo_support
Posted: Monday, May 21, 2012 8:47:16 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

Please try to post a test page that can run and the detailed steps to reproduce the problem and describe the problem. We can not help you unless we can understand what you are trying to tell us. If you just post a single sentence about your issue without providing enough information, or just copy and paste a page that does not compile or run, we will never understand what your question really is. So please provide as much information as you can. We will only be able to help you after we understand what you are asking.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.