Problem with the grid header [modified]
-
Hi All, My requirement is like this:-- Suppose if i have a table having numerous cols as well as rows , i need to make the header always visble and there shouldn't be paging(so as to avoid postbacks). Also the page shouldn't be lengthy to accomodate all the records. A
is a possible solution for this. But as we scroll down the div the header also goes up, instead i need to make the header fixed and scroll thru the records so as to make out the title of each column. Please help me out with an answer. Thank You. Regards, Jeeva:) -- modified at 0:45 Friday 3rd November, 2006
-
Hi All, My requirement is like this:-- Suppose if i have a table having numerous cols as well as rows , i need to make the header always visble and there shouldn't be paging(so as to avoid postbacks). Also the page shouldn't be lengthy to accomodate all the records. A
is a possible solution for this. But as we scroll down the div the header also goes up, instead i need to make the header fixed and scroll thru the records so as to make out the title of each column. Please help me out with an answer. Thank You. Regards, Jeeva:) -- modified at 0:45 Friday 3rd November, 2006
try it out by using panel.
Regards, Akhilesh Yadav
-
try it out by using panel.
Regards, Akhilesh Yadav
-
Hi All, My requirement is like this:-- Suppose if i have a table having numerous cols as well as rows , i need to make the header always visble and there shouldn't be paging(so as to avoid postbacks). Also the page shouldn't be lengthy to accomodate all the records. A
is a possible solution for this. But as we scroll down the div the header also goes up, instead i need to make the header fixed and scroll thru the records so as to make out the title of each column. Please help me out with an answer. Thank You. Regards, Jeeva:) -- modified at 0:45 Friday 3rd November, 2006
You can create a table with 2 rows. first row conatining the cols equal to grid. ... (equal to cols in the grid)
.. grid ..
fix the width of the cols of the table equal to grid. and dont show the header of the grid. it just give the view as you want.
Pankaj Gupta (Take it easy)