Infragistics control
-
hi, I am using winultragrid control for display a records from a database. I want to change active color of a selected row.
-
hi, I am using winultragrid control for display a records from a database. I want to change active color of a selected row.
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
-
hi, I am using winultragrid control for display a records from a database. I want to change active color of a selected row.
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/[^]