| Thread | Last Post | Replies |
|
| DataGrid Question | 19 Aug 2003 18:07 GMT | 8 |
I have a datagrid which I have bound to data set. One of the cols in the datagrid( dataset) is a boolean I want to make the backcolor of the row in datagrid to a certain color when value of the boolean is true.
|
| datagrid scrollbar? | 19 Aug 2003 16:20 GMT | 4 |
Don't know if this is the correct newsgroup, but can anyone tell me if the standatd datagrid control in VB.NET has a scrollbar? I can't find a property for it.
|
| Datagrid Autoformat | 19 Aug 2003 15:29 GMT | 3 |
1. Where are the autoformat formats located? 2. Is it possible to add to them? Thanks. Alan
|
| Simple question | 19 Aug 2003 14:20 GMT | 2 |
I have 7 columns on my datagrid, out of which one column (Column No 1) is hidden (which is containing User ID), and the Column No 3 is displaying user Name. Now I have given hyperlink on Column no 3 (i.e User Name) & I want to pick
|
| Tooltip - binding... | 19 Aug 2003 13:56 GMT | 2 |
Is it possible to also bind to the Tooltip property of the control, when binding the data to the control?? I have a Dataset which contains various bits of data. When a user hovers over a row, or cell, I want to display a tooltip, which has been bound from
|
| Datagrid & imagebutton | 19 Aug 2003 04:26 GMT | 1 |
I have a datagrid with a templatecolumn, in this template there are two imagebutton, one for modify the record, one to cancel, but i'm not able to retrive the unique which is memorized in a hidden column, any idea ? I tried to set commandargument parameter via code, but i wasn't ...
|
| How to diable buttoncolumn's | 18 Aug 2003 12:17 GMT | 3 |
Just a question, If I have a column that performs delete. But I want to disable all the delete buttons in this column when user click's on edit, I put this code here,
|
| Datagrid SelectedIndexChanged Problem in CodeBehind | 17 Aug 2003 07:59 GMT | 3 |
I am attempting to use the SelectedIndexChanged to detect when a row has been selected. I have seen many examples where they are writing all the code on the ASPX page. When I attempt to use the SelectedIndexChanged on the Code Behind it never
|
| Formating a Particular Cell | 17 Aug 2003 04:55 GMT | 4 |
If I have a datagrid and I wanted to format the cell in say Row 6 Column 3 how would I do this. I don't want to format the cell based on the data I just want to make the cell a different color. I just need to understand how to tell the datagrid I want to do something to
|
| How to set current page index from unique ID in dataset | 17 Aug 2003 01:21 GMT | 1 |
I can now find the right page index when I know the unique ID for a table sorted by account name as show below. But... Does anyone know a more efficient way other than looping through the whole dataset?
|
| DataGrid Disappears After Paging | 17 Aug 2003 01:10 GMT | 1 |
I am using a datagrid that is bound to a dataset that contains 18 records. The page size is 6 rows. On the page_load the first six rows are displayed as expected. The grid allows default paging and I have a page index
|
| Button Column added at run time does not seem to trigger SelectIndexChanged Event. | 16 Aug 2003 23:16 GMT | 1 |
I have the following button column added to the datagrid. It does not seem to trigger SelectIndexChanged. Is there something else I have to do? Thanks in advance. dcolumn = New System.Web.UI.WebControls.ButtonColumn
|
| DataGrid Issue: "Cannot compute Count" for AllowCustomPaging | 16 Aug 2003 23:10 GMT | 3 |
I am using the techniques mentioned elsewhere for using the DataGrid's custom-paging ability. I have a query that returns only the specific range of records I request (this range applies, of course, to the current page being viewed by the user). I want to use a SqlDataReader instead ...
|
| ImageButton Event won't fire inside Template column of DataGrid | 16 Aug 2003 19:20 GMT | 2 |
I have a custom datagrid control created with CreateChildControls() My Image Button Event will not fire so I cannot raise it to the webform. The ItemClick Event will not fire. My code is below:
|
| Will Events not fire in a datagrid if you set the datasource after the page load? | 16 Aug 2003 13:26 GMT | 1 |
Will Events not fire in a datagrid if you set the datasource after the page load? How can I get around that?
|