Re: datagrid row text colour/style
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
See Alex Feinman's example:
http://www.alexfeinman.com/download.asp?doc=DataGridEvenOddRows.zip
--
Sergey Bogdanov
http://www.sergeybogdanov.com
Rob Blij wrote:
Anyone know of a workaround for formatting the text colour of a specific
cell or row in the datagrid?
TIA
Rob
robblij@xxxxxxxxxxxxxxxx
.
Relevant Pages
- getting the value in a datagrid cell
... I have a datagrid, populated via a SQL dataset, and I want the user to select ... a row by clicking on it and then using the value in the first cell as my key ... Can I open the datagrid with no cell selected? ... TIA ... (microsoft.public.dotnet.general) - Cant get text of e.Item.Cells(x)
... I cannot grab the text of a datagrid row's cell. ... Dim TestStockNumber As String = CellControl.NavigateUrl ... (microsoft.public.dotnet.framework.aspnet.datagridcontrol) - Re: Changing datagrid cell format
... The data are not immediately updated in the database upon the user ... cell, the data in the changed cell are drawn in boldface. ... "Sara S" wrote in message ... >>> Yes, I was talking about the datagrid, but my question is, what event ... (microsoft.public.dotnet.framework) - RE: Works with table but not SP.
... when the datagrid first appears the focus is on the first cell, ... if the user arrows down the cell below is then selected. ... presses the ENTER key the values from the selected row are stored in an array. ... (microsoft.public.dotnet.languages.csharp) - Re: Headings in the DataGrid Web Control
... DataSet dsTemp = new DataSet; ... >> have a look at the columnspan property of the cell, ... > FROM EmployeeLegacy l, EmployeeCurrent c ... would it be possible to render it in the DataGrid ... (microsoft.public.dotnet.framework.aspnet.datagridcontrol) |
|