Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
AnswerRe: tx text control Pin
Christian Graus3-Jul-07 23:11
protectorChristian Graus3-Jul-07 23:11 
GeneralRe: tx text control Pin
darkcalin3-Jul-07 23:29
darkcalin3-Jul-07 23:29 
GeneralRe: tx text control Pin
J4amieC3-Jul-07 23:34
J4amieC3-Jul-07 23:34 
Jokemultiple personality??? Pin
Martin#3-Jul-07 23:44
Martin#3-Jul-07 23:44 
QuestionProblem with using a COM component into shared Addin Pin
Banks K3-Jul-07 22:15
Banks K3-Jul-07 22:15 
QuestionInfragistics control Pin
Praveen0293-Jul-07 22:03
Praveen0293-Jul-07 22:03 
AnswerRe: Infragistics control Pin
Colin Angus Mackay3-Jul-07 22:35
Colin Angus Mackay3-Jul-07 22:35 
AnswerRe: Infragistics control Pin
Stu Richardson3-Jul-07 22:54
Stu Richardson3-Jul-07 22:54 
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/[^]
Question0=48?? Pin
Manfr3d3-Jul-07 21:55
Manfr3d3-Jul-07 21:55 
AnswerRe: 0=48?? Pin
Giorgi Dalakishvili3-Jul-07 21:59
mentorGiorgi Dalakishvili3-Jul-07 21:59 
GeneralRe: 0=48?? Pin
Manfr3d4-Jul-07 1:03
Manfr3d4-Jul-07 1:03 
AnswerRe: 0=48?? Pin
mav.northwind3-Jul-07 22:08
mav.northwind3-Jul-07 22:08 
GeneralRe: 0=48?? Pin
Manfr3d4-Jul-07 1:11
Manfr3d4-Jul-07 1:11 
GeneralRe: 0=48?? [modified] Pin
Martin#4-Jul-07 1:30
Martin#4-Jul-07 1:30 
GeneralRe: 0=48?? Pin
Vikram A Punathambekar4-Jul-07 1:54
Vikram A Punathambekar4-Jul-07 1:54 
Questionusing serial port with vista??? Pin
Mir_As3-Jul-07 21:38
Mir_As3-Jul-07 21:38 
Questionpassing data Pin
Bong M.3-Jul-07 21:27
Bong M.3-Jul-07 21:27 
AnswerRe: passing data Pin
JacquesDP3-Jul-07 22:18
JacquesDP3-Jul-07 22:18 
AnswerRe: passing data Pin
wasife4-Jul-07 0:04
wasife4-Jul-07 0:04 
AnswerRe: passing data Pin
JeffPClark4-Jul-07 8:33
JeffPClark4-Jul-07 8:33 
QuestionGridview error Pin
kankeyan3-Jul-07 21:18
kankeyan3-Jul-07 21:18 
AnswerRe: Gridview error Pin
Vikram A Punathambekar3-Jul-07 22:09
Vikram A Punathambekar3-Jul-07 22:09 
GeneralHere is the code Pin
kankeyan3-Jul-07 22:19
kankeyan3-Jul-07 22:19 
GeneralRe: Here is the code Pin
Vikram A Punathambekar3-Jul-07 23:23
Vikram A Punathambekar3-Jul-07 23:23 
AnswerRe: Gridview error Pin
_AK_3-Jul-07 23:09
_AK_3-Jul-07 23:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.