|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
GUI of DatagridAplogise my english, im a spanish speaker. If you want, you can response me in spainsh. Ive got a dataGrid where one their columns is a bit type. I would like where one of this columns was true, the background color change to red color. I tried to do this, but no way... ------------------------------------------------------------------------------------------------------ Create the event this.dtgSortAndPaging.ItemDataBound += new DataGridItemEventHandler(dtgSortAndPaging_ItemDataBound); Create the function: private void dtgSortAndPaging_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { How I can work with de background propertie of de datagrid and change his color?? } Thanks! Javier Pérez wrote:
Show quoteHide quote > Hello All, e.Item.BackColor=System.Drawing.Color.Red> > Aplogise my english, im a spanish speaker. If you want, you can > response me in spainsh. > > Ive got a dataGrid where one their columns is a bit type. I would > like where one of this columns was true, the background color change to > red > color. > I tried to do this, but no way... > > ------------------------------------------------------------------------------------------------------ > > > > Create the event > this.dtgSortAndPaging.ItemDataBound += new > DataGridItemEventHandler(dtgSortAndPaging_ItemDataBound); > > > Create the function: > private void dtgSortAndPaging_ItemDataBound(object sender, > System.Web.UI.WebControls.DataGridItemEventArgs e) > > { > How I can work with de background propertie of de datagrid and change > his color?? > } > > > Thanks! -- Riki
Datagrid Add new Row problkem
Select button in datagrid Need Help in creating a HyperlinkButton in Datagrid Condition Edit Action How to properly Format zip code in a datagrid REPOST: MSDN UNIVERSAL NG SUPPORT, WHERE ARE YOU? generate DataGrid at Runtime..... PROBLEM !!!! Call windows apps from web apps whole Row in datagrid is sensitive on click ItemCommand not fired with LoadTemplate |
|||||||||||||||||||||||