| Thread | Last Post | Replies |
|
| iterate through bound columns | 30 Sep 2003 10:44 GMT | 3 |
I have several pages with datagrids, and I was thinking of writing a common excel function. I want to iterate through the columns of each datagrid to pick off the headings and data column names.
|
| Hierarchical and recursive nested datagrid | 30 Sep 2003 10:10 GMT | 2 |
I want to populate a hierarchical datagrid with a parent-child datatable. Category | ParentCategory | Name xxx | xxx | xxx What i want to do is to populate one datagrid with the first level category
|
| Master / Details list | 29 Sep 2003 10:14 GMT | 4 |
I would like to know how to build a master / list details page that is a little different than anything I see in examples. I want something like this:
|
| MSDN Examples flawed | 29 Sep 2003 09:34 GMT | 11 |
I think there is an inherent problem with most examples on the internet (with MSDN, too!) showing datagrid's databinding. Here is, how they look like: ========================
|
| fully datagrid edit | 28 Sep 2003 08:49 GMT | 6 |
I have a datagrid and I want to click on a button to edit all the row of the datagrid. How can I edit all the datagrid jus t with a button click? Thanks
|
| Dataset after response | 28 Sep 2003 06:40 GMT | 1 |
I have a web datagrid which has table columns and a boolean column I added to the dataset that is a template column with a checkbox. After a button is pushed I want to loop through the dataset.table(0).rows and see which rows were checked in the grid. BUT, the dataset is empty! I ...
|
| Question about LinkButton on datagrid | 27 Sep 2003 20:52 GMT | 1 |
other than using client side scripting, is there any way I can trap the click of a LinkButton column in a datagrid. I want to move user to a different url and want to pass few params in querystring
|
| ItemCommand not firing? | 26 Sep 2003 16:52 GMT | 3 |
Ok, I have create a datagrid in design time, but add the columns dynamically at runtime. There are two end columns each with buttons, the ItemCommand handler is set to my procedure 'ProcessCommand'
|
| "Custom" Paging | 25 Sep 2003 21:31 GMT | 3 |
I'm looking to implement this paging for a list of clients. Instead of paging with page numbers, or < and >. I want to provide A through Z for the first letter of the last name of the client. Hitting B for example, will give me the list of all clients with a last name
|
| Mult Fields in one column | 25 Sep 2003 04:48 GMT | 1 |
How can I stack Name, address1, address2, city, zip (which are all separate columns in my table) into one row/cell in a datagrid so it will be easier to read? Thanks,
|
| One button for editing all rows of a DataGrid | 24 Sep 2003 10:57 GMT | 1 |
we all know how to put a button in each row of a datagrid and how to make that button update or delete data from that particular row. But now I need a different behaviour. I have a small database table with a list of options. I want to display
|
| EnableViewState | 24 Sep 2003 05:25 GMT | 1 |
I have a select box in a Datagrid and when I select the boxes I want and submit, the boxes are still checked. even with the code below. Any ideas? <asp:Checkbox ID="chkSelection" Runat="server" EnableViewState="False" />
|
| Server-side validation on Column change | 23 Sep 2003 16:55 GMT | 2 |
How can I go about performing server-side validation when tabbing out of the column of a grid? I am trying to use a Custom Validator for this purpose, attached to the concerned column, but it only fires when I submit my page. Is there another approach I should take?
|
| Datagrid CurrentPageIndex causes error on last page | 23 Sep 2003 08:13 GMT | 2 |
I have a placeholder control which is populated with several datagrids at runtime. These grids all use paging, but I have to do it manually, with buttons also added to the placeholder. The paging works fine, except when I get to the last page, either by
|
| Datagrid not updated during delete, but updated during insert and update | 23 Sep 2003 05:10 GMT | 3 |
A test webform here, single datagrid bound to one table through dataset, and controls to delete, update and insert data. The code is built upon the samples from Quickstarts. The problem is: when you perform a delete operation, the data (single row) is deleted just fine, however, ...
|