| Thread | Last Post | Replies |
|
| DataGrid with image in the Column Header | 17 Jul 2003 20:36 GMT | 1 |
Is it possible to have both an image and text as part of a Column Header in a DataGrid? Ideally, you could click on either sort the column. I have not been successful yet - if I add an image, the text does not show. I suppose I could create a .gif with each piece of text in it, ...
|
| How to retrieve the values of the previous row during ItemDataBound | 17 Jul 2003 19:29 GMT | 1 |
Hello, I am trying to retrieve the values of the previous row. I want to change the color of a cell for the current row if the previous row's cell had a different value: Private Sub Datagrid1_ItemDataBound(ByVal sender As Object, ByVal e As
|
| How to set up a vertical scroll bar for my datagrid control? | 17 Jul 2003 19:20 GMT | 4 |
|
| Multiple Nested DataGrids | 17 Jul 2003 15:32 GMT | 1 |
I would like to create a datagrid that can have a master detail view which can expand and collapse information for specific rows, much like MS Access does whenever you use lookup columns. I have seen DbNetGrid (www.dbnetgrid.com) and it does the same type of thing, but I don't
|
| checkbox column in a datagrid problem | 16 Jul 2003 21:26 GMT | 2 |
I have a checkbox column in a datagrid so a user can select (by checking) mulitple items then hit a submit button to add them. The problem is that I try to evaluate (xxx.checked = true) but it is always equal to false. The checkbox column appears to have no clue that a box is ...
|
| Accessing controls in template column with JavaScript | 16 Jul 2003 21:12 GMT | 1 |
Hi Guys & Gals, Is it possible to access controls (e.g. a CheckBox) within a template column in a datagrid with JavaScript? I would like to count the number of rows in my datagrid with checked boxes
|
| ...Accessing a datagrid across frames... | 16 Jul 2003 19:34 GMT | 1 |
I've got a situaion where there's one frame with a load of buttons, acting as a small control panel, with a datagrid object existing in another frame. On clicking on one button on the top frame, I want to be able to access the instance that is being displayed onscreen of the grid, ...
|
| Datagrid events refuse to fire (pt 2) | 16 Jul 2003 17:12 GMT | 2 |
Further to my earlier post the following events DO fire - ItemDataBound ItemCreated DataBinding
|
| accessing values from checkbox created with ITemplate | 15 Jul 2003 15:03 GMT | 1 |
hi folks, i have a checkbox in my datagrid created this way: http://www.superdotnet.com/show_article.aspx?pkID=116 with C# code-behind, TemplateColumn and a custom class to add the checkbox. how can i access the values from the checkbox in the datagrid to see if it?s
|
| adding a checkbox to select the row. | 15 Jul 2003 14:56 GMT | 3 |
i'm using c#. code behind if possible. i need a simple way to put a checkbox column in my datagrid and a button to see witch rows are selected... is there any big difference using checkbox and checkboxlist ? can i use
|
| ClintID does not work for datagrid template columns controls | 15 Jul 2003 13:01 GMT | 1 |
Hello I have a datagrid "dg" which has two template columns. The first template column contains a button denoted "b" and the second template column contains a div server control denoted "div" which in turn contains another grid denoted "dg_second". "dg_second" is bound to
|
| How Do I : Add a Click event to a checkbox in a DataGrid | 15 Jul 2003 04:48 GMT | 3 |
I need to know when a user clicks a checkbox, in a datagrid, so I can then update the database. I.E. I need to know which row has been clicked and which column. Charles
|
| capture dropdownlist in edit mode autopostback | 15 Jul 2003 04:30 GMT | 2 |
I have a datagrid that in edit mode shows a dropdownlist. I need to be able to postback and manipulate some of the edit template controls depending on what the user selected in the dropdown. I was hoping to be able to autopostback and capture the selected index changed event of ...
|
| Tree View Web Control | 14 Jul 2003 09:55 GMT | 2 |
Any one can suggest a good tree view web control. There are so many available, just don't want try them out within short time line. I need one that supports drag/drop node and databind/xml bind. Thank you very much. My email atangus@hotmail.com
|
| Datagrid Template Column - Problem with ClientID | 14 Jul 2003 08:42 GMT | 3 |
Sorry for the long message - most of it is a code example :) Quite a quick question really! I'm having a problem (possibly found a bug) while trying to implement a template column in an ASP.NET Datagrid.
|