| Thread | Last Post | Replies |
|
| AllowSorting = True, BUT Web DataGrid Wont Sort | 29 Sep 2005 21:18 GMT | 2 |
I'm obviously missing something, suggestions are welcomed. Thanks
|
| Disable checkbox when field value = null | 27 Sep 2005 20:17 GMT | 1 |
I try to disable /hide datagrid checkbox when the value of the field is null, I have try to put some code in ItemDataBound to invisible the checkbox when databind() fired
|
| Checkbox Validation in DataGrid | 26 Sep 2005 20:14 GMT | 2 |
I have a datagrid containing one checkbox in each row. I have to do a client side validation that atleast one checkbox is checked. I have tried to attach a javacript on the save button but javascript couldn't access the ID of the checkbox! If I throw an alert it says "undefined".
|
| Going to a specific page? | 26 Sep 2005 17:41 GMT | 2 |
My client would like a alphabetic lookup bar to allow navigation to a specific page of a datagrid - the page which has the first occurance of the "key" field that starts with the clicked on letter. For example, if the user clicks on "E-H" the datagrid will present the page which
|
| Rotate Datagrid | 26 Sep 2005 10:00 GMT | 5 |
Is it possible to rotate the datagrid such that the records are in columns rather than in rows?
|
| rotate a datagrid | 26 Sep 2005 09:53 GMT | 5 |
is it possible to rotate a datagrid, so that the columns become rows and the rows columns? so the datagrid shows like -----------------
|
| Datagrid In a webcontrol | 23 Sep 2005 15:56 GMT | 2 |
I have a datagrid with Edit/Delete columns in a webcontrol. I load this control dynamically based on users' selection from a table dropdownlist. The control loads fine and the data is there. However, when I click on Edit
|
| Need to manipulate a column before displaying | 23 Sep 2005 14:26 GMT | 2 |
I am setting a datagrid's Datasource to a Dataset returned from a Web Service. However, I need to manipulate one of the columns. The column being returned is a relative URL, so I need to prefix the column's data with the first part of the URL to make it an Absolute URL. How ...
|
| DataGrid Pulldowns- how to access | 23 Sep 2005 05:02 GMT | 1 |
Given a pulldown template like: <asp:TemplateColumn HeaderText="PO Line"> <ItemTemplate> <asp:Label id="TX_POLine" runat="server" BorderColor="#E0E0E0"
|
| rowcount | 23 Sep 2005 04:59 GMT | 3 |
How can I get a count of rows in a datagrid?
|
| Detect change to data in an ubound datagrid | 22 Sep 2005 22:51 GMT | 2 |
Sorry if this is a bit obvious but I'm new to the datagrid ... :@) I have an unbound grid which contains a hidden column holding the primary key of the row. I would like to detect when the user has finished updating a record in order that I can update the source data.
|
| Pivot a datagrid? | 22 Sep 2005 18:44 GMT | 4 |
I seem to remember seeing an article on how to reverse the data in a grid, so that each record creates a column rather than a row? Does anyone know how to do this? Thanks for your help.
|
| Damnit, Jim. Where is my data?! | 22 Sep 2005 06:34 GMT | 7 |
I am binding an array of objects to a datagrid and storing an internal ID in a hidden column in my datagrid for updating the database. All is well while I'm testing it out. But, as soon as I turn the column's visible property to "False" the data disappears!! I tried it with a ...
|
| Datagrid Edit event not firing in production | 21 Sep 2005 19:08 GMT | 2 |
In am using the datagrid's EditCommand event but rather than edit the row right in the datagtid, the event hides the grid and brings up some drop down lists so the user has to make a valid choice. I got everything working right on my workstation, but when I installed it on the ...
|
| Extracting Data from Datagrid | 21 Sep 2005 13:42 GMT | 2 |
I have a developer that wants to dump data from a datagrid to an external file. I am thinking a .csv file for simplicity sake. I had thought about dumping the data from the dataset, but there is considerable morphing of the data that occurs in the databind portion of the code. ...
|