| Thread | Last Post | Replies |
|
| dataGrid - link - popup window | 03 Feb 2004 15:15 GMT | 1 |
I need to create a datagrid where the column headers (not the items) are links. When a user clicks on a link, it brings up a popup window. I guess the question is how to make the headers to be URLs but without using sorting, then associate client-side javascript to these headers. ...
|
| Programatically add column | 03 Feb 2004 14:55 GMT | 2 |
My problem is how to add several columns with a checkbox programatically to a datagrid. Anybody with some pointers? -as
|
| DataGridColumnCollection.Add & Update | 03 Feb 2004 13:16 GMT | 3 |
(I'm impressed there's a dedicated newsgroup for datagrids !) I am trying to build a webpage with a list showing some database table names displaying as links. Clicking on one of them will fill a datagrid with it, providing Edit and Delete functionnalitites. Displaying the ...
|
| Using Multiple events in Datagrid | 02 Feb 2004 09:50 GMT | 1 |
I'm currenty using a datagrid that contains 3 linkbuttons. With use of the property Builder in VS, i've also allowed for the use of Paging. But everything is going haywire. On the first page everything works as it should. I can even go to the next page without any problems.
|
| Dynamically accessing the top <td> attributes in a DataGrid | 02 Feb 2004 08:58 GMT | 2 |
Taking the DataGrid as a table: (1) I can access the <tr> attributes via DataGrid1.HeaderStyle.Width = 301; // and similiar (2) I can access the <td> attributes of the main body cells via
|
| DataGrid EditCommandColumn not firing events properly. | 02 Feb 2004 05:04 GMT | 1 |
Hello all, I hope all is well with you. I am having a seriously difficult time with this problem. Allow me to set up the problem.
|