Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

looping through a row template grid and change values on DataBound

$
0
0

Is there a way to pass in additional parameters to the gridRows.each anonymous function parameter as in this example?

 

                                        var gridRows = grid.tbody.find("tr");

                                        gridRows.each(function (e) {
                                            var rowItem = grid.dataItem($(this));
                                            $(this).removeClass("k-state-selected");
                                            //custom logic
                                        });


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>