| Thread | Last Post | Replies |
|
| How do I change the DataGrid column order programmatically? | 13 Jul 2003 05:06 GMT | 1 |
I use a single datagrid to load several different types of data depending upon some user driven criteria. The AutoGenerateColumns property for the datagrid is set to true. I also dynamically add a hyperlink template column from an user control using the LoadTemplate method (thanks ...
|
| bounding for dropdown list in datagrid | 12 Jul 2003 09:26 GMT | 1 |
I put a dropdown list in ItemTemplate Column. I can select its value from the dropdown list and store in a dataset, but when I retrieve records from dataset, it doesn't show up in the datagrid. Is there anything I missed? and where can I find something for reference?
|
| Dynamic DataGrid Hyperlink column | 12 Jul 2003 09:25 GMT | 2 |
Is there a way to dynamically set the field DataNavigateUrlFormatString in a hyperlink column of a datagrid? Currently, if a user clicks on the hyperlink in the hyperlink column for every record in the grid, they are always directed to the same url. This is because the
|
| Databound DDL using code-behind | 12 Jul 2003 09:21 GMT | 1 |
Does anyone know of a resource for information on how to create a working databound DDL in a datagrid using code behind? I have found a plethora of resources for doing this without code-behind, but I would prefer (and would like to understand how) to do it utilizing code-behind.
|
| Dynamic Hyperlink Column | 12 Jul 2003 09:17 GMT | 1 |
I have a datagrid built programmatically in code behind that has a Hyperlink Column. Part of the URL is static and part of it is dynamic, which varies for each row based on datafield values. For (eg) http://test.dg.com/region/solution/partner
|
| Paging question | 12 Jul 2003 09:11 GMT | 2 |
Hi all and thanks in advance for your help, I am reading this book called ASP.NET unleashed and on the datagrid section it says that there is a disadvantage with paging with the datagrid. That when you do paging with the datagrid and datasets, all the records must be
|
| Word Wrap | 11 Jul 2003 16:29 GMT | 2 |
I've a DG and I've set all rows with WordWrap=false but when the cell text is something like "Hello brave new world" the text wrap (for the white space?). How can i disable the wrap for everything ?
|
| Accessing a control on a datagrid in VB.NET | 11 Jul 2003 09:52 GMT | 2 |
I'm sure this is easy to do but I seem to be having a problem making this work. Basically I have an image button in column 4 of a datagrid and I want to dynamically change it's text. The problem is I am not sure where to do this and how to do it.
|
| can't get data to show with bound columns | 10 Jul 2003 17:09 GMT | 4 |
I'm trying to create a DataGrid filled with values from a DataSet and I want the user to be able to show and hide whichever columns they choose. I have a dropdown list box filled with the column names so the user can select a column name and hit a button to hide or show it.
|
| How Do I : add Checkbox updates without using edit/upate/cancel | 10 Jul 2003 09:16 GMT | 2 |
I need to display rows in a grid and then allow the user to click one or more checkboxes, one per column and have each click a seperate process/update. I DO NOT WHAT TO use the edit mode and then the user
|
| If...Then statments | 10 Jul 2003 07:56 GMT | 5 |
How can I use a If..Then Statment in DataGrid?
|
| Object reference not set to an instance of an object. .......... Error .... Please Help | 09 Jul 2003 15:49 GMT | 2 |
I am facing a problem, and i don't know why the error is being generated. I am updating a datagrid with an XML file. My code is Protected Sub UpdateCommand(ByVal Sender As Object, ByVal E As DataGridCommandEventArgs)
|
| locking headers in the Datagrid | 09 Jul 2003 15:17 GMT | 2 |
Is it possible to have the scroll bar appear beneath the headers, so they stay in view while scrolling down a large list of data in the datagrid control? you could have two grids and split and over lap them via a frame, but for
|
| Deselect rows in a grid | 09 Jul 2003 06:10 GMT | 1 |
Is there a way to deselct the selected row in a grid other than setting the selected index to -1. What I am looking for is a way to set up a loop to cycle through the items(rows) for the grid and set something like a selected property to false.
|
| Datagrid not diplaying header text | 08 Jul 2003 23:18 GMT | 1 |
I am trying have a datgrid which always displays the column header text, even though the datareader to which it is bound is empty. I have a datagrid on my page with data source bound to datareader. The datagrid does not display the header text when the datareader returns
|