| Thread | Last Post | Replies |
|
| Insert header row more than once? | 31 Mar 2004 06:11 GMT | 3 |
Hi, I am just wondering if I can insert a header row (with proper format and sorting ability) every 50 rows? Is there a way to do this in datagrid? Reason I am doing this is because our output typically contains a table with 200 columns and 1000 rows. I do not want user to lost ...
|
| editcommandcolumn question. | 30 Mar 2004 18:48 GMT | 1 |
I have created a datagrid and everything seems to work just fine. I am trying however to disable specific rows' edit portion depending on weather a database value is set or not. Meaning this row may allow you to edit it but this row may not. I can't seem to figure out a way to do ...
|
| Retrieve ButtonColumn Text | 30 Mar 2004 18:46 GMT | 1 |
I am trying to use buttonColumn. And I am trying to get the text value from itemcommand in the datagrid. However, e.Item.Cells[0].Text is empty except for the header and footer. Is there away to grab this information?
|
| Data Grid Data Binding | 30 Mar 2004 15:48 GMT | 1 |
I've got a table called 'Apps' which relates to 'Decisions' in a zero to many relationship I want to create a datagrid that shows a list of apps and all the decisions related to each one of them The Datagrid would look something like App AppDate Decision1 Decision2 Decision
|
| Editable DropDownList | 30 Mar 2004 07:19 GMT | 1 |
I need to place a DropDownList within the grid and have it editable when the grid isn't in edit mode. I've been able to place the control on the grid and have it working including the postback.
|
| Datagrid Style Wont Print | 29 Mar 2004 04:21 GMT | 4 |
I have a datagrid on a web form, I am using the window.print command to allow the user to print the page, however the datagrid header and alternate items style do not show up. All the items and titles show just fine. I also tried printing the datagrid from the printer icon
|
| Find controls in Data Grid Header Template | 29 Mar 2004 00:54 GMT | 1 |
I have added a control in the headertemplate of a datagrid. it's a dropdownlist control. What I want to be able to do is populate that control based on some data. My problem is that I can't access the control.
|
| Binding data from an arraylist | 27 Mar 2004 23:21 GMT | 1 |
I am writing an ASP.NET application (VB.NET) in which I am binding datagrid to an arraylist of structures. My first example is just having some input textboxes, using these values when adding a instance of the arraylist of orders. I then bind this data to a datagrid which ...
|
| Please Help >>>>>>>>>> | 27 Mar 2004 19:16 GMT | 2 |
This is trird time i am posting my problem.Please help.I have datagrid inside the <DIV> to make it scrollable and to avoid paging. When i click on the row it highlight selected row.Only problem which
|
| how to access the value of the "HeaderTemplate" inside the "TemplateColumn" in datagrid | 26 Mar 2004 05:11 GMT | 1 |
Hi, I have a program that needs to retrieve and change the Header text of the HeaderTemplate inside the TemplateColumn of DataGrid. Because I need to change the header text for each row the datagrid, so I decide to use a for loop, but anyone knows how to do it?
|
| Width of Column as Percentage of Page Width? | 25 Mar 2004 12:24 GMT | 1 |
can this be done? If so... how? TiA.
|
| Uisng Datagrid | 25 Mar 2004 12:23 GMT | 1 |
I have a legacy asp page with a list of records displayed as a table. I would like to convert this page to asp.net and use data grid instead. What do I need to do to achieve this from what I have to having the data displayed in a grid?
|
| datagrid fire event | 24 Mar 2004 17:37 GMT | 1 |
How can I fire an event for an asp.net datagrid, such us DeleteCommand, from source code?
|
| MXDataGrid Sorting Probelms | 24 Mar 2004 13:28 GMT | 1 |
My mxDataGrid doesn't sort, even if I set the properties to sort. When I drag a SQL table onto my form, it works fine, but I'm working with ODBC databases and it's not working. Paging works good, but not sorting. Can someone put me in the right direction? Thanks.
|
| How to set focus on selected row | 24 Mar 2004 11:31 GMT | 1 |
I have datagrid inside the <DIV> to make it scrollable and to avoid paging. When i click on the row it highlight selected row.Only problem which i have if i select row at bottom after postback it would not show the
|