| Thread | Last Post | Replies |
|
| Can't get this grid to sort no matter what - going crazy. | 08 Jan 2004 11:46 GMT | 2 |
Seems like i've tried every example in the newsgroups and in referenced articles but I just can't get this grid to sort, am I missing something obvious? View State = True
|
| Add row | 08 Jan 2004 06:09 GMT | 3 |
I am looking for an article that tells how to add a row to a datagrid or to the DataSource. The simpler and easier the better. Step-by-step and sample code would be a plus.
|
| LinkButton in DataGrid not executing eventhandler | 07 Jan 2004 21:40 GMT | 4 |
I have a datagrid with some BoundColumns and several TemplateColumn's. Each template column has a linkButton with the event handler specified via OnCommand="ExternalLink_Command". The LinkButtons also have CommandName and CommandArgument attributes set. Clicking on the linkbuttons ...
|
| DataList ItemTemplate and EditItemTemplate | 07 Jan 2004 21:00 GMT | 3 |
I'm relatively new to ASP.NET and I'm having a problem editing data in a DataList. I have a DataGrid that lists fieldand I have a DataList that displays detailed information about each item. I want to use the DataList to edit the fields.
|
| Datagrid Borders | 07 Jan 2004 07:22 GMT | 3 |
Why wont the datagrid accept the borderstyle's i have in my css ?. What i want is that the headers border-bottom has a width of 5px and the rest of the borders in the datagrid should be 1 px. I have other style's too and they work but all border styles are
|
| Create a scrollable DataGrid custom Component | 06 Jan 2004 20:12 GMT | 3 |
I want to create a custom Datagrid component that derives from the default DataGrid and adds a <div> tag with the 'overflow' style. I've added two properties to my custom datagrid, ScrollWidth and ScrollHeight, to be set on the div. However, when I try to set the
|
| Add a dropDownList | 06 Jan 2004 16:55 GMT | 1 |
Could you please give me an exemple how to add a dropdownlist in a datagrid. With this following code, I bind a datatable to a datagrid, and add a new column. but I can't add a dropdownlist... : DataTable dt = new DataTable();
|
| globalization problem | 06 Jan 2004 04:03 GMT | 3 |
I need to be able to change the header text language. When I change the text my sort hyperlink disappears. Does anyone know how to get it back? I have not been able to get it to work.
|
| Paging datagrids | 06 Jan 2004 00:46 GMT | 2 |
I've been to gotdotnet.com/quickstart...samples and reviewed the Source control for adding paging to datagrids, my problem is that we do not connect to an SQL Server, we are using an RPC to get the data from a DB2 database using COBOL. It is a difficult way to get connected, and ...
|
| Need help with ItemCommand event | 05 Jan 2004 20:18 GMT | 2 |
I have on the same page this code: <script language="VB" runat="server"> ... ...
|
| DataGrid Sorting - bidirectional | 05 Jan 2004 15:46 GMT | 2 |
I want to sort the DataGrid according to the number of clicks of mouse on the column-header link. e.g. if user clicks on the header once - it will be sorted ASC
|
| getElementById with edit mode of datagrid control | 05 Jan 2004 15:00 GMT | 8 |
How I can get element ID in the edit mode of datagrid control? If I not in the edit mode, there are no problem. <asp:TemplateColumn ItemStyle-CssClass="grid_column_width_3" ItemStyle-HorizontalAlign="center" ItemStyle-VerticalAlign="top">
|
| Up and Down arrow navigation in datagrid columns | 05 Jan 2004 09:06 GMT | 11 |
I have created a Multi-row editable datagrid with textboxes. Does anyone know how to create the Javascript necessary so that up and down arrow navigation will work in the datagrid? Or, is there a Non-Javascript approach
|
| Datagrid column label | 05 Jan 2004 09:03 GMT | 1 |
I read out a table into my datagrid control. How i can I change the label of the columns , which are named the default database column name? Are there any properties to do this?
|
| Dispalying image in Datagrid | 02 Jan 2004 09:36 GMT | 4 |
Hi, All I have a datagrid binds a table of SQL Server 2000. In the table, it has a "photo" column with images, but it will be appeared in the datagrid. How can I show the images from the table in the datagrid?
|