| Thread | Last Post | Replies |
|
| Datagrid invisible | 07 Feb 2004 03:43 GMT | 1 |
I have 2 datagrids which are generated in runtime based on values selected by user from a dropdown. I have a template column in the datagrid with checkboxes. I want the user to select some value in checkbox and based on that query the db to display some stuff. Now the
|
| Image in header column (not replacing column header text) | 07 Feb 2004 00:18 GMT | 3 |
I have a sortable (asc/desc) datagrid and would like to add a small arrow icon (down/up) next to the column header text to improve the UI. Is this possible. The examples I've seen all replaces the header text with an icon.
|
| HyperLinkColumn and column width | 06 Feb 2004 18:14 GMT | 1 |
I am using a Datagrid control and one of its column is a 'HyperLinkColumn'. The link text for this HyperLinkColumn is sometimes beyond 100 characters. I would like to display the link on multi-line if the number of characters in the link exceed 100 characters. I tried
|
| Extra Code for Grid Sorting.... ? | 06 Feb 2004 07:37 GMT | 1 |
Question is related to ASP.Net and Datagrid. I have set the grid sort property to TRUE. Sort is not still working. Do I need to write extra code for that ? Abhram Jose
|
| Meter 07025222725 and unused vouchers. | 06 Feb 2004 02:34 GMT | 2 |
03916892348059413720 04971726017155647061 08731414368354978632 09170536885741669492
|
| Adding a SubTotal to a named BoundColumn | 05 Feb 2004 22:54 GMT | 2 |
It's easy to create a column total on a BoundColumn and add to the column footer, when you know with certainty the column index to be sub-totalled. For example: Private Sub myDataGrid_ItemCreated(ByVal sender As Object, ByVal e As
|
| Something after my Datagrid... | 05 Feb 2004 18:26 GMT | 3 |
I actually have no problem binding my datagrid or anything else. My problem is when I wanna put something after my datagrid is drawn. Like when I put a button right after my Datagrid, even if I set the Position attribute to "relative", my button is still over my Datagrid, not after. ...
|
| failed to load viewstate | 05 Feb 2004 17:41 GMT | 2 |
Can someone helpme? I have a datagrid in wich im using column templates for the edit command, with comboboxes. The datagrid works fine for the first time i execute the edit command but the second time it gives me the following error... Failed to load viewstate. The control tree into ...
|
| Databind dropdown in datagrid | 05 Feb 2004 16:25 GMT | 3 |
(Sorry if this has meen answered a million times before...I just haven't been able to find the answer) I'm trying to dynamically create a datagrid containing a cell as a dropdown. I seem to get both the datagrid and the dropdown populated (see code below)
|
| DataGrid : dynamic manipulation of a template column using C# | 05 Feb 2004 10:14 GMT | 7 |
I have created a DataGrid in the aspx page, with a template column, which has a label "lblTest2" in Item Template and a drop down list "ddlTest2" in the EditItemTemplate. Ultimately I want to be able to dynamically set DataSource etc for the ddlTest2 when I click the Edit link on ...
|
| Please help | 04 Feb 2004 23:43 GMT | 2 |
I am new to asp.net and i want to develop small application. I have three control on form (Listbox,button and Datagrid ). I want to do the following. 1. When i clieck on row on datagrid i want this row to be highlighted.
|
| use editable row to set up filter for the underlying dataview | 04 Feb 2004 21:10 GMT | 1 |
Problem: I want to use a row in the datagrid, that is the first row. This row should be allways blank, so that the user can enter a value in _one_ column. This value should be used as the
|
| UpdateCommand | 04 Feb 2004 20:32 GMT | 1 |
I would like to have my datagrid's UpdateCommand fire when a user clicks a button not in the datagrid. How can I do this? Thanks, Matt
|
| Adding rows to DataGrid across multiple PostBacks | 04 Feb 2004 05:50 GMT | 1 |
Hey all, I am very new to ASP.Net (and .Net in general), but that isn't stopping the boss from wanting to begin new projects in it. This latest project has me kinda stumped and after a couple days of struggling, I figure asking you all
|
| How to speed up the paging? | 04 Feb 2004 02:23 GMT | 5 |
I use a DataGrid to display 5 text fields information from SQL 2000 database. The total amount of records to be displayed is around 800. I have sort and paging
|