Hi,
I have a gridview which has nested gridand when I click on nested grid an animation has to happen like refreshing the inner grid. Can anyone help me in this.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sagar Pandurang KapPosted Nov 28, 2017, 5:19 AM
Sanjeeb LenkaPosted Aug 13, 2013, 10:48 AM
Vignesh KumarPosted Aug 13, 2013, 8:47 AM
Is there any possible way to do this!
Vignesh KumarPosted Aug 13, 2013, 6:35 AM
The exact functionality is the inner grid show open as a slide without refreshing the whole page. I made changes like you told and is fine. But the grid now displays vertically.
Sanjeeb LenkaPosted Aug 13, 2013, 6:25 AM
Vignesh KumarPosted Aug 13, 2013, 6:23 AM
Sanjeeb LenkaPosted Aug 13, 2013, 6:21 AM
you are using masterpage so no need to write head tag again just copy paste the code into HeaderContent place holder
Vignesh KumarPosted Aug 13, 2013, 6:15 AM
I tried your code to the page and Ige the below error. Attached is the aspx code. Also it can be similar to fade in and fade out.
Server Error in '/' Application.
You can only have one control on a page.
Description:Stack Trace:
Version Information:
Microsoft .NET Framework Version:2.0.50727.3649; ASP.NET Version:2.0.50727.3634 An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: You can only have one control on a page.
Source Error:
Sanjeeb LenkaPosted Aug 13, 2013, 6:05 AM
Vignesh KumarPosted Aug 13, 2013, 4:00 AM
If I am not wrong, this animation is for a gridview an is not for nested grid. Pls look the attachment. In that when I click on 2010 in year Grid the animation should happen for the month grid since this is the nested grid, I believe the thing is different here.
Sanjeeb LenkaPosted Aug 13, 2013, 3:48 AM
refer to this link it may help you.
http://www.c-sharpcorner.com/UploadFile/29d7e0/gridview-animations-using-jquery/