OnLoad event on Telerik grid (client selection)

I use Grid with "Client Select" ( http://demos.telerik.com/aspnet-mvc-beta/grid/selectionclientside ) Telerik, and my page loads with one of the lines already marked. I wonder how it can trigger the OnRowSelected event (on the highlighted line) when the page loads.

Thanks everyone!

+3
source share
2 answers

You can check out this forum.

0
source

" ()" . ActionResult _SelectionClientSide_Orders(string customerID) customerID = customerID ?? "ALFKI";. if customerID is null, set it to "ALFKI". , . , .

0

Source: https://habr.com/ru/post/1740045/


All Articles