Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score Access individual item in a datagrid
shadrik - 19 Mar 2005 8:16 PM - 4 messages
Hi people. I've been pulling my hair out over this one. :) Ive got a datagrid that contains values pulled from a sql query. its limited to one record because the record is unique in that it contains user login data (username password etc) ...
Score Datagrid sorting does not work
Veeves - 18 Mar 2005 8:04 PM - 3 messages
I have added sorting to my datagrid. I added the event handler     Private Sub dgrItems_SortCommand(ByVal source As Object, _           ByVal e As System.Web.UI.WebControls.DataGridSortCommandEventArgs) Handles ...
Score iterate through only one column of a datagrid
Dave Bailey via DotNetMonster.com - 18 Mar 2005 5:36 PM - 5 messages
I need to access the information in only one column of a datagrid.  The column is column[3].  When iterating through the grid I want to find all instances where the entry is "" and change it to read "N".  If the entry !+ ...
Score Check Parent-child relationship in datagrid
Grey - 18 Mar 2005 3:09 PM - 2 messages
I have two data tables and forms the parent-child relation between them. However, not all parents have child row, In the datagrid, if the parent row has child records, the first image of will display "plus" picture , otherwise the image will ...
Score Container
Mike Chamberlain - 18 Mar 2005 5:56 AM - 2 messages
Can someone explain what the Container object is, and how it it related to data binding?  I can't find any reference for it anywhere. Mike ...
Score Annoyingly simple problem
Mike Chamberlain - 18 Mar 2005 5:49 AM - 5 messages
Hi. Could someone help me with this simple problem? I'm trying to open a new window from a HyperLink column in my datagrid.   The definition of the column is as follows:                             <asp:HyperLinkColumn Text="..." ...
Score _EditCommand not firing...
jef - 18 Mar 2005 12:34 AM - 3 messages
I realize this should be simple... but I'm at my wits end.  I'm new to ASP.NET (.NET in general) but have many years experience with VB6.  I have a very simple Datagrid with 2 columns bound to a datasource.  I ...
Score Group Headers in Datagrid
David - 17 Mar 2005 11:59 PM - 3 messages
Does the datagrid control provide a way to display records under group headers? In Microsoft Access, it's easy to create reports with detail records displayed under group headers, which is makes finding info easy for users, especially in somewhat long reports. I'd really love to be able to ...
Score Datagrid window.open
Jack - 16 Mar 2005 10:39 PM - 5 messages
Hi, I am having trouble opening a new browser window without toolbars etc from a bound link in a datagrid. Basically my query string is an ID from the database which is connected to the URL. So far I have something like this: ...
Score Using an IF statment within an ItemTemplate
David Lozzi - 16 Mar 2005 7:42 PM - 2 messages
Hello, I have a datagrid listing bill to addresses. One column specifies whether or not the bill to is the primary for the customer. Here's my dilemma: I would like to add the option to set another bill to to primary within the data ...
Score Datagrid postback problem?!?
Bryan Fickle - 16 Mar 2005 4:34 PM - 9 messages
I have a datagrid that works perfectly well. I have default paging turned on and this is where I have a small problem. My datagrid is created via the On_Click even of my search button. When a user selects page 2 of the grid, for example, the grid disappears. If you press the search button again, page 2 of the grid will appear.....same for any page....click on page 3, grid disappears, click search, page 3 of grid appears.  The data is always correct, but I just can't solve this issue.  ...
Score DataGrid ItemDataBound
Ahmed H. Alawady via DotNetMonster.com - 16 Mar 2005 7:42 AM - 2 messages
Dear all,          I Use DataGrid in my Project, I want to make every row in DataGrid selectable as make every row as hyperlink we do it on ItemDataBound event. Can any body please help me to know this code in ItemDataBound ...
Score customising PagerStyle
Joe Abou Jaoude - 16 Mar 2005 6:56 AM - 4 messages
hi, In a datagrid that allows paging i m using PagerStyle-Mode=NextPrev. i want to customize the pager style in order to display two images (or imageButtons)instead of the text "<" and ">" that correspond to the previous and next page. ...
Score dynamically create datagrid and set its datasource in VB.NET
Donna - 16 Mar 2005 2:59 AM - 3 messages
I try to dynamically add datagrid to my web form in VB.NET.  But when I try to setup the datasource, the DATASOURCE is not the property of datagrid.  Anybody know the reason?  Here is my code: ...
Score Export to PDF
vishal - 15 Mar 2005 7:09 PM - 6 messages
Hello everybody, I need to export a datalist to an pdf file. So basically i want to create an pdf file and open it with the datalist data. Any idea or suggestion is very very appreciated. Thanks ...
Score How can I export a Dataview to Excel
Paul D. Fox - 15 Mar 2005 6:57 PM - 4 messages
I've figured out how to export a Dataset and a Datagrid, but how can I export a Dataview? Paul ...
Score data grids
praveen konduru - 15 Mar 2005 8:37 AM - 2 messages
when ever i am clicking on a control in a datagrid the grid goes down send me a possible solution for this *** Sent via Developersdex [link] *** Don't just participate in USENET...get rewarded for it! ...
Score "Single record" edit control
Mike Chamberlain - 15 Mar 2005 6:11 AM - 3 messages
Hi. Is there a built in control that can handle editing a single record? For example, I can edit a single row within the context of a DataGrid, but I want instead to be able to click an Edit button in the grid which ...
Score Showing x to y of z records
Mike Chamberlain - 15 Mar 2005 5:58 AM - 3 messages
Hi. I'm extending the built in DataGrid to show a summary above the header row (see subject).  I am doing this by creating a new ListItemType.Item above the header row. Showing x to y of z records ...
Score Fonction de recherche dans un datagrid
Esperanza - 14 Mar 2005 8:02 PM - 3 messages
Bonjour .net expert !! Voici mon problème, J'ai fait une petite fonction de recherche pour un datagrid. Mon problème est que si je ne suis pas positionné à la page un du DataGrid. la fonction de recherche  me retourne un message d'erreur. ...
Score Searched Datagrid with Paging?
Travis - 14 Mar 2005 5:37 PM - 12 messages
I am new to .NET, so bear with me.  I have a datagrid with default paging of 10.  I can page through it fine to the end.  When I do a search from a stored procedure the first 10 rows show but when I click ...
Score Using Server.Transfer with HyperLinkColumn in a datagrid
Jason Little via DotNetMonster.com - 14 Mar 2005 3:48 PM - 6 messages
Hello all, I am trying to pass page properties between two pages and the first page contains a datagrid loaded dynamically from a data access and the second page needs one item from the query string and the provided properties from ...
Score Change HeaderText of datagrid after binding
Sangra M via .NET 247 - 14 Mar 2005 9:42 AM - 2 messages
(Type your message here) -------------------------------- From: Sangra Hi, I got a datagrid which I want to change the headertext after binding. Because I have a multi-lingual app and I allow the user to change the language on-the-fly. However, the headertext changes only after the ...
Score Make links different color in the datagrid
Mike Chamberlain - 14 Mar 2005 5:35 AM - 3 messages
Hi. I'm using the standard datagrid control in my ASP.NET page.  I have the latest version and all service packs of the framework installed.  I am using the property builder to create my grid.  My question is simple: ...
Score Questions concerning detailsview or datagrid ASP.NET 2.0
Stefan Gsundbrunn - 13 Mar 2005 6:37 PM - 5 messages
Hello, first of all - let me introduce myself. I am a german ColdFusion developer since 1997. I watched the development of Asp.net for a few years and now, with the beta of 2.0 I would like to learn this language. ...
Score line break in a datagrid
hannes - 13 Mar 2005 9:59 AM - 2 messages
hello to all, how to get an line break from a database to the datagrid? thanks, hannes ...
Next » 2 3 4 5 6 7 8 9