| Thread | Last Post | Replies |
|
| DataGridView | 20 Nov 2005 11:37 GMT | 2 |
I'm trying to format a DateTime bound column with the new DataGridView in VS2005. I set the DataFormatString to "{0:d}" (which should give me the date only) and I get the general format (including time). None of the possible
|
| Datagrid Formatting | 20 Nov 2005 07:36 GMT | 3 |
I am trying to find out if it is possible to format a datagrid to display results in teh following manner; Job: 5453 South Ridge Lane Contract: CINERGY 2005 Claim # Date of Loss Claimant
|
| Row Selector Column | 20 Nov 2005 05:48 GMT | 5 |
I have created a custom control that dynamically creates a datagrid at runtime. The datagrid is made up of a collection of custom columns. One of my custom columns is a Row Selecter column. This comprises a Checkbox for each row and one in the header of datagrid.
|
| DataGrid Buttons causing validation | 19 Nov 2005 01:15 GMT | 2 |
the Edit, Update, Cancel, and Delete buttons in my datagrid are causing validation elsewhere on the page. I want to specify that these buttons should not cause validation but they have no design time property of causevalidation.
|
| Validation Between Controls | 18 Nov 2005 21:34 GMT | 2 |
I have a datagrid with several fields with textboxes and drop downs. I want to be able to validate the drop down field in one column to only be required if the textbox field in another column has data. Does anyone know how to do this?
|
| RequiredfiledValidator and regularexpressionvalidator in DataGrid footer | 18 Nov 2005 08:25 GMT | 4 |
I have a Datagrid with Update,Delete and Edit buttons. And on the footer i'm adding a new ROW to the DataGrid I placed RequiredfiledValidator and regularexpressionvalidator in the Footer of a DataGrid
|
| Stumped on dropdownlist, editcommand | 16 Nov 2005 09:01 GMT | 1 |
I've been googling this and know it's been covered often, but I can't get mine to work. I'm using a dropdown list when editing the record in the datagrid. I'm using an arraylist (although I'm willing to change) to populate the
|
| Sorting | 16 Nov 2005 08:56 GMT | 1 |
I have a datagrid which is sorted one way. I have to run through the dataset and add some data. When I am done I would like to change the sort order. How can I do that?
|
| How to find a dataset had values | 16 Nov 2005 05:37 GMT | 2 |
In ASP.Net , i'm binding a dataset to a datagrid. Its showing error when the dataset has no values. So I have to find whether dataset has any values or not. How to do that? Thanks in advance.
|
| How do I databind a TextBox in EditItemTemplate? | 15 Nov 2005 23:47 GMT | 1 |
Simply put - I want the data in my rows to appear in various controls when I click Edit. My datagrid contains several template columns and I'm using DataBinder.Eval(Container.DataItem, fieldname) to bind data in my
|
| Creating Datarow | 15 Nov 2005 19:46 GMT | 1 |
I can add a datacolumn to a datarow at any time. How can I add a datarow to a table in a dataset?
|
| No. of rows displayed in paged datagrid | 12 Nov 2005 19:19 GMT | 2 |
I have a DataGrid with AllowPaging="True" and AllowSorting="True". It works, but always displays 10 rows. How do I customize this? Many thanks.
|
| Customizing pager/header/footer | 11 Nov 2005 08:27 GMT | 6 |
I need to put web controls inside pager, header or footer parts of the datagrid. Any ideas?
|
| datagrid manipulation issue | 10 Nov 2005 14:23 GMT | 4 |
I am using vb.net, and here is what I am trying to do. I have a datagrid that has lots of rows. The user has to either update or delete each row. If the user has scrolled a long way down the page, which happens, and deletes or updates a row, the databinding forces the
|
| Style changes based upon Data Values | 09 Nov 2005 10:02 GMT | 1 |
I want to change the style of a data presented based upon the value of the data. For example, I if the value is positive I want it to appear black but if it is negative I want it to be red. Any suggestions would be helpful!
|