how can i change row color in datagrid?
hi
i am using sqlserver and datagrid.
i want to change to the rows color while aplication runnig
and i specially want to change the color of row that in the index that i specified with writing code
for example
DataGrid1.CurrentRowIndex = 3
i want to change this row.
how can i do this
thanks..
Re: how can i change row color in datagrid?
Quote:
Originally Posted by berzegerol
hi
i am using sqlserver and datagrid.
i want to change to the rows color while aplication runnig
and i specially want to change the color of row that in the index that i specified with writing code
for example
DataGrid1.CurrentRowIndex = 3
i want to change this row.
how can i do this
thanks..
Hi,
Here's a link how to change a Datagrid row color;
http://msdn.microsoft.com/library/de...colortopic.asp
Wkr,
sparrow1
Re: how can i change row color in datagrid?
thanks you for helped me.
i dont'n whant this.
i want to change only one row color.not help me altenatifcolor and backcolor.
that are all rows changing.
DataGrid1.CurrentRowIndex = X
i want to change only this row.
Re: how can i change row color in datagrid?
Quote:
Originally Posted by berzegerol
thanks you for helped me.
i dont'n whant this.
i want to change only one row color.not help me altenatifcolor and backcolor.
that are all rows changing.
DataGrid1.CurrentRowIndex = X
i want to change only this row.
Hi,
Here's another link how to coloring one row in your datagrid;
http://www.syncfusion.com/faq/window...earch/745.aspx
Hope it helps,
sparrow1
Re: how can i change row color in datagrid?
Re: how can i change row color in datagrid?
Quote:
Originally Posted by berzegerol
thank you!
Hi,
If it helped you mark your thread as resolved.
Wkr,
sparrow1
Re: how can i change row color in datagrid?
Exactly, i dont want this but thank you.