| Thread | Last Post | Replies |
|
| Databinding to a collection with a enumeration property | 14 Jul 2004 09:13 GMT | 1 |
I have a class that has properties; "value","description" and "type". The first two are string properties, but "type" is a enum type. I create the instances of my class and put them in an Arraylist, then bind that to a datagrid. The datagrid displays "value" and
|
| Added TemplateColumn is not showing in DataGrid after PostBack | 14 Jul 2004 04:51 GMT | 1 |
Hope somebody can help me with this cause I'm a ASP.NET beginner. I've created A DataGrid, and I added few BoundedColumns, and in my Page_Load section I added few TemplateColumns through the myGrid.Columns.Add(myTemplateColumn). After that I bind the datasource
|
| Panel and grid | 13 Jul 2004 11:20 GMT | 1 |
I have one more questions. If in a panel I have static grid and dynamic table and sometimes my grid is empty and I am not displaying it, but I would like to have my dymanic table dysplayed in a start position where grid is.
|
| Datagrid in ViewState | 13 Jul 2004 11:16 GMT | 1 |
Here's a quote out of http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/a sp11222001.asp "The DataGrid control is a particularly heavy user of ViewState. By default, all of the data displayed in the grid is also stored in
|
| Problem handling DataGrid TemplateColumn Databinding Event | 12 Jul 2004 15:08 GMT | 1 |
I have spent several hours trying to research and/or fix the following problem: Environment: VB.Net 2003
|
| Custom Paging Numbers wrong | 12 Jul 2004 05:01 GMT | 1 |
I'm attempting to use Custom Paging with my Datagrid and I'm running into a problem with the numeric page indicator. When I load my page I set the VirtualItemCount value to the total number of records e.g. 50 and then go and get 5 records which is my page size. The problem I'm ...
|
| How to add or modify template columns via-code | 12 Jul 2004 04:56 GMT | 1 |
I know how to add template columns via the designer or the HTML source Now, I want to add a template column (<ItemTemplate> and <EditItemTamplate>) via code Some one can help me with some code sample
|
| Datagrid, SQL Adapter question | 11 Jul 2004 14:10 GMT | 1 |
A friend of mine is doing some datagrids on a web page, and was using the SQL data adapter on the design view of the page. He is sorting the datagrid on each of the columns as a user clicks on the column header. He showed me how he was creating the page, and we had a
|
| DataGrid HeaderTemplate Bug? | 10 Jul 2004 22:37 GMT | 2 |
I use theDataGrid control and specify a HeaderTemplate for the grid. I the rendered HTML the header row is not rendered as <th> elements. Is this a bug in the DataGrid control? -Roger
|
| deleting a row in a datagrid | 09 Jul 2004 23:43 GMT | 2 |
after filling a datagrid from code, I now need to delete rows in the grid based on some conditions. Can this be done in the ItemDataBound or ItemCreated events? if not is there any other way to explicitly delete a row before it displays?
|
| Dynamic datagrid - command firing | 09 Jul 2004 20:43 GMT | 1 |
I'm working off a fully-dynamic datagrid (customer request, hence not using property builder). I've got the grid coming out fine, and I added a ButtonColumn to do deletes, and an EditCommandColumn to do edit/update/cancel requests. When I click Edit, it goes into edit mode fine,
|
| itemDataBound and Editing the text | 09 Jul 2004 17:57 GMT | 3 |
I have a question I have a grid it is spitting this out description
|
| Itemcommand event uses wrong comand | 09 Jul 2004 14:01 GMT | 4 |
I have a simple web application with a single webpage. it contains a single datagrid control which loads data via a Microsoft CRM proxy without any problems. It also contains the two default linkbutton colums for Edit and Delete.
|
| Updating an Access Yes/No field from a datagrid | 09 Jul 2004 08:39 GMT | 1 |
I have a DataGrid that is configured to use the Edit/Update/Cancel concept correctly. My grid shows values from 5 database fields. I only need to update that last 4 fields. The last field is a Yes/No value in Access. Using the OleDbCommand, if I do not consider the Yes/No field, ...
|
| datagrid manipulation | 08 Jul 2004 17:45 GMT | 2 |
Hi, I have a question about custom datagrids or how i should show my results I have a sql statement that reads as follows:
|