B
BTHOMASinOHIO
Okay, I'm brand new to .NET and have a Data Grid that is absolutaly
killing me !! I have a couple questions:
1. I have a Web Label and a HTML Table after the DataGrid and in
design it looks great (in FlowLayout), but when viewed (View in
Browser), the label and table are shifted over to the far right side
beside the DataGrid. I tried to put spaces, breaks, but nothing will
move it below to DataGrid where it belongs.
What gives ?!?!
2. How do you combine two headers into one, but still retain the two
columns under the one combined header?
-------------------------------
| Header1 | Header2 | Header3 |
-------------------------------
| 1 | 2 | 3 | 4 |
-------------------------------
| 1 | 2 | 3 | 4 |
-------------------------------
| 1 | 2 | 3 | 4 |
-------------------------------
| 1 | 2 | 3 | 4 |
-------------------------------
3. One of the columns in the DataGrid is a Checkbox, and I need to
make it "Read Only" without making it "shade out" (as in disabled) or
a picture. Any other options ?!
4. I'm going to want to have the user Sort on the Header Column. All
of the examples that I have looked at, say that once the AllowSorting
is set to TRUE then the Heading will turn into a Hyper Link inwhich
you can then asign the "onSortCommand" to some sorting functionality.
Step one doesn't seem to be working for me !! I set the AllowSorting
to true through the GUI or through HTML and neither makes the Header
switch to a hyper link? What have I missed is all the examples ?!?!
Thanks !!
Brent Thomas
Ohio
killing me !! I have a couple questions:
1. I have a Web Label and a HTML Table after the DataGrid and in
design it looks great (in FlowLayout), but when viewed (View in
Browser), the label and table are shifted over to the far right side
beside the DataGrid. I tried to put spaces, breaks, but nothing will
move it below to DataGrid where it belongs.
What gives ?!?!
2. How do you combine two headers into one, but still retain the two
columns under the one combined header?
-------------------------------
| Header1 | Header2 | Header3 |
-------------------------------
| 1 | 2 | 3 | 4 |
-------------------------------
| 1 | 2 | 3 | 4 |
-------------------------------
| 1 | 2 | 3 | 4 |
-------------------------------
| 1 | 2 | 3 | 4 |
-------------------------------
3. One of the columns in the DataGrid is a Checkbox, and I need to
make it "Read Only" without making it "shade out" (as in disabled) or
a picture. Any other options ?!
4. I'm going to want to have the user Sort on the Header Column. All
of the examples that I have looked at, say that once the AllowSorting
is set to TRUE then the Heading will turn into a Hyper Link inwhich
you can then asign the "onSortCommand" to some sorting functionality.
Step one doesn't seem to be working for me !! I set the AllowSorting
to true through the GUI or through HTML and neither makes the Header
switch to a hyper link? What have I missed is all the examples ?!?!
Thanks !!
Brent Thomas
Ohio