Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score Strange Problem: Removing rows from Table object doesnt update rowcount of Gridview
Dev - 5 May 2007 7:23 AM - 5 messages
Hi, I'm removing rows from a gridview using Table.Remove( ). This removes the rows from the gridview. But the problem is although it removes rows from the gridview it doesnt update the Gridview.Rows.Count to return correct number of rows remains on ...
Score datagrid to excel with image
joy - 4 May 2007 7:36 AM - 2 messages
Hi. I have a datagrid which displays images in cells. User wants to download the grid data as excel file. Now, if datagrid contains only data, it is fine. But if it contains some images, images are not displayed in the ...
Score Newbie Delete question
Robert Dufour - 3 May 2007 5:45 PM - 4 messages
I have a gridview that allows deletes, It uses a single table but the contents of the table rel;ate to a child table and in then sql server defintions, cascabding deletes are not allowed. So functionally it works as ...
Score Re: having trouble with drag-n-drop of multiple items
Dan Morrow - 2 May 2007 4:52 PM - 2 messages
In <uvt7yIMjHHA.***@TK2MSFTNGP06.phx.gbl> Eliyahu Goldin wrote: Eliyahu, I'm in Windows. -Dan. ...
Score grid cell has onclick but hand is not shown
Beemer Biker - 2 May 2007 1:41 PM - 4 messages
I added an onclick event to a grid cell at bind time e.Row.Cells[nFieldNum].Attributes.Add("onclick", "return LaunchInfo('../DetailLocation.aspx')") This works fine, but there is no indication that one can "click" on the cell when the cursor is mioved over the item in the cell. ...
Score having trouble with drag-n-drop of multiple items
Dan Morrow - 2 May 2007 1:28 PM - 2 messages
I'm having trouble handling drag-n-drop of rows from a DataGridView. The SelectionMode is FullRowSelect, so when I click, the whole row gets selected, not just cells. What I'd like to do is select rows 1, 3 and 5 (by control-clicking) and ...
Next » 2 3 4 5 6 7 8 9 10