| Thread | Last Post | Replies |
|
| Changing the size of the textboxes in edit mode | 01 Apr 2004 19:05 GMT | 3 |
Apologies if I have already posted this :) I have a grid which contains values which are all just 3 characters - however, when I go into edit mode, the text boxes are much too wide and means I have to scroll the webpage horizontally. I found an article on MSDN
|
| Subclassing DataGrid | 01 Apr 2004 18:23 GMT | 1 |
I would like to make a DataGrid control but with some modifications. Firstly, I would like all fields that come out of the database to be editable at all times. I would also like another row (this one non-editable) on the Datagrid which
|
| DataList Problem???hurry for help!!! | 01 Apr 2004 17:10 GMT | 1 |
I insert a DataList and a Datagrid in a page: <asp:DataGrid id="DataGrid1" style="Z-INDEX: 103; LEFT: 456px; POSITION: absolute; TOP: 56px"runat="server"></asp:DataGrid> <asp:DataList id="DataList2" style="Z-INDEX: 104; LEFT: 280px; POSITION:
|
| DataGrid column with a different DataSource | 01 Apr 2004 09:13 GMT | 5 |
I've got a template column (Status) in my datagrid which must retrieve its content from a different datatable (Status) than the one used by the datagrid (Apps). There is a relationship between the tables and the grid contains the column StatusId which could be used for the link. ...
|