| Thread | Last Post | Replies |
|
| adding rows | 01 Sep 2004 00:13 GMT | 6 |
In my DataGrid I need to have two rows of data for every bound record. I have successfully achieved this by adding datagrid items and cells through code in the "DataGrid.ItemDataBound" event. The problem is that on post back my added rows do not stay. Aparently one needs to ...
|
| Paging problem in VS.Net - datagrid disappears | 31 Aug 2004 19:23 GMT | 1 |
I have a datagrid in VS.Net showing numeric paging and the first page of data is displayed. Clicking on any other of the page numbers results in the datagrid disappearing - no error message, but the entire datagrid is gone. I have tried putting "AddHandler DataGrid1.PageIndexChanged ...
|
| Postback for DataGrid Columns Added in Code Behind not firing. | 31 Aug 2004 08:14 GMT | 1 |
I am trying to build a web custom control that displays a datagrid, so first off I have no designer where I can drag and drop a datagrid and then set properties from the user interface. I have to do everything from the code behind. Most of the code follows below.
|
| how to configure a DataGrid so that only some columns are editable in Edit mode | 30 Aug 2004 23:53 GMT | 4 |
I have been following the MSDN walkthrough "Using a DataGrid Web Control to Read and Write Data" in order to display an editable DataGrid. This has been working great - I am pleased with how simple it all is.
|
| Conditional doPostBack on Datagrid | 30 Aug 2004 18:32 GMT | 1 |
I have a ButtonColumn on my datagrid that I would like to post back conditionally. What I would like to see is a JavaScript confirm message that only posts the page when they click the Yes or OK button. Is that possible? If so, how?
|
| Refresh and/or Reindex a datagrid | 30 Aug 2004 09:29 GMT | 2 |
How can I refresh a datagrid, or more precisely, insert a new row with a new index # and reorder the remaining rows. In ItemDataBound, if the value of the county column is different than the county in the previous row, I insert a new row with the County name. Get the current Index
|
| Long string ruining formatting | 28 Aug 2004 03:26 GMT | 2 |
I have a long string with no whitespace or break character and it is ruining the formatting of my datagrid. How can I get the text to wrap whether or not their are break characters in the string? Thanks in advance
|
| Please Wait. Loading...."How to display this on DataGrid while it is getting populated, still not removing all other controls from the web page?" | 27 Aug 2004 16:37 GMT | 1 |
I would like to display a little pop-up message, or something when the user of Web Page submits data to be populated on DataGrid and not to remove all the other controls from the web page. Thanks in Advance,
|
| Binding XML to Datagrid | 27 Aug 2004 15:07 GMT | 1 |
I tried to bind an XML similar to the following to a datagrid. <Idontwant> <Iwant> <Yes></Yes>
|
| How to change the color of the modified fields in a Datagrid? | 27 Aug 2004 10:40 GMT | 1 |
I have a situation where in a user would like to see all the modified fields font red in color when a record has been updated in a Datagrid. Here is the situation: We use popup windows to updated a record.
|
| Sorting a Datagrid that gets data from an XML file | 27 Aug 2004 09:39 GMT | 1 |
All the examples that I see for sorting are for tables that get data from tables. How do I sort my Datagrid that gets data from a dataset that gets its data from an XML file?
|
| alpha paging and data grid?? | 26 Aug 2004 21:32 GMT | 4 |
Can someone please tell me why this is not working??? I used a sample that I found and it works great with the pubs database, however, as soon as I change it to the live database, it dies.. I know that all the columns are there and are correct.. thanks in advance
|
| CheckBox in a datagrid without postback | 26 Aug 2004 11:50 GMT | 1 |
I have a datagrid with several records. The datagrid has several pages, one every 20 records. The first datagrid column is a template with a checkbox. This checkbox is used by the user to select the records he wants to be printed. I have a
|
| DataFormatString shows currency, but without commas | 26 Aug 2004 07:51 GMT | 1 |
Hi, How do I get the commas into my datafield if it is a currency. I am dealing with hundred thousands, so it would really help out the user if I had commas. Heres' what I am currently using in my BoundColumn: DataFormatString="${0:C}". Do
|
| Splash Screen b4 DataGrid | 25 Aug 2004 14:20 GMT | 2 |
Can you create a Splash screen on the .aspx page before the DataGrid has compiled and loaded? All I want is a message to say Please wait while loading... Regards
|