Click here to Skip to main content
15,881,856 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,
What i want to do is a control that have a gridview with fixed header and scrollbar , with a search textbox for every column in gridview (not databound) so it should be a template header and the gridview should be populate while scrolling.
I try to avoid JavaScripting.
The steps :
1. Fixed header gridview
2. Scrollbar for gridview
3. Search textbox template for gridview (under header or up) ;
4. Clicking on header to sort
5. Edit panel for each row ( and enable editing directly on the gridview)
6. Databind on the gridview while scrolling (something like the infinite div example) just that i will show rows between id (x-y) determined from the position of the scroll bar.
Any help please?
Posted
Comments
janwel 24-Oct-12 3:43am    
what have you done so far?
ancientrd 24-Oct-12 5:03am    
to be honest NONE. I tried code to make the header fixed and not working.
To add the scroll i use a div
I am quite noob at asp i am used with form programming and it seems a lot of things are changed and i try to learn.
That's why i made a steps target for my control to try and make all the points.
[no name] 24-Oct-12 3:45am    
Show your code...
ancientrd 24-Oct-12 5:14am    
none yet , what i try to do is something similar to http://examples.ext.net/#/GridPanel/MultiHeader/Filter/

Start from here: Grid View with Fixed Header[^]

Try out and post specific questions sharing your effort made.
 
Share this answer
 
I am using EXT.NET wich solve me almmost all the problems.
Thank you for u're answers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900