| Thread | Last Post | Replies |
|
| Change style of a single row of the item list of datagrid, based on a field value of current item... | 17 Jan 2004 19:46 GMT | 6 |
Sorry for the long subject guys, but I don't know how better I can resume the matter... Anyway, I have my datagrid showing items of an order. I want to have different backcolor of the rows based on the value of the
|
| cannot trigger SelectedIndexChanged event | 17 Jan 2004 16:21 GMT | 1 |
I use data binding function to display data from DB to datagrid. but I don't know why I cannot trigger the SelectedIndexChanged event?
|
| radio button in colums are not grouped correctly | 17 Jan 2004 04:39 GMT | 4 |
I have a datagrid that I dynamically add radio buttons to in the onItemDataBoud Event. I set each radio button to the same GroupName but when I run the page the radio button group does not dissallow multiple selections as it should. My C# code snippet is below.
|
| Datagrid Column | 17 Jan 2004 03:46 GMT | 1 |
I have a datagrid. Now I want to add a new to column to the last column of the grid, how can i do that? I can add a new column but it adds to the front of the grid. Thanks for helping me
|
| Datagrid not Responding | 17 Jan 2004 00:41 GMT | 1 |
I am using a datagrid to display paged data. Whenever you click on the page you want to see, it won't do anything. I notice that I have a JavaScript Error: Expected ';' in line blah bah. The line that has a problem is one generated by the data grid control: theform = document ...
|
| Datagrid programmatic | 17 Jan 2004 00:15 GMT | 1 |
I have to generate a bunch of datagrids. The # number of datagrids needed will be told by a method. That's why I have to build an array of datagrids ....
|
| press cancel twice to get out of edit mode | 16 Jan 2004 23:26 GMT | 2 |
I just added edit capabilities to my DataGrid. It was working fine, then I started to add a delete button. I did some other stuff, but I just noticed that I have to press the cancel button twice to get out of edit mode, then, when it does leave... the databound data is gone.
|
| How to generate datagrid without knowing # of rows (not retrieving form a database) | 16 Jan 2004 16:06 GMT | 5 |
I'm trying to create form (can be anything, but a prefer it's a datagrid). It should look like this Header 1 Header 2 Header3 Header4 Header5 (textbox) (textbox) (textbox) (textbox)
|
| adding onmouseover | 16 Jan 2004 02:47 GMT | 1 |
I would first like to thank everyone for taking the time to help me. I know this is probable a simple question for everyone but as I am starting out I was wondering if you could help. I have build a small .net web app that has a datagrid. I would like to make each line of the ...
|
| linkbutton dynamic image in itemtemplate | 16 Jan 2004 02:46 GMT | 6 |
I am trying to display a column with a linkbutton with a bitmap which depends on different criteria. I currently have the following <itemtemplate>
|
| DataGrid Generic DataSource Handler? | 16 Jan 2004 01:31 GMT | 4 |
I set a DataGrid.DataSource to bind to MyDataSet.Tables[0]. I just got a requiremend to bind to MyDataView instead. I want to keep the bind code generic/universal, what is a good way to programatically determine the source of the datagrid in the
|
| Q: Default columns appear at runtime | 15 Jan 2004 21:30 GMT | 1 |
I dropped the DataGrid control onto my ASPX page, and it automatically appeared with the 3 default columns having headings of {Column0, Column1, Column2}. I then added my own columns using the property builder, however these 3 default columns still appeared in the Design view of ...
|
| Datagrid Headers ??? | 15 Jan 2004 17:41 GMT | 1 |
I want to know my headers of datagrid will not be known in advance, the headers will be parsed at the run time by an array list. How would I be able to solve the problem: Before:
|
| Datagrid and validiation check for each row !!! | 15 Jan 2004 11:23 GMT | 2 |
Hi every one I'm building datagrid which needs to have validiation check for each text box. Something will look like this Question Answer 1 abc validiation check
|
| set scroll bar in Datagrid | 15 Jan 2004 11:10 GMT | 1 |
I want to know that how to set vertical and horizontal bar in datagrid
|