| Thread | Last Post | Replies |
|
| Show muliple headers in datagrid | 30 Oct 2004 22:47 GMT | 3 |
Im trying to make a datagrid wich have a header and a subheader directly under. The top header is the problem sine it should "group" the subheader. I imagine to use columspan on the top header. I just cant see how i should define this topheader.
|
| How to do a multiple select and update in a datagrid | 30 Oct 2004 17:59 GMT | 2 |
Using Visual studio.net VB I have a datagrid that brings records from a stored procedure. Be selecting multiple datarows using a checkbox. All i want to do is update a field called 'Active' datatype bit from 0 to 1
|
| datagrid onitemcommand not firing | 30 Oct 2004 16:21 GMT | 1 |
Here's my problem. I have a Button. On clicking, it binds data to datagrid grid1 grid1 has a Column of LinkButton OnItemCommand of this grid1 binds data to datagrid grid2
|
| databinding & classes | 30 Oct 2004 11:05 GMT | 1 |
I made an arraylist wich contains a certain amount of objects from the class 'employees'. The class 'employees' contains also an object 'department'. You can see the class diagram (http://users.pandora.be/bart.geurs/class.gif). The next step is to bind that arraylist to a datagrid ...
|
| About of DataGrid, RadiButtonList and DropDownList From Mexico City | 29 Oct 2004 22:30 GMT | 1 |
Hi, friends as are wishing them the best thing to them of this life. I have: VS .NET Pro 2003 Win 2000 Pro with SP4
|
| Sort datagrid | 29 Oct 2004 16:39 GMT | 1 |
Hello Group, I have a datagrid which needs to be sorted but the column headers should not be clickable on certain conditions( say on the "print version" of the page). The simple piece of code used is :
|
| Datagrid lose Items in Postback | 29 Oct 2004 06:09 GMT | 4 |
I have only a Datagrid and a submit button on a form. I use 2 template columns and some bounded columns in my grid too. I just want to process Datagrid's items in a for loop in the event handler of Button click.
|
| Hyperlink column in datagrid | 28 Oct 2004 22:56 GMT | 4 |
I am trying to insert a hyperlink column in a datagrid the field consist of a http://www.something.no/text.asp?id=FieldID where FieldID is the field from the sql-server I normally would have concatenated the text and the field
|
| Move Datagrid Row Up/Down | 28 Oct 2004 20:20 GMT | 6 |
Anyone have suggestions for how to select a row in a web datagrid and either drag and drop it somewhere else in the grid or use up/down arrows to move the row to the desired location? Any feedback would be appreciated.
|
| DataGrid with validator | 28 Oct 2004 18:58 GMT | 2 |
I want to add a custom validator to a dataGrid's boundcolumn. I use datagrid's "edit, update, cancel" button to do. But I cannot find a method to add the validator to boundcolumn. In other way, I try to use TemplateColumn and EditItemTemplate with custom
|
| How to display shortdate format on a datagrid? | 28 Oct 2004 16:20 GMT | 2 |
Hi, I am displaying a datagrid on my webpage and it is linking to a dataset. There is a datetime value from the dataset showing on the webpage(datagrid) as full date format, like "10/27/2004 12:00:00 AM". How can I convert them to shortdate format '10/27/2004'? Before I was
|
| how to delete a row in DataGrid | 27 Oct 2004 20:56 GMT | 1 |
I have to delete a row in Datagrid by selecting the checkbox. And also to select all checkboxes when we select "select" option for checkboxes. I kept this below code........but it's giving error ...
|
| Add formatted text to JavaScript function call during ItemDataBound of a Repeater Control. | 26 Oct 2004 17:03 GMT | 2 |
I am taking values from a datatable and formatting them for use in a JavaScript Function Call. The end result is a mouse over tool tip. Here is what I am doing.
|
| Problem with ItemDAtaBound event of datalist | 26 Oct 2004 15:28 GMT | 1 |
I have a datalist that displays the following when a web page is rendered: Community_Property: 2 | Corporation: 5 | Custodian: 10 | Individual: 138 | Joint: 82 |
|
| CSV file to datagrid, data missing & funny character | 26 Oct 2004 00:15 GMT | 2 |
I'm trying to import data from a CSV file to a dataset, then trying to add this to a datagrid. Problem is the datagrid is only displaying the first element in the CSV file with a funny 'yp' character in the first cell.
|