ggc row selelction/blink more that one rows

i want to blink more than one row in ggc...

the expression
if (AID.Length > 1) AID += " Or ";
AID += "[Firstname] Like '" + (string)key + "'";
works well to blink single row....what if i have to select/blink more than one rows..
here [Firstname] is column name and (string)key will contains more than one firstName. so all those firstNames that are there in (string)key should blink..

i will be v thankfull if u could help me in this

2 Replies

HA haneefm Syncfusion Team October 29, 2007 09:52 PM UTC

Hi Prabhjeet,

Please follow the below forum thread:


Best regards,
Haneef


HA haneefm Syncfusion Team October 29, 2007 11:08 PM UTC

Hi Prabhjeet,

Please follow the below forum thread:
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=68956

Best regards,
Haneef

Loader.
Up arrow icon