Click here to Skip to main content
15,915,093 members
Home / Discussions / Web Development
   

Web Development

 
QuestionSearch Engines Pin
Brendan Vogt8-Nov-07 9:18
Brendan Vogt8-Nov-07 9:18 
AnswerRe: Search Engines Pin
Michael Sync8-Nov-07 18:31
Michael Sync8-Nov-07 18:31 
AnswerRe: Search Engines Pin
AliAmjad9-Nov-07 0:16
AliAmjad9-Nov-07 0:16 
GeneralRe: Search Engines Pin
Manuel F. Hernandez9-Nov-07 6:51
Manuel F. Hernandez9-Nov-07 6:51 
GeneralRe: Search Engines Pin
AliAmjad10-Nov-07 5:56
AliAmjad10-Nov-07 5:56 
Questioncommunication between Webform and Winform on a Server Pin
edepede8-Nov-07 5:05
edepede8-Nov-07 5:05 
AnswerRe: communication between Webform and Winform on a Server Pin
Christian Graus8-Nov-07 9:34
protectorChristian Graus8-Nov-07 9:34 
QuestionHow to change the grid row color through java script..? Pin
A AntonySP7-Nov-07 4:11
A AntonySP7-Nov-07 4:11 
Hi all,
I have to change the grid row color dynamically by using java script. I am using Infragistics grid.
activeGridRow = igtbl_getActiveRow("UltraWebGrid1");
I got the active grid row by using the above code.
But I dont know how to change the color dyanamically.

I have tried in so many ways such as
activeGridRow.element.sytle.color="red";
activeGridRow.element.style.backgroudcolor="red";

activeGridRow.element.currentStyle.color="red"
activeGridRow.element.currentStyle.backgroudcolor="red";

activeGridRow.element.runtimeStyle.color="red"
activeGridRow.element.runtimeStyle.backgroundcolor="red"

The above code that not in the exact syntax.
None of the above are changing the color of the active selected row.

So can you please give me the solution.
Thanks in advance.


Good Is Not Good When Better Is Expected.

AnswerRe: How to change the grid row color through java script..? Pin
Michael Sync7-Nov-07 4:58
Michael Sync7-Nov-07 4:58 
GeneralRe: How to change the grid row color through java script..? Pin
A AntonySP7-Nov-07 5:47
A AntonySP7-Nov-07 5:47 
GeneralRe: How to change the grid row color through java script..? Pin
Michael Sync7-Nov-07 6:44
Michael Sync7-Nov-07 6:44 
GeneralRe: How to change the grid row color through java script..? Pin
A AntonySP9-Nov-07 4:29
A AntonySP9-Nov-07 4:29 
QuestionAJAX doesn't work, Why? Pin
hifiger20047-Nov-07 3:25
hifiger20047-Nov-07 3:25 
AnswerRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 5:16
sitebuilderShog97-Nov-07 5:16 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 7:29
hifiger20047-Nov-07 7:29 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 7:39
sitebuilderShog97-Nov-07 7:39 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 8:33
hifiger20047-Nov-07 8:33 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 8:36
sitebuilderShog97-Nov-07 8:36 
GeneralRe: AJAX doesn't work, Why? Pin
Christian Graus7-Nov-07 10:02
protectorChristian Graus7-Nov-07 10:02 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 11:54
sitebuilderShog97-Nov-07 11:54 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:08
hifiger20047-Nov-07 23:08 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:10
hifiger20047-Nov-07 23:10 
GeneralRe: AJAX doesn't work, Why? Pin
N a v a n e e t h7-Nov-07 23:36
N a v a n e e t h7-Nov-07 23:36 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:57
hifiger20047-Nov-07 23:57 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 0:11
hifiger20048-Nov-07 0:11 

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.