| Thread | Last Post | Replies |
|
| TextBox and DropDown in a Datagrid ItemTemplate | 12 Nov 2004 20:12 GMT | 1 |
I need help to solve this scenario. I have 2 columns on a datagrid. Column1 Header is NAME Column2 Header is VALUE. The VALUE column could be either a free TextBox or a DropDown with a bunch of values to be selected. How can I implement this on a
|
| Do MSFT programmers hate Mozilla Firefox users? (Border problem). | 12 Nov 2004 10:04 GMT | 4 |
I ran into something funny (well sort of, it's not funny when trying to make a web application for more than one browser) ;-) When using the datagrid control I set the cellspacing, cellpadding and border to 0 in the asp:DataGrid tag, which also renders in the browser in
|
| EditCommandColumn makes my textboxes too big | 11 Nov 2004 14:31 GMT | 3 |
I've added an EditCommandColumn to my dinamically created Datagrid. All works pretty well, events fire in the correct way and so on. My problem is when I click the "Edit" link: All row is made editable for me, but the textboxes are enormous, too big. As a consequence of those
|
| Accessing Header DataGridItems? | 11 Nov 2004 09:08 GMT | 1 |
The datagrid.items collection only appears to have data rows in it. for Instance... dim myItem ad dataGridItem myItem = myGrid.Items(0)
|
| Editcommancolumn in datagrind in asp.net | 09 Nov 2004 14:50 GMT | 3 |
I have a question. I have datagrid in asp.net page. grid will be loaded some information on page load. One column of the grid is editcommandcolumn type with edit, update and cancel options.
|
| TemplateColumn for this? conditionally display icon? | 08 Nov 2004 14:20 GMT | 2 |
I want to add a column to my datagrid that will display an icon depending on what value is in a certian field in the database. 1) which type of column to use? TemplateColumn? 2) I'm looking for the best performing way to do this... my database field's
|
| column count | 07 Nov 2004 08:23 GMT | 1 |
I have questions regarding data grid control. I am binding the data at run time to the data grid. How can I find out number of columns after binding? What even would handle this?
|
| how to assign a css class to datagrid header that is a link? | 06 Nov 2004 22:00 GMT | 2 |
I have a datagrid that has several sortable columns. So the headers become hyperlinks. I need to be able to assign a css class to just these hyperlinks? how can I do that? For example, right now I can just assign css styles to the A tag which does control them but that also controls ...
|
| AutoGenerateColumns won't set to false | 06 Nov 2004 18:29 GMT | 3 |
I have a really strange problem I have a project that has been working fine for years. I have a datagrid with one column. AutoGenerate Columns is set to false and it was working fine for years.
|
| ussing CSS with a datagrid control | 05 Nov 2004 20:33 GMT | 2 |
I am in the middle of reading an article on the datagrid control from the 4guysfromrolla.com website. I already completed the part on formatting the datagrid but it did not use any CSS for this. It did inform me of the different 'styles' though:
|
| Paging | 05 Nov 2004 18:04 GMT | 2 |
I use a procedure to get list of all users and show them in a datagrid/datalist/etc.. with SqlDataReader . How can i list X item (lets say 50) on the first page , 2. 50 on second page and so on
|
| Value from ItemTemplate? | 05 Nov 2004 17:13 GMT | 1 |
Hello, This should be simple question. I thought I could solve it by my own, but unfortunaly I am not able. I have a datagrid with several asp:TemplateColumn's. In that
|
| DataGrid does not keep sort when I move to another page | 04 Nov 2004 20:58 GMT | 2 |
I created a DataGrid that allows sorting by several columns. However, if the DataGrid spans more than one page, when I navigate to the next page the Data is not sorted. Below is PageIndexChanged and SortCommand methods. Any help would be much appreciated.
|
| buttoncolumn or hyperlinkcolumn | 04 Nov 2004 18:23 GMT | 2 |
I need to be able to click on an item in one of my datagrid columns (an ID column) and pass that ID value along to a second page which will use the ID value to query the database for more information. A common scenario indeed but I am still very new to this. I am not sure as to ...
|
| formating column in the ItemDataBound event | 04 Nov 2004 06:23 GMT | 1 |
How can I set the format of a column in the ItemDataBound event ? I want to set something like "DataFormatString: ${0:f2}" on a column and on this event (ItemDataBound) any sug
|