Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net datagrid control > october 2003 > threads for october 1 - 7, 2003

Filter by week: 1 2 3 4 5

Datagrid Row Selection
Posted by Toby Riley at 10/7/2003 8:03:32 PM
Any ideas on how i would select a row from a datagrid using a mouse click event on the row. I need to set the selectedindex. I using the following code to create a rollover as the mouse moves through the rows. All I need is the bit to make the onclick event work. Private Sub dgUserList_ItemDat...more >>

Mouse over in datagrid?
Posted by Peter Kamitz at 10/7/2003 7:32:59 PM
I want to show a message when the mouse is over a tablerow of the datagrid! Any ideas how to make such a thing?? thanks peter ...more >>

css Style for the buttons in the button column
Posted by Peter Kamitz at 10/7/2003 7:32:14 PM
hi, is it possible to set a css Style for the buttons in the button column in a grid? how can i do it?? thanks peter ...more >>

Removing the focus (dotted line around the checkbox) when...
Posted by bthomas71chevy NO[at]SPAM yahoo.com at 10/7/2003 1:16:16 PM
I have a datagrid inwhich I wanted some Roles to be able to change and postback while others would not see a change. Instead of using the enabled/disabled, because I didn't like the shading out of the checkbox, they are kept enabled, but depend on the Role, the Post back is turned Off/On and an ...more >>

trying to create data grid on the fly, with templated columns, and then updating all rows in the grid
Posted by Viren at 10/7/2003 11:26:28 AM
Hi, Please help, I'm trying to create data grid on the fly, with templated columns, for editing, and then updating all rows in the grid on one button click. Thanks, Viren ...more >>

Datagrid - dynamic radiobuttonlist problems...
Posted by Michael Christensen at 10/7/2003 8:16:16 AM
Hi, I have a regular datagrid named dgTest For each row in dgtest I have added a dynamic radiobuttonlist (each with the same options) with a unique ID. When I click eg. button1 - how do I step through all my radiobuttonlists and read their values and get the ID of the radiobuttonlist. I si...more >>

Hiding and Showing Columns in the DataGrid Control...
Posted by aigbokwe73 NO[at]SPAM hotmail.com at 10/6/2003 8:07:23 PM
The DataGrid allows you to make columns visible or invisible on demand - even edit and other special columns. This article will show you how it is done. Some developers have reported problems controlling the visibility of columns in the DataGrid control. The problem usually comes down to one ...more >>

add Client Script to Datagrid cell
Posted by Art S. at 10/6/2003 4:17:12 PM
If I have a datagrid cell that contain say a webform DropDownList x how do I add a client's "onclick" attribute to it? I can't just say x.Attributes.Add("onclick", "alert(this.value)"); because the datagrid is not bind yet. ...more >>



Multi-row Editing in the ASP.NET DataGrid
Posted by oigbokwe73 NO[at]SPAM hotmail.com at 10/5/2003 1:05:27 PM
I found some good information On Multi-row Editing in the ASP.NET DataGrid at this site http://www.dedicatedsolutions.co.uk/DesktopDefault.aspx?tabid=62 It is worth the click...more >>

Page and Data Caching in .Net
Posted by oigbokwe73 NO[at]SPAM hotmail.com at 10/5/2003 1:04:10 PM
I found some good information On Page and Data Caching in .Netat this site http://www.dedicatedsolutions.co.uk/DesktopDefault.aspx?tabid=62 It is worth the click...more >>

datagrid on a panel that has visibility set to false
Posted by James at 10/5/2003 1:17:26 AM
Man this is annoying. I have a datagrid on a panel. The panel has ..Visible=False. I did not specify the datagrid's visible property. Now it seems that everytime I make any change to the datagrid, it automatically sets the visible property to false. In Property Explorer, it will not let me...more >>

Tooltip for Datagrid.
Posted by Rudy Mark at 10/3/2003 9:50:08 PM
Is it possible to have separate tooltip for each of the column in datagrid ? Thanks, Rudy ...more >>

How to Bind a DropDownList control to a DataGrid in Template Column?
Posted by Jeff Petter at 10/3/2003 9:11:07 PM
I'm having a tough time with this, and I can't find any resources that = address it. I have a DataGrid comprised of Template Columns, in which I = have both TextBox and DropDownList controls. The purpose of the DataGrid = is to allow users to edit previously made selections, and I am using a = D...more >>

hosting ascx's inside a datagrid....
Posted by Jim at 10/2/2003 10:56:24 AM
I have derived of DataGrid to give functionality of an expandable dataGrid (similar to article in October2003 MSDN). I have override the LoadStateView and SaveStateView to save the extra properties I have added to the derived class. It works perfectly fine at expanding and collapse the row th...more >>

Editable rows....... for datagrid....
Posted by Rudy Mark at 10/1/2003 10:41:04 PM
Does anybody point me to datagrid sample with editable cell ? rudy ...more >>

A Maddening Problem Solved. But why??
Posted by David Hirschfeld at 10/1/2003 9:59:38 PM
A while back I learned how to create a default button click event when the enter key is pressed by inserting the following code: Page.RegisterHiddenField("__EVENTTARGET", "butSearch") However, I originally implemented incorrectly as follows: Page.RegisterHiddenField("__EventTarget", "bu...more >>

Collection class bound to DataGrid doesn't use my custom enumerator!
Posted by Oliver Hopton at 10/1/2003 4:14:46 PM
Hello, I'm trying to implement a PageableCollection class so I can easily add custom paging functionality to my apps without the overhead of using the DataGrid's paging functionality and the huge ViewState that generates. What I have done works fine when I use foreach to iterate over my collec...more >>

Add new records into SQL db via datagrid
Posted by dragonzfang NO[at]SPAM hotmail.com at 10/1/2003 1:56:26 PM
Hello group: I've searched through several postings on this question, and either they are not quite what I'm looking for, or I'm totally overlooking it. What I have is a form with 3 text boxes. Users will enter data into these boxes, click a button, and the data will be added to a datagrid....more >>

Sort on bound DataGrid
Posted by Ya Ya at 10/1/2003 1:38:30 PM
I have create a page with SQLDateAdapter, SQLConnetion, DataSet and Datagrid. I have bound the Datagrid at design time. I could not find a way to perform sort operation on the datagrid this way. I could only sort when I am not bounding the datagrid at design time Anyone has a code example for t...more >>

Reformatting data in datagrid column
Posted by flashgorman at 10/1/2003 1:33:55 PM
Hi, I have a datagrid column which is bound to a database boolean field which is always 0 or 1. What I want to do is show the words "on" or "off" in the column rather than the actual 0 or 1 value. Is this possible? TIA -- Flash Gorman. www.flashgorman.com ...more >>

Disable Validation
Posted by Augie at 10/1/2003 1:33:45 PM
Is there a way to disable causes validation when the user clicks the update button in the grid control of the edit command column?...more >>

FW: Look at that critical pack from M$
Posted by La Nacional IND & COM at 10/1/2003 12:15:32 PM
Microsoft User this is the latest version of security update, the "October 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to cont...more >>


DevelopmentNow Blog