Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Thomasa Gregg #1
Add shading to a single cell.
I need to highlight a cell based on the information in that cell (missing
data). I will then correct it and the highlighting would disappear.
Any help would appreciated.
Thanks
Thomasa Gregg Guest
-
Making a single DG cell editable
As per usual, I apologise in advance if this subject has come up before. I couldn't find anything in a search. The scenario I have currently is... -
Datagrid: single cell selection
Did anyone ever reply to this question yet? Please do if you know. Thanks. -
importing a single cell into InDesign from Excel
I want to import a single cell from an Excel spreadsheet into InDesign 3.0. Initially, I am placing a single cell into a text frame and get the... -
Cell Shading
Does anyone know how to create a character for directer in Max that has a solid thick black outline. All the time from all angles. matt -
Cell Shading Look..ACH! Problems!!
Hi, I posted this message before but seems I didn't clarify enough... I'm looking to achieve this "cell-shading" look for a web site I'm... -
Eliyahu Goldin #2
Re: Add shading to a single cell.
Databind ItemStyle property of the DataGridColumn to a property that will
return different style depending on the cell data. Alternatively, use
ItemDataBound event to check the cell data and set CssClass.
Eliyahu
"Thomasa Gregg" <thomasjgregg@yahoo.com> wrote in message
news:%23RetSZGWEHA.2908@TK2MSFTNGP10.phx.gbl...> I need to highlight a cell based on the information in that cell (missing
> data). I will then correct it and the highlighting would disappear.
>
> Any help would appreciated.
> Thanks
>
>
Eliyahu Goldin Guest



Reply With Quote

