| Thread | Last Post | Replies |
|
| how to turn off DataGrid header | 31 Oct 2005 18:45 GMT | 2 |
I want to show the column, yes. I just don't want to show the column's header. Was hoping to do this in the .aspx and not the code behind. Thoughts?
|
| Displaying a Graphic in the cell of a datagrid | 30 Oct 2005 18:28 GMT | 2 |
I want one column of my DataGrid to display the same graphic in each row. Should I do this with a templated column? If so, what should the HTML look like in the specification? Many thanks.
|
| Select a row (on left click) without postback | 30 Oct 2005 09:46 GMT | 1 |
I wonder if it is possible to select a full row in the datagrid whe the user left-clicks in it without using postback. I guess it can be done using javascript but I don´t know how. Any help is appreciated.
|
| Update Custom Collection that is bound to DataGrid made up of Custom COlumns | 28 Oct 2005 07:21 GMT | 9 |
I recieved some very useful help from Steven Cheng in an earlier post in this group entitled 'Dynamically create datagrid columns' and am now looking for some help to progress things. With the help I was given I was able to create a web user control that
|
| asdf | 27 Oct 2005 17:40 GMT | 1 |
|
| nested datagrids | 27 Oct 2005 17:26 GMT | 3 |
Help! Using nested datagrids in web app using VStudio 2003, IIS, SQLServer. Got the data to load just find in both the outer and inner datagrids. I need to capture a "select" button click in the inner datagrid, pull the value of the button text from the clicked
|
| binding combobox control to datagrid | 27 Oct 2005 09:14 GMT | 1 |
, i am facing problem with attaching combobox to a cell of a datagrid. namely to the cell 3rd row 4 column.. then the combobox should display that content of that particular cell...
|
| Single Quote Problem in Excel to Export | 27 Oct 2005 01:13 GMT | 3 |
We have to export our data in sql server table to any excel sheet. We have a template to export, using oledb we are inserting rows to this template and generating the excel output. The problem here is we are getting a single quote extra in front of each
|
| Binding combobox to a cell of a datagrid in windows forms using c | 26 Oct 2005 17:14 GMT | 1 |
i am facing problem with datagrid.. i am attaching a combox to a cell of a datagrid.means i want to palce the combox in 4th row 3rd col of grid.and the combox should represent value of that particular cell....i am using .net 2003 version
|
| Getting the column from a table cell | 25 Oct 2005 20:06 GMT | 2 |
Is it possible (and if so, how) to obtain a reference to the column given a table cell for a datagrid? Zahid
|
| Contents of ButtonColumn and HyperLinkColumn | 25 Oct 2005 15:53 GMT | 2 |
Does anyone know how to get the contents OUT of a ButtonColumn item or a HyperLinkColumn Item in C#? For BoundColumns, it's extremely easy - e.items.cells[0].Text. This does not work with ButtonColumns or HyperLinkColumns.
|
| .net 2.0 FormView questions | 25 Oct 2005 06:30 GMT | 6 |
I have a couple of questions about the FormView control. How can I access the controls I add to the ItemTemplate from the code behind file? For example, I added a button named Button1 to the ItemTemplate and I want to modify it from the codebehind.
|
| Export to Excel | 22 Oct 2005 15:38 GMT | 2 |
I have a web page (dotnet framework 2.0) with a datagrid that works just fine. When the user has collected the data, and this is present in the datagrid, I would like to enable a button for export to Excel.
|
| "Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount. " | 21 Oct 2005 19:02 GMT | 1 |
in a datagrid, in the ItemDataBound event in some cells a add some javascript that show up an information strHref.Append("<A onclick=\"popupValid();\">"); strHref.Append("<span style=\"cursor:pointer\">");
|
| Optimizing binding | 21 Oct 2005 18:08 GMT | 1 |
All my datagrids need editing, deleting, sorting and paging. Datagrid's view state is enabled, but it is disabled it for each DataGridItem after binding. Also, I use DataAdapter instead of
|