| Thread | Last Post | Replies |
|
| Is it possible to set title property on data grid cells? | 25 May 2004 11:18 GMT | 2 |
I would like to do: <table> <tr> <td title="My tool tip from DB">Some text</td>
|
| scrollable grid question | 25 May 2004 09:58 GMT | 2 |
I know how to get a grid scrollable, but my question, how can I keep the Column headers and only scroll the data? example: header1 header2 - keep this permananet
|
| I need CausesValidation on Paging | 24 May 2004 18:28 GMT | 2 |
Does anyone know how to set Causesvalidation =true; when paging. I need to call my custom validator. Thanks for the help in advance. Regards
|
| Is it possible to create a custom header/footer - not with column names but with html | 24 May 2004 10:59 GMT | 5 |
I want to know if it is possible to create my own header and footer which contains arbitrary text/html items in a datagrid . Look at the included picture for example. Another example:
|
| DataGrid to Excel | 24 May 2004 10:00 GMT | 13 |
I wrote a small function, thaht converts a DataGrid to Excel from a Web-Application (C#) Running the function with 100-200 rows it just works fine Starting a "special" Report produces a DataDrid with about 13650 Rows. Now the conversion to Excel does not work Are there any known ...
|
| How to set the size of a edit-column in a datagrid | 24 May 2004 09:20 GMT | 4 |
I'm trying to set the size of the textbox that appears when clicking the edit-button in a datagrid, but I'cant find out how to do it. // Tomas
|
| ASP.Net DataGrid VS. DropDownLists | 24 May 2004 04:49 GMT | 1 |
Need some help here. I posted this in the framework newsgroup and noticed this group so I'm posting it here as well. Sorry for the redundancy and/or bad etiquette. I'm building an asp.net app that uses a datagrid. I have created a
|
| Display Datagrid group Subtotals | 24 May 2004 04:39 GMT | 2 |
I am trying to achieve something in this format in a datagrid... Apologize if the drawing is not very clear... Make Model Value ===== ===== ======
|
| Edit Command button on alternate items | 23 May 2004 22:14 GMT | 1 |
Can I hide the edit command button on alternable items? or in other case on items with certain value on a column? Best regards, Miguel.
|
| How to Simulate Click Event on DG LinkButton? | 23 May 2004 21:26 GMT | 1 |
How can I programmatically simulate a click event on a datagrid linkbutton? I change the text of a linkbutton in a datagrid, then need to do some processing as though the user had clicked the linkbutton with the new text. I thought I could do it like this: ***
|
| Class 'System.Web.UI.WebControls.DataGridItem' cannot be indexed | 23 May 2004 03:20 GMT | 2 |
I am very new to asp.net. Please help me in resolving the error: DataBinder.Eval: 'System.Data.DataRowView' does not contain a property with the name RENEW_EXIST. I get the above error with the following code in aspx page
|
| adding Cutom columns from a business collection object | 21 May 2004 13:56 GMT | 3 |
I'm new to ASP.NET and the .NET framework. I've been trying to get the WebControls.DataGrid to work but havent been successful in acheiving the desired results. What i need to do is, set the DataSource for the grid to some business
|
| Footer data - more than one row (sumarizing) | 21 May 2004 11:47 GMT | 2 |
How can I add two rows on a datagrid footer for totals. I am displaying month sales for each customer on a datagrid, but for footer totals I want to display totals for customer as well as for region. So far I can only add one row totals in footer.
|
| DropdownList in EditItemTemplate | 20 May 2004 22:05 GMT | 1 |
I have a template column and a DropdownList in the EditTemplateItem area. I can't find a way to bind a datatable to it when EditItemIndex is set...HELP After the user clicks Update the following code should work... dim cbo as DropdownList
|
| Trigger Button1_ServerClick event from a popup form... | 20 May 2004 18:56 GMT | 1 |
I allow users to click a datagrid row and it spawns another browser page to allow edits to the data in that row. Once they update the data, it is committed to the database and the form is closed. Once the edit page is closed, I need to trigger the search button click event in ...
|