Gridview Border color issue in IE10

Hi,
I am facing an issue in IE10(Version: 10.0.9200.17116, Update Versions: 10.0.21 (KB2987107)).
when I try to render a grid view, the borders of the cell are not in proper color.
The grid view is applied black border for cells and text color of grid cell is Red and Yellow on alternate row. But the border color of the grid view cell gets mixed with the text color inside the cell  and applied black border.
You can see my post on (http[:]//forums[dot]asp[dot]net/t/2024404.aspx)
Please let me know a suitable solution for the issue.
Regards,
Salman

Hi,
I noticed that you're using IE10(Version: 10.0.9200.17116, Update Versions: 10.0.21 (KB2987107)).As Robear mentioned in the first reply, we recommend to install the latest update KB 3008923 for IE to have a best performance.
Have you checked the application code with F12 developer tool, then change the user agent string below Internet Explorer 10 as a test?
I've checked the link you posted in the asp.net forum, seems you're trying to delelop a web application in IE, I'm not a developer, but I found some useful links
some guys recommend css instead of html and others point a direction of tables inheritance
http://stackoverflow.com/questions/16803844/border-colours-in-ie10-incorrect-all-other-browsers-ok
https://social.msdn.microsoft.com/forums/ie/en-us/c3797399-3571-48e8-8d09-b771a9665109/ie10-incompatible-on-table-border-design
NOTE
This
response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
Microsoft
does not control these sites and has not tested any software or information found on these sites.
Yolanda Zhu
TechNet Community Support

Similar Messages

  • Ratpoison border color

    Well, I dabbled in openbox and fluxbox for a while, but have switched back to ratpoison 'cos despite its flaws, its mouseless charm is lovable
    Anyway, although I haven't changed my ratpoisonrc from before, my border around urxvt is now white instead of black, and I don't know why... the border is black around firefox, as desired, but  the border is either white or transparent around urxvt.
    The Xdefaults options I have affecting urxvt are:
    *foreground: #B0B0B0
    ! Green
    !*background: #202f37
    !*background: #20372f
    ! Brown
    !*background: #372f20
    ! Blue
    !*background: #101520
    !*background: #151825
    *background: #232b42
    ! Black + DarkGrey
    *color0: #000000
    *color8: #666666
    ! DarkRed + Red
    *color1: #b45151
    *color9: #fe8686
    ! DarkGreen + Green
    *color2: #aece92
    *color10: #97fa97
    ! DarkYellow + Yellow
    *color3: Khaki3
    *color11: #efe58b
    ! DarkBlue + Blue
    *color4: #2797d8
    *color12: #86cdea
    ! DarkMangenta + Mangenta
    *color5: #aa6eaf
    *color13: #cb96ce
    !DarkCyan + Cyan
    *color6: #418179
    *color14: #71bebe
    ! LightGrey + White
    *color7: #bebebe
    *color15: #ffffff
    *saveLines: 32767
    *scrollTtyKeypress:true
    *scrollTtyOutput: false
    *scrollBar: false
    *internalBorder: 20
    urxvt*loginShell: true
    urxvt*termName: rxvt-unicode
    urxvt*inheritPixmap: true
    urxvt*shading: 40
    urxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=11
    urxvt*tintColor: #405070
    Even when I get rid of the most likely culprits - *inheritPixmap, *shading, *tintColor and *internalBorder, the border still remains invisible.
    So my main problem is getting the border back around urxvt 
    Also though, is it possible to change the border color in ratpoison? I spent hours customising my .rc for it, and never found an option to alter the border color...
    I wouldn't even be bothered about having a border tbh, but urxvt won't sit right up against the screen edges, despite ratpoison's padding being 0. It won't even work when  urxvt's *externalBorder: 0 is set in Xdefaults.

    Komodo wrote:at least you can usually track down the cause of every problem you find, since you're sufficiently knowledgeable.
    Very OT:
    When it comes to schooling, I have a degree in Computer Engineering.  That is, basically an Electrical Engineering degree, with low level programming (I can recall using 7 different assembly flavors, along with C and C++, not to mention design languages such as Verilog and VHDL, plus matlab).  Most people in the field that I actually work in are Computer Scientists.  Now, the difference when it comes to knowledge usually isn't that great.  People know how to code fairly well.  However, when it comes to methodology, I feel that the engineering disciplines are superior.
    Most engineering training, from a general standpoint, is all about diagnosis of an issue.  A lot of time is spent dealing with design from a *generic* point of view.  It may be "design a bridge for this ravine" or "design a 128bit ALU" or "design an algorithm that computes the number of LEDs lit up".  In most engineering disciplines, this methodology is the same.  You go about it the same way.
    When it comes to Computer Science, it seems the methodology is left out, and people tend to come into the "real world" with this understanding that there is no general way to do something.  You design using UML and Use Cases and that's it.
    It's the same when it comes to 'fixing' something.  Fixing a problem is really just re-designing the original solution (the original solution was a 'fix' for something anyway, wasn't it?).  I find myself to have very good skills when it comes to diagnosing issues, and am usually pretty quick about it.  That said, there is knowledge of the task at hand involved - I know, from a generic overview, how window managers work (hell, I've written a few mini ones just to get a feel for it), and thus can 're-design' the color handling fairly easilly.
    I wish Computer Science would grasp the methodologies used in the engineering disciplines... it pays alot.

  • Table Border Colors Not Corresponding to CSS

    Having an issue with tables not displaying their designated border colors. I think something is over-riding in CSS, but don't know how. Here is the page. I've assigned it a new class w/background-color, but it's not showing up - - just transparent borders. Thoughts?
    .table{
    display:inline;
    border-color:#000000}

    seanmc81 wrote:
    That worked for the border, thanks. Although I'm trying to get each cell outlined in #000000 as well. Would i assign something like
    border-right-color: 1px solid #000000;
    border-left-color: 1px solid #000000}
    as well?
    .table {
    border-collapse: collapse;
    .table td {
    border: 1px solid #000;

  • Changing Border color

    Hi All,
    I have an issue in changing the color of the border of a field. My requirement is to change the border color to red on invlid value. The script this.border.edge.color.value = "255,0,0"; works fine in initialize event, but in exit/validate, its not working. ie.only the color the border of the value ischanging, and not the border of the whole field.
    Thanks,
    Prabhakar.

    Hi all,
    I have opened the .pdf file with designer(open with), and I was trying to change the border color. But when I opened the .xdp file with designer, it was working perfectly. Other look & feel issues also solved automatically.
    Thanks,
    Prabhakar.

  • Changing border Color in Yahoo Astra IPv4AddressInput

    I'm using the Yahoo Astra IPv4AddressInput for an input, but the border Color theme doesn't match my other text inputs, etc. Does anyone know how to change the visual attributes of this object?

    Hi all,
    I have opened the .pdf file with designer(open with), and I was trying to change the border color. But when I opened the .xdp file with designer, it was working perfectly. Other look & feel issues also solved automatically.
    Thanks,
    Prabhakar.

  • Changing border color, and caption imagesize

    Is i possible to change the size of the captionbar in a JFrame window? And also change the color of the JFrame window? If it's possible, please point me in the right direction!
    //George.F

    Hi all,
    I have opened the .pdf file with designer(open with), and I was trying to change the border color. But when I opened the .xdp file with designer, it was working perfectly. Other look & feel issues also solved automatically.
    Thanks,
    Prabhakar.

  • IPhone 5s screen color issues

    Got a 5s, love, however I was wondering, the color white seems "yellowish". I was able to get one (AT&T) through Best Buy, and ordered one through Apple. Both phones seems to have the white color issue. I went to the Apple store and compared the screens, my phone seems "yellowish", even confirmed by the Apple employee. Anyone else having issues?

    Thank you for your help, Shipping cost is a issue. I will contact the apple soon
    Thank you

  • How do I change an image border color to another color - Dreamweaver CS5?

    Good day,
    I have just learned how to add a border to an image with Dreamweaver CS5 within the Properties Inspector.
    After typing the width in pixels in the Border Text Field and pressing the Enter key, Dreamweaver created a black border.
    How do I change the image border color to another color?

    I added your suggested rule to the Style Sheet "in any order" as you explained. See the image below.
    However this did not change the image border from black to light blue. In fact, nothing changed.
    Nothing changed because the CSS that has been written into DW is incorrectly written.
    You want the following (exactly as written below)
    img {border: 4px solid #0062C8;}
    You've inadvertently wrapped the rule inside a #main_image container rendering it meaningless.
    It's easiest to go into Code View and change
    #main_image {
         img {border: 4px solid #0062C8;
    to
    img { border: 4px solid #0062C8; }
    The Property Inspector added a border exactly as I wanted it, other than the color I wanted the border to be. What is the use of this function in Property Inspector if it can add a border within Property Inspector but not let me change the COLOR of the black border that Property Inspector added, to another color?
    That's a deceptively simple, yet valid, question with a long answer.
    Back in the dark old days of web design web designers were restricted to inline HTML formatting which offered  border properties but no colors.
    CSS styling offers colors and more but has to be written differently.
    These days. it's best to avoid HTML formatting. Unfortunately border="4px" in the PI still allows it. But does not permit color.
    Does anyone else out there ever add color borders to their IMAGES (not the containing box for the image) ?
    Yes, using CSS.

  • Camera Raw 8.7.1 color issues

    After the recent camera raw update to 8.7.1 I have noticed some pretty bad color shifts between camera raw and photoshop cs6. The colors in camera raw look very saturated and then when moving into photoshop the saturation shift is pretty dramatic. I never had these issues before the update. I have attached a screenshot illustrating the color issue. I am working on a very good monitor ( NEC PA 242W ) and it is color calibrated using NEC Spectraview calibration system. I have double checked my color setting in photoshop and camera raw to make sure I was viewing the same color space. I am just wondering if this is maybe a bug in the update and others are experiencing the same issues or if I am just missing something.
    I would also add that I am using the Creative Suite CS6 and not CC. If that makes a difference.

    Thanks ssprengel for the suggestions and running a side by side yourself. I went through all my settings and applied your suggestions and did a side by side each time. I even uninstalled the entire creative suite on my system then reinstalled and updated and I still get the same outcome. It was fine yesterday with the previous version of ACR. It seems like the updated version is not showing the image preview in any color space. When I switch the color space in the workflow options the histogram changes but it doesn't seem to affect the preview window. And yes the preview button was checked on it was just when I was using the screen grab tool in windows it took focus away from the application so that is why the settings appear grayed out. I have attached more screen grabs below illustrating all my settings. Also here is some system info if anyone out there has a similar setup and would be willing to test.
    Adobe Photoshop Version: 13.0.1 (13.0.1.3 20131024.r.34 2013/10/24:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1

  • Photoshop CC Color Issues

    When I updated my Photoshop program two updates ago I began having color issues in Photoshop as the rest of the Adobe Suite.  Regardless of whether the color mode is RGB or CMYK the colors appear washed out on the program.  This image http://i.imgur.com/BWVwbx2.jpg  is an example. The image on the right is a screen shot of the original image of the shoes copied from the website, the image on the left is the same image copied into photoshop. When I try to save the RGB file as a jpeg or a PDF it looks the same as it did in the program, washed out.  However,  when the file is CMYK color mode and I try to save it as a jpeg or PDF it looks like this http://i.imgur.com/TAUyeOf.jpg. Both my coworker and I started having this issue on our seperate computers around the same time so I don't believe that it is a graphics card issue or something along those lines. How can I fix this?  I have tried calling Adobe support, but unfortunately the person on the phone was not very experienced in the program and unable to help.
    Some Info about my computer:
    Currently I have Photoshop CC with the 14.2.1 update.  I have Windows 7 Professional SP1, 64-bit OS,  8 GB of RAM (7.87 GB Usable) and 360 GB free space on the (C:) drive.

    Illustrator and Windows Photo Viewer agree. They should, because they're both fully color managed. I assume Photoshop shows the same.
    Picasa is not color managed. All bets are off there, it can display like anything under the sun, depending on what color space the file was created in, and how your monitor displays color.
    There is a basic checklist for color management issues:
    1 - is the application color managed at all?
    2 - is there an embedded document profile, and what is it?
    3 - what is the monitor profile?
    We've established #1. For #2, see in the lower left corner of the Photoshop image window. Click the little arrow and check "document profile". What does it say?
    #3 is often the critical one. This is where your calibrated monitor profile should be - but if you don't do that, it's often a manufacturer supplied profile. These are often worse than worthless. The best option here is to use sRGB if you have a standard gamut monitor (like the U2412) - or Adobe RGB if you have a wide gamut monitor (like your co-worker's U3011). Yes, there is a significant difference between these two.
    Anyway:
    Go to Control Panel > Color Management > Devices. Set sRGB IEC61966-2.1 as your default monitor profile there and relaunch Photoshop:
    With this setting, Photoshop, Illustrator and Windows Photo Viewer will display  (more or less) correctly. It could still be that the file had the wrong document profile, or none at all, but the file will display correctly as it is.

  • HP 7260: Photo tray = color issues (pink photos)

    Hi,
    I have a 7260 and it's working fine, as long as you don't use the photo tray.
    Today I tried to print a couple of photos on advanced hp photo paper.
    No problems at all, except that the picture is completely... pink.
    So I tried to mangle with the color settings (in windows) and eventually ended up with 6 pink pictures.
    Since I thought this was a settings error, I tried printing straight from the SD memory card.
    I figured that if there was no computer involved, there wouldn't be any setting issues either.
    And thus I ended up with 7 pink pictures.
    I finally decided this would probably be an ink issue, but to make sure I tried to print the same photo on a regular A4 sheet.
    And... no color issues there! Printing on regular A4 sheets works just fine!
    Any idea how I could make the printer print the right colors on the right paper?

    I suggest opening the Print & Scan System Preferences, then highlight your HP Photosmart printer in the printers list and delete it by pressing the minus sign. Now, re-add the printer by clicking on the plus sign and select the printer. Make sure that the 'Print Using:' pull down aut selects the correct driver for your printer. If it doesn't, pull down the list and manually select the correct driver using the 'Select Printer Software' option. Hopefully that will resolve your issue.
    HP Printer Support for Mac OS X

  • Color issues

    Hi, I recently installed Creative Suite Web Premium, and have
    weird color issues. If I open a jpeg in fireworks it looks correct,
    but if I open it PhotoShop CS3 or Windows Photo Gallery the colors
    look REALLY bright, not even close.
    Any Ideas on how to fix this?
    Thanks

    In Photoshop, try turning off View > Proof Colors.
    If that doesn't work, try Edit > Assign Profile and choose
    "Don't Color Manage This Document."
    If that doesn't work, try Edit > Color Settings and set
    the "Settings" to "Monitor RGB."

  • Illustrator CS6 color issues when saving JPG

    I have recently gotten rid of the Pantone+ color books and replaced them with the old color books, using the "Workaround 1: Replace Pantone Plus with older Pantone color books" help from Adobe. Followed all of the instrauctions and had no issues until two weeks ago. Then suddenly when saving PDFs I had to start changing the output Color Conversion to ' convert to destination'. I never had to take this extra step before. Now if I do not do this it saves some colors as black. Whatever, I got over that and take the extra step.
    TODAY, now I can't even save JPGs without color issues. Some JPGs save correctly. Then I use the same color in a different file, and it saves completely different. Same color profiles, swatch options, blah blah blah.
    Someone help me. I am extremely fed up with these issues. Like everyone else, this is my job and now it is making a huge impact on my work...

    What program are you using to view the PDFs?

  • I have never used my mac for desktop publishing before and am having some problems.  This sounds really dumb, but I can't figure out how to put a border around a text box.  Also, how do you edit the border, i.e. border color, thickness, etc. Help!

    I have never used my mac for desktop publishing before and am running into some real problems.  How do you put a border around a text box?  Can you edit the border - color, thickness, etc.?  Help!

    I think the best solution is to read Pages documentation, go to Help and you have a long list of options. Pages is capable of quite sophisticated things, some features are above Nisus or Mellel, so it is not so simple to summarize things in a few lines.

  • Bizzare Color Issue With JPEGs In RGB

    Recently when I've imported any jpegs from either the web or from my Thinkstock account I get strange color issues when it opens the image. Mostly the distortion happens in the whites. By default it opens in RGB mode (figure 1) and the issue goes away if I convert to CMYK mode (figure 2) but the image needs to be in RGB for me to use in an After Effects comp. Is there some step I'm missing in my color management? Thanks!

    Make sure you install the 10.9.1 update.
    Another test you can do is disable GPU drawing in Photoshop's preferences, then relaunch Photoshop.
    If the problem goes away, then it was caused by the video card driver (or, possibly by a defect in the GPU, but those aren't as common).

Maybe you are looking for

  • How to list all .URL shortcuts on multiple computers desktops

    I've been searching to find a Powershell script that polls a list of computer names and then returns a list of the .URL shortcuts along with their targets from the logged in users desktop. Does anyone know if there is one out there or at least point

  • Error: Before the statement "FORM", conclude with "ENDFUNCTION

    Hi All, I'm using this exit :EXIT_SAPLVEDA_001. In this exit include zxvedu03 is used. I have written a perform in this include  zxvedu03  : perform abc. I have written the code form abc.                                          endform. in include Z

  • Access Control Mechanism in JSF

    Hi all , I am working on a project (still in analysis phase) and have decided to go for JSF over struts. As i have found that JSF has good advantages over struts. I am searching for a good model (with code) to implement a robust access control mechan

  • Share a folio from folio producer

    Hi, i write from Italy, I created my first folio with Indesign 5.5 and I uploaded in my folio producer. I shared a folio with a friend (IPAD2) but clicking on the link included in the email, Safari displays the message "Unsupported Browser" and my fr

  • Connecting 2 virtual hosts to one portal

    I am trying to configure portal to work with machines in the internal network and outside world. Is there a way to do it? Many Thanks!