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

Frozen Column Row is not styled as selected

1 Answer 173 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Louis
Top achievements
Rank 1
Louis asked on 08 Apr 2014, 05:15 PM
I have a bit of javascript that selects the first row in the grid when the page loads (to trigger a subsequent load).  When I have frozen columns enabled and I select the first row (in the DataBound handler) the unlocked rows are highlight properly, but the locked column portion of the row is not (see attached).  Here is the javascript snippet:

var grid = $(pipelineForecastGridId).data("kendoGrid");
var item = grid.tbody.find("tr:first");
grid.select(item);

Selection works perfectly, other than the row style not being applied.  Thanks!

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 10 Apr 2014, 08:45 AM
Hello Louis,

We are aware of this and we are already looking forward on fixing this. You can regularly check the internal builds for fix.

Regards,
Nikolay Rusev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Louis
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or