Welcome Guest Search | Active Topics | Sign In | Register

Grid - SelectedItem Borders Options
Jeff
Posted: Thursday, April 10, 2008 11:28:40 AM
Rank: Member
Groups: Member

Joined: 4/3/2008
Posts: 16
In a grid when I set the borders to a different size and color I can't get the bottom border line to show. The others show and change color and size but not the bottom one.
eo_support
Posted: Thursday, April 10, 2008 11:40:55 AM
Rank: Administration
Groups: Administration

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

Try add the following at the begining of the your page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

That will put the page in standard compliant mode, without that you will lose the bottom borders on SelectedStyle.

Thanks
Jeff
Posted: Thursday, April 10, 2008 11:50:50 AM
Rank: Member
Groups: Member

Joined: 4/3/2008
Posts: 16
Thanks for the info but that is already there. Below are the top lines in my page.

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

<%@ Register Assembly="EO.Web, Version=5.0.44.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc"
Namespace="EO.Web" TagPrefix="eo" %>

<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
eo_support
Posted: Thursday, April 10, 2008 11:53:22 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,093
That's interesting. Can you create a test page that reproduces the problem so that we can take a look? (Make sure the test page runs.)


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.