Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: tapi3 Pin
Michael P Butler21-Mar-06 3:28
Michael P Butler21-Mar-06 3:28 
QuestionHow to open new form Pin
Areff21-Mar-06 1:18
Areff21-Mar-06 1:18 
AnswerRe: How to open new form Pin
Nicholas Butler21-Mar-06 1:37
sitebuilderNicholas Butler21-Mar-06 1:37 
AnswerRe: How to open new form Pin
Brett Slaski21-Mar-06 1:40
Brett Slaski21-Mar-06 1:40 
GeneralRe: How to open new form Pin
J4amieC21-Mar-06 2:21
J4amieC21-Mar-06 2:21 
GeneralRe: How to open new form Pin
Brett Slaski25-Mar-06 18:57
Brett Slaski25-Mar-06 18:57 
AnswerRe: How to open new form Pin
Divyang Mithaiwala21-Mar-06 2:22
Divyang Mithaiwala21-Mar-06 2:22 
QuestionStrange Problem with UltraWinGrid ButtonColumn Pin
Mukesh Kumar Gupta21-Mar-06 1:14
Mukesh Kumar Gupta21-Mar-06 1:14 
I am setting Conditional BackColor property of UltriWinGrid ButtonColumn with this code:

private

void gridLookup_InitializeRow(object sender, Infragistics.Win.UltraWinGrid.InitializeRowEventArgs e)
{


if(UtilClass.IsNumeric(e.Row.Cells["BuildingId"].Value.ToString()))
{

e.Row.CellAppearance.BackColor = Color.PeachPuff;

e.Row.Cells[0].Band.Layout.Override.CellButtonAppearance.BackColor = Color.PeachPuff;


}


else
{

e.Row.CellAppearance.BackColor = Color.White;

e.Row.Cells[0].Band.Layout.Override.CellButtonAppearance.BackColor = Color.White;

}

}

now this code is working fine at first time but when user perform horizontal scrolling on this grid the button column disappear once and when user again reverse scrolls the column appears without back color formatting, how can I make assigned backcolor stable on scrolling.


AnswerRe: Strange Problem with UltraWinGrid ButtonColumn Pin
leppie21-Mar-06 6:58
leppie21-Mar-06 6:58 
AnswerRe: Strange Problem with UltraWinGrid ButtonColumn Pin
LongRange.Shooter21-Mar-06 7:22
LongRange.Shooter21-Mar-06 7:22 
Questionstart.dll Pin
binaryfreak21-Mar-06 0:31
binaryfreak21-Mar-06 0:31 
AnswerRe: start.dll Pin
CWIZO21-Mar-06 0:58
CWIZO21-Mar-06 0:58 
QuestionFile stream problem Pin
Fr23516620-Mar-06 23:36
Fr23516620-Mar-06 23:36 
GeneralRe: File stream problem Pin
Guffa21-Mar-06 0:44
Guffa21-Mar-06 0:44 
QuestionHOw to change the language of the messagebox button Pin

MmM.net</

20-Mar-06 22:19

MmM.net</

20-Mar-06 22:19 
AnswerRe: HOw to change the language of the messagebox button Pin
LongRange.Shooter21-Mar-06 7:27
LongRange.Shooter21-Mar-06 7:27 
GeneralRe: HOw to change the language of the messagebox button Pin

MmM.net</

21-Mar-06 22:29

MmM.net</

21-Mar-06 22:29 
AnswerRe: HOw to change the language of the messagebox button Pin
qumer10122-Mar-06 2:57
qumer10122-Mar-06 2:57 
QuestionSave Image in Sql Table Pin

MmM.net</

20-Mar-06 22:15

MmM.net</

20-Mar-06 22:15 
AnswerRe: Save Image in Sql Table Pin
albCode20-Mar-06 23:24
albCode20-Mar-06 23:24 
AnswerRe: Save Image in Sql Table Pin
HimaBindu Vejella21-Mar-06 1:01
HimaBindu Vejella21-Mar-06 1:01 
QuestionC# - VB6 ActiveX Pin
Cliffer20-Mar-06 22:13
Cliffer20-Mar-06 22:13 
Questionpassing dynamic MyStruct[] from unmanaged dll to C# Pin
rncwnd20-Mar-06 21:55
rncwnd20-Mar-06 21:55 
Questionneed source code of Fuzzy C-mean Clustering Algorithm Pin
abisad20-Mar-06 21:48
abisad20-Mar-06 21:48 
AnswerRe: need source code of Fuzzy C-mean Clustering Algorithm Pin
LongRange.Shooter21-Mar-06 7:43
LongRange.Shooter21-Mar-06 7:43 

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.