|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
Abdul Malik Said -
19 Feb 2005 9:01 PM - 5 messages
Hope you can help me in decisions to make for my datagrid design: I have a pivoted dataset. The rowset I took from the database query has been pivoted in the codebehind page. This is the data from the system to display, ...
Dager -
19 Feb 2005 7:20 PM - 4 messages
Greetings, I have a problem that I am trying to work through. Any help would be appreciated. I have an asp.net application that uses framesets. It has a banner frame, contents frame, and a main frame. I have a datagrid that is ...
rajesh kumar via DotNetMonster.com -
19 Feb 2005 6:42 AM - 3 messages
how can i select a column in datagrid? ...
Esperanza -
18 Feb 2005 3:22 PM - 6 messages
Hello .net expert, I would like to change the color a a column "Name" base on the value of another column "tel" . Is it possible ??? Thanks in advance !! Esperanza <ItemTemplate> <b> ...
Smash -
18 Feb 2005 1:22 PM - 4 messages
How to add javascript onClick attribute to datagrid's edit template (update command)? any suggestions? ...
sri kanth -
18 Feb 2005 6:12 AM - 4 messages
hi , i am displaying the datagrdig (dg) headers dynamically.. now i just want to know how to display the data from a dataset to my datagrid.. for i=0 to Ds.tables(0).rows.count-1 dg.columns(i).HeaderText=ds.tables.rows(i).item(0) ...
vijay_kerji -
18 Feb 2005 4:25 AM - 4 messages
Any Help is appreciated! I have a datagrid with Drop down list and a remove hyperlink as two columns. When I remove the row of the datagrid by clicking on the remove column,Dropdown list is mentaining its previous state. ...
RJ -
18 Feb 2005 2:52 AM - 2 messages
Why doesn't the CssClass property change the visual display of my datagrid cells? Thanks for any insights. I'm primarily a developer of .NET business components, and weak in ASP.NET, so I may very well be missing some key ...
glorfindel -
18 Feb 2005 2:38 AM - 2 messages
I have a grid with a checkbox column in it, that is disabled at Form_Load but it loaded with data anyway. Selecting a radio button enables it but the check box columns go blank when this happens. I dont have this problem if I ...
Jeff Thur -
18 Feb 2005 12:47 AM - 2 messages
I guess that you can't do this with the property window of datagrid control. Probably need an itemdatabound event. How can I program an itemdatabound control to get a column (Zipcode) to look as such xxxxx-xxxx. It currently is in ...
RJ -
17 Feb 2005 8:07 PM - 2 messages
I would like to check a datagrid cell value, and change the color of the cell background, when a datagrid is displayed. I want to do this as early as possible after / during a page load event. I tried looking into the ...
SK -
17 Feb 2005 3:32 PM - 5 messages
Hello, does anybody know how I can add an additional row above the datagrid header? ...
Olivier Matrot -
17 Feb 2005 3:26 PM - 2 messages
Hello, I'm facing a problem with the behavior of the [ENTER] key while editing items in a datagrid. I would like to make sure that the cancel button is the default button when [ENTER] is hit. TIA. ...
Sabina -
17 Feb 2005 5:23 AM - 4 messages
i have a datagrid with few bound columns.i want to make the first column clickable.can i make a bound column clickable and write a handler for that.if that is not possible what is the otherway of doing it. ...
PK9 -
17 Feb 2005 3:01 AM - 2 messages
What options are there for giving a user a printer-friendly link to print out my datagrid? I'm not sure how to best accomplish this. I've seen an example where the datasource (a table) is set to a session ...
PK9 -
17 Feb 2005 1:15 AM - 6 messages
I have a datagrid that brings back a number of records and I want to allow the user to click a "delete" button in each row of the datagrid to delete records. I originally used a <asp:ButtonColumn> for this and gave it a ...
ree32 -
16 Feb 2005 9:58 PM - 3 messages
I am writing a webpage in VB.net. I cant access the dataformat property of a column in the datagrid. But I get this error in Visual Studio : DataFormat is not a member of System.Web.UI.WebControls.DataGridColumn ...
Vadim -
16 Feb 2005 2:00 PM - 5 messages
How To Insert ASP.NET User Control into DataGrid Column? Vadim *** Sent via Developersdex [link] *** Don't just participate in USENET...get rewarded for it! ...
SK -
15 Feb 2005 6:43 PM - 2 messages
Hello, I have a dg, which uses templatecolumns. Now I would like to assing the header text of these columns, with the names I have in my dataset. But I dont get how to do that. Here is my dg: ...
Vadim -
15 Feb 2005 3:22 PM - 2 messages
Is it possible to put ActiveX Control into the DataGrid Column? I've tried, but it seems to me that the only columns' types are: hyperlink and linkbutton. My email is: vad***@intelsysinc.com Vadim *** Sent via Developersdex [link] *** ...
Maziar Aflatoun -
15 Feb 2005 3:17 AM - 3 messages
Hi, Does anyone know how I can add a css to the following link button. I want to add it so that Update, Cancel and Edit have the css in the form of <a href="" class="">Update</a> ...
Maziar Aflatoun -
15 Feb 2005 3:15 AM - 2 messages
Hi everyone, Does anyone how to add a javascript confirmation popup to a link button? <asp:ButtonColumn HeaderText="Del" ButtonType="LinkButton" Text="Del" CommandName="Delete" /> Thank you Maz. ...
ALI-R -
14 Feb 2005 6:10 PM - 15 messages
hi all. Can someone help me with this? I have a Datagrid, and i would like to doubkle click on a cell and open another form sending all the fields in that cell to the form for future work, how can i do this? ...
jason -
13 Feb 2005 12:38 PM - 7 messages
Hi. The below code works, except, when I edit a record and update, the two drop downs always take the first entry in the dropdownlist if not selected. I'd also like the dropdown to show the currently set value in ...
|
|||||||||||||||||||||||