| Thread | Last Post | Replies |
|
| Welcome to Gridview Hell | 30 Apr 2006 16:32 GMT | 1 |
Ok I am working on the simplest thing ever that is turning in to the biggest train wreck ever. I have a database with a series of photo albums and the image path & name for each image. I pass the info to the gridview via the Query
|
| gridView with x Columns and 2Rows / record | 30 Apr 2006 16:28 GMT | 1 |
I need to create a datagrid which holds for one record with many columns two rows. (How everyone know the standard is one record one row). I can do this if I put within a datagrid a custom table. But I do not like this because I need to sort each column independend.
|
| Editing data | 30 Apr 2006 16:25 GMT | 3 |
When a user clicks on the Edit button in a grid, is there a way to force certain fields to be blank instead of displaying the data?
|
| DataGrid One Row displayed in two lines | 28 Apr 2006 18:05 GMT | 3 |
Is there a way to display one row of data as two lines in Datagrid control? Has anyone implemented datagrid in this way? please help Thank you.
|
| HOWTO Nested Grid in ASP.Net 2.0 | 26 Apr 2006 12:54 GMT | 1 |
Problem 1: i want nesting of grids like in hierarchical format (Expand-collapse) in ASP.Net 2.0, is there any trick to do that without heavy javascript or HTML? is there any way to do that using new GridView control?
|
| Grid Not Rendering | 24 Apr 2006 08:00 GMT | 1 |
.Net 1.1 DataGrid shows okay in the IDE. Connected to a DataSet defined as design time and the columns info is populating without a problem. But at run time, the Grid isn't being rendered.
|
| Setting SelectedValue in DataGrid's DropDownLists | 20 Apr 2006 16:44 GMT | 1 |
I have an application I'm working on in which I'm wanting to default to displaying the previously selected value from a dropdownlist whenever the user opts to edit a record in the datagrid control. I'm able to grab the previously selected value from the text box, but I can't set ...
|
| dataformatstring template column why is getting a short date so ha | 20 Apr 2006 04:30 GMT | 1 |
I have datagrid, datasource datafield is datetime so its ugly date time etc ugly I want short date in datagrid column is datetime datatype so it sorts right not like text so thats good but its ugly
|
| Formatting is not being done | 19 Apr 2006 20:43 GMT | 6 |
I have the following: <asp:BoundColumn DataField="Buy0" HeaderText="Buy" DataFormatString="{0:N2}"> <HeaderStyle Width="50px"></HeaderStyle>
|
| Events not firing in datagrid with programmatically created columns | 17 Apr 2006 15:27 GMT | 1 |
I've run into a rather strange bug with a datagrid I've been working on. For some reason, when I programmatically create columns within a datagrid, the events attached to these columns simply refuse to fire. Trying to generate a postback by clicking one of the column headers in
|
| DataGrid not calling ItemCommand Event | 16 Apr 2006 08:47 GMT | 3 |
Hi, I have a problem with a DataGrid, this datagrid is not calling the ItemCommand event. I tried do to it defining the event as usual (from the designer), but it didn't work, neither defining the event in the .aspx. the aspx datagrid tag:
|
| DataView client coloring | 15 Apr 2006 12:11 GMT | 2 |
Hi, All! I need to accomplish such functionality: A data row should be highlighted with the other color if cursor is over it. I also have the old code from asp which uses
|
| Grid doesn't short when moving to next page index | 12 Apr 2006 05:51 GMT | 2 |
May anyone help me that my grid always lost the memory of sorting based on a specific column when I clicked to move to next page index. My DataGrid1: ===============
|
| Binding a GridView to a particular table in an ObjectDataSource | 12 Apr 2006 00:43 GMT | 5 |
I am using a ObjectDataSoruce which populates a dataset with 2 tables. I then bind a GridView using the DataSourceID property set to the ObjectDataSource. However, I need to use a particular table in the resulting dataset. If I set the DataMember property in the GridView I get
|
| .Net 2 Gridview | 11 Apr 2006 03:29 GMT | 3 |
I'm trying to set individual column widths in a gridview. I've tried both pixels and percenntage. Neither one has any effect. I'm setting the ItemStyle.Width property. What's up with this?? Thanks,
|