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

Server Template Grid is Expanding on Row Click(When we click the Left most row to See the Details)

2 Answers 18 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Almas
Top achievements
Rank 1
Almas asked on 16 Jun 2015, 11:11 AM

when ever try to Implement the Server template it shows the Data and Every thing Good data is Coming and binding But when Click on the left most row to click it this comes to the Start of page if

 

i change   if (row.Index == 0)
        {
            row.DetailRow.Expanded = true;
        }

from 0 to 1 , 2 ,3 for every time it showing the data of the item for which it is set to expand but when ever try too click it doesn't so me detail and it comes up to the start of the page

2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 18 Jun 2015, 10:52 AM
Hello,

If the page is scrolled to the top when clicking on the expand arrow then this indicates that there is a JavaScript error that prevents the widget from being initialized. Could you check if there are any JavaScript errors? If there aren't any then please provide a runnable sample that demonstrates the issue so I can investigate further.

Regards,
Daniel
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Almas
Top achievements
Rank 1
answered on 18 Jun 2015, 12:11 PM

thanks for the Reply .

 

 

 

issue is solved the problem was because of Some HTML error in the Page (these  Elements are supported in ASP.NET but strange in MVC.NET giving error ) so problem solved.  thanks

 

Tags
Grid
Asked by
Almas
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Almas
Top achievements
Rank 1
Share this question
or