This is a migrated thread and some comments may be shown as answers.

how to hide row values in Grid and Setting Background color of specified rows

2 Answers 125 Views
Grid
This is a migrated thread and some comments may be shown as answers.
shankar parshimoni
Top achievements
Rank 1
shankar parshimoni asked on 06 Dec 2012, 12:57 PM
Hi,
here i am attaching Grid image file,please try to give possible solution as soon as possible.i want to set backGround color of row(which consist all 0's) as well as i need to hide total row values (which consist 0)...

Thanks&Regards,
parsanamoni.

2 Answers, 1 is accepted

Sort by
0
shankar parshimoni
Top achievements
Rank 1
answered on 07 Dec 2012, 10:03 AM
Here i have written this code. $("#gridSellIn tbody tr:first").addClass('rowColor'); its working fine but i want to set color to 3,12,16 rows.what i have to write.

Regards,
parsanamoni
0
Atanas Korchev
Telerik team
answered on 07 Dec 2012, 11:44 AM
Hi,

 It seems your question has been answered on stackoverflow. The eq() jQuery selector should be used in your case.

Greetings,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
shankar parshimoni
Top achievements
Rank 1
Answers by
shankar parshimoni
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or