I have a Hierarchical grid that is bound to the server and is in MVC (.DataSource(d => d.Server()))
When the grid first loads I'd like the grid to expand the first row by default so the detail view is showing.
Can this be done without Javascript (preferred) or in Javascript if needed.
1 Answer, 1 is accepted
0
Accepted
Petur Subev
Telerik team
answered on 22 Aug 2013, 11:34 AM
Hello Ian,
If JavaScript is not enabled for the browser the DetailViews cannot be opened by the end user. The JavaScript that you will need to make the first enabled is as follows: