Hi,
New to Ignite grid. We implemented that grid in MVC . We need to get the Last Clicked column in Grid.
Requirement 1.
We add Load more button if user click the Load more button we passed last Clicked sorted column and loaded in Grid again based on that Sorting to maintain.
Requirement 2:
Lazy loading in that grid if user scroll last window we pass the value and load some more data .Here also sorting needed.
Kannan.
Can you provide sample Link.
Hi Kannan,
I am currently researching and putting together a sample that demonstrates these behaviors for you.
I will have another update on my progress for you tomorrow.
Our developers have come back with a solution for this. Someone pointed out that I wasn't setting the Type of the LoadOnDemand feature, which is not inferred when lazy loading. He recommended to set the Type of the LoadOnDemand feature to Remote.
I have followed his suggestion and modified my sample. I am attaching the sample to this post. It demonstrates local sorting with the workaround provided earlier along with including lazy loading.
If you have any further questions or concerns with this, please let me know and I will be glad to help.
Thanks for your continues support ... I am using Visual studio 2010 and dot net 4.0 ,MVC 4 while open your project facing issues.I attached screen shot please help me out
Your image did not come through correctly. Could you please explain the issue or zip up your screenshot and attach it to the forum so I may examine it.
Looking forward to hearing from you.
Attachement is not working in your site.. your project not opening in MVC 4 ,VS 2010 . Error is ..
"The project require missing web components in order to load would u like download and install them using web platform Installer now "
What component(s) does the project say are missing? It should be listed at the bottom of the dialog. I am able to open and run the sample in Visual Studio 2010 without error.
Do you have Visual Studio 2010 up to date? The following StackOverflow article discusses this issue, please let me know if this helps.
http://stackoverflow.com/questions/11019361/bogus-web-project-requires-missing-web-component-message-for-razor
If this doesn't help, you could create a project and copy over the Model, View and Controllers from my sample into your project.
If you need further assistance with this, please let me know.
If you still need help with this, please let me know.