Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score problem in creating a folder..
NagaKiran - 22 Jan 2005 9:02 PM - 2 messages
Hi I have been worked with DotNet windows application. There I didnot get this problem.. When I am working on web application, It is giving problem. I describing the problem here. I want to create a folder. For this I have imported System.IO namespace.. ...
Score HeaderRow
vishal - 21 Jan 2005 7:24 PM - 2 messages
Hello,    how can I insert a row above the header? I need to write my own paging in a nested datagrid. For that purpose, I need to place the links in the row which will be above the header. Can somebody tell me how to do that? ...
Score Multi-line datagrid
marti - 21 Jan 2005 6:14 PM - 3 messages
I'd like to have most of my fields on one row of the datagrid, like it is by default, but put one of the fields (a long description field) on a next line, spanning the columns above it. Like two datagrid rows per ...
Score PageIndexChanged
Kalmár Gábor - 21 Jan 2005 1:55 PM - 5 messages
Hi! I try to use a datagrid control with EnableViewState=false. If i bind data in Page_init, all works fine except events. No evets fired at all. (PageIndexChanged,SortCommand) Why? thanks, Gabor ...
Score Dynamically create datagrid control
Boo Khan Ming - 20 Jan 2005 8:51 AM - 2 messages
Hi, Depends on number of records in database, each record should create a unique datagrid - I use AccessDataSourceControl of Web Matrix. My questions is that: - The "id" tag of server control, can be put variable name? (This is a way ...
Score Removing Link from Button column
PrasantH - 20 Jan 2005 6:43 AM - 2 messages
i have buttoncolumn(LinkButton) in the datagrid,I want to remove the link of the last row(it should be plain text after removing the link) of that button column,How to do that ?? thanks in advance ...
Score Sort a Datagrid with DataRelation
Vsiah - 19 Jan 2005 10:36 PM - 3 messages
Hello,     I have a main datagrid and a nested datagrid, which is using a parent/child datarelation. Now I need to sort the childgrid. I wrote the following code: Dim viewManager As New DataViewManager(ds) viewManager.DataViewSettings(1).Sort = ViewState ...
Score DataGrid with date column that is sometimes blank
Stephen Walch - 19 Jan 2005 10:26 PM - 3 messages
A column in my data source is of type DateTime and "no date" is represented as DateTime(0).  How can I get the DataGrid to display the column as blank (empty string) in the cases where DateTime.Ticks==0 ? ...
Score Sort a ds
vishal - 19 Jan 2005 9:03 PM - 2 messages
Hello,    I need to sort a ds. I did this via a view and now I want to send the view back to the ds. How can I do that? Thanks ...
Score datagrid sort by date
rsj@gisportalen.dk - 19 Jan 2005 7:00 PM - 2 messages
Hi! I have a datagrid which is populated from an Access database. I have a column in the database and in the datagrid where the values are of the data type 'Date' (for example 22-11-2003). I want the contents of the ...
Score Get DataGrids DataSource
Vishal - 19 Jan 2005 6:55 PM - 4 messages
Does anybody know how I can get the datasource of a datagrid? FOr example, If I bind a ds to a datagrid, then I would like to get the ds back somehow. Is that possible, if so how? Thanks ...
Score Getting inside a template column
G Dean Blake - 19 Jan 2005 6:43 PM - 3 messages
I'm writing a Grid Print component and I am being passed a datagrid.  I have to take apart the various columns in order to print them. In the case where the grid had a template column that is a text box, I am ...
Score Loosing css?
MA - 19 Jan 2005 5:29 PM - 5 messages
Hi all! I have a problem with my datagrid and css. To fill my grid, I have a database connection. The sql is partly built from drop down lists (select * from myTable where id='ddl value'. My problem is, that when I select something in my drop down and the page ...
Score Scrolling
MA - 19 Jan 2005 11:27 AM - 5 messages
Hi all! I have a datagrid with several rows and cols. Is there a way to allways have the header cells on the top (allways visible), but be able to scroll in the grid? I used <div style="OVERFLOW: auto;"> with a second datagrid, with only ...
Score Re: Export Datagrid to PDF
Jorge Aguirre - 17 Jan 2005 9:35 PM - 3 messages
Dave can you tell me how to use the Function ExcelExport. How can I pass the DatagridID? Jorge ...
Score Datagrid postback issue
RRB - 17 Jan 2005 9:33 PM - 8 messages
Hello, I have a postback issue concerning the Datagrid.  I posted this problem to several forums before and didn’t receive a single response from anyone.  I initially thought my issue was related to sorting but now understand it as a larger issue. Here goes: ...
Score disabling delete buttons in datagrid
Sharon McCarty - 17 Jan 2005 8:48 PM - 2 messages
Hi everyone , I have a datagrid containing some controls. The columns are as follows: --------------------------------------------------- ID    |Name    |Description    |Edit    |Delete   | --------------------------------------------------- The Edit and Delete are column buttons. I would like to disable the ...
Score Change DataNavigateUrlField dynamically
Alejandro K. - 17 Jan 2005 2:47 PM - 2 messages
Hi guys, let's see if someone can give me a small hand with this.... i'm populating a dataset that sometimes changes 1 or 2 columns depending on the querystring... i was trying to do something like this , but it doesn't ...
Score extra datagrid header...
saleek - 17 Jan 2005 10:57 AM - 2 messages
I was wondering if there is a way I can add an extra header to a datagrid? I found this solution on the internet - but it seems quite old and didn't work for me. [link] ...
Next »