Gridview with 2 lines
-
Hi, Have you tried creating a gridview with 2 lines in one(1) record? I have 15 field that needs to fit the gridview which is my Detail info of my header/detail page. It display the entire fields but you have to scroll to the right in order for you to see the information. Any work around? Thanks
Dabsukol
-
Hi, Have you tried creating a gridview with 2 lines in one(1) record? I have 15 field that needs to fit the gridview which is my Detail info of my header/detail page. It display the entire fields but you have to scroll to the right in order for you to see the information. Any work around? Thanks
Dabsukol
I would use Repeater control...
Regards, Arun Kumar.A
-
I would use Repeater control...
Regards, Arun Kumar.A
Sorry I forgot to tell you that the gridview that I am using should handle the edit/delete and can insert new row. all these is working already in my gridview though the display is my only problem. The design will not fit those users who is still using the 15inch monitor and our user doesn't want to accept scrolling to the right to see the other information.
Dabsukol
-
Sorry I forgot to tell you that the gridview that I am using should handle the edit/delete and can insert new row. all these is working already in my gridview though the display is my only problem. The design will not fit those users who is still using the 15inch monitor and our user doesn't want to accept scrolling to the right to see the other information.
Dabsukol
No Idea of how to do this with GridView... But I think DataList control will fulfill all your need...
Regards, Arun Kumar.A