Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Infragistics control

Infragistics control

Scheduled Pinned Locked Moved C#
database
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Praveen029
    wrote on last edited by
    #1

    hi, I am using winultragrid control for display a records from a database. I want to change active color of a selected row.

    C S 2 Replies Last reply
    0
    • P Praveen029

      hi, I am using winultragrid control for display a records from a database. I want to change active color of a selected row.

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      You will more likely find someone to help at the Infragistics Forums[^] because they specialise in that sort of thing. Here is just general C#


      Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." Ready to Give up - Your help will be much appreciated. My website

      1 Reply Last reply
      0
      • P Praveen029

        hi, I am using winultragrid control for display a records from a database. I want to change active color of a selected row.

        S Offline
        S Offline
        Stu Richardson
        wrote on last edited by
        #3

        Two ways of doing this: 1. Handle the AfterSelectChange event and use the grids ActiveRow.Appearance properties. e.g. Set the back color by calling. grid1.ActiveRow.Appearance.BackColor = Color.Blue; 2. Use the grids inbuilt design wizard - there is an "Appearance Browser" window where you can set an active rows appearance properties. This would be the best way to do it. As mentioned by another post you should be able to get all the infragisitcs help you need from the infragistics forums or from the examples they provide with thier controls. Goto the forums at: http://forums.infragistics.com/[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups