Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Tumurbaatar S. #1
Lost right border after hiding column
When I set Visible property of any column on my DataGrid to false,
the column disappears, but the right border of the grid disappears too.
My grid looks something like:
--------------------------------
|-------------------------------|
|
|
|-------------------------------
|-------------------------------
|-------------------------------|
The header and pager rows do not lost theirs right borders, but
normal rows and footer lost them. When all columns are visible
the border appears normally. Any ideas?
Tumurbaatar S. Guest
-
Hiding a column
Uri, This is the way: <asp:BoundColumn DataField="myField"> <ItemStyle CssClass="Invisible"></ItemStyle><HeaderStyle... -
Column width can't be set when hiding header?
I just noticed a possible issue with the datagrid today. I have 4 bound columns in a datagrid and I unchecked "Show header" because I don't want the... -
XML tagged objects lost the colored border
I have tagged text frames in a catalog layout which until yesterday were color coded to match the tag associated with it - not the tags are still... -
hiding a Datagrid column
I'm developing an ASP.NET application. I have a datagrid that has 7 columns. The first 3 columns contain buttons (Select, Edit, and Delete) The... -
Hiding the Auto Image Border
Under any circumstance when I open or create an image. It's not part of the actual image, just shows you the boundry. And PS has always done it as...



Reply With Quote

