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

grid.rebind()

0 Answers 82 Views
Telerik Trainer
This is a migrated thread and some comments may be shown as answers.
Shruthi
Top achievements
Rank 1
Shruthi asked on 07 Aug 2012, 07:48 AM

I have 10 telerik tabs in which each page is a partial view.

 

On click of first tab a grid appears which has few records in it and a row in the grid is highlighted upon some condition.

There are few buttons in the page which has different functionality each.

Onclick of any button an action happens and grid rebinds accordingly(i.e the data in the grid changes based on the button action).

For this I am using grid.rebind();

 

Again I am checking for the condition to highlight the same row which was highlighted before through jQuery like this
var parentTR = $("input:checkbox[class=check-box]:checked").parent().parent();
                                        $(parentTR).addClass("hover_active");

But whichever class I add or delete to grid rows nothing is updated to the grid.

 

May I know the solution for this?

No answers yet. Maybe you can help?

Tags
Telerik Trainer
Asked by
Shruthi
Top achievements
Rank 1
Share this question
or