| Thread | Last Post | Replies |
|
| AutoGenerateColumns on some columns | 14 Jun 2004 12:30 GMT | 1 |
I have a datagrid, for one and only one of the columns I need to use a template column, for the rest AutoGenerateColumns would be fine. I'm expecting the answer no but is there any way I can say, ignore this one column and autogenerate the rest?
|
| default paging, show page nr. text. | 14 Jun 2004 08:56 GMT | 1 |
Dear sir, I am using the default paging function of datagrid. Below is my code. <PagerStyle NextPageText=">>>" PrevPageText="<<<" HorizontalAlign="Center" Mode="NumericPages"></PagerStyle> It works fine, it show a 1 2 3 4 5 page nr. at the bottom of datagrid.
|
| adding totals to grid | 11 Jun 2004 06:16 GMT | 2 |
I need to add the total of each column at the end of the grdi How can I do that, here is my actual code to retreive the data. Dim SelectString As String '//Convert date from string to Date
|
| add rows | 10 Jun 2004 22:28 GMT | 1 |
I would like to have a grid on my page with blank rows to allow users to add any new information if they want. Can that be done or no? I want the grid populated like normal and at the end have blank rows where the user can add to and that will be stored in the database
|
| scrollable grid | 10 Jun 2004 18:59 GMT | 3 |
I need a scrollable grid and keep the header fixed. I found one at http://www.datawebcontrols.com/demos/ScrollableDataGridFixedHeader.aspx but I need the
|
| I need to have a tooltip appear over a cell showing data from another cell in the same row. | 09 Jun 2004 21:05 GMT | 1 |
I have a datagrid with locations from around the world. In hidden cells, I have the Lat and Long of that location. I need to be able to mouseover the location and have the Lat and Long appear as a tool tip. Any help would be appreciated.
|
| Multi row header in Datagrid | 09 Jun 2004 18:27 GMT | 7 |
I have two columns in my datagrid, Hours Bid and Hours Expense. I would like to have the word Hours span both columns and then just have the column headings Bid and Expense underneath. Is that possible and how do I do that?
|
| PageCount too high for Items.Count | 09 Jun 2004 16:49 GMT | 1 |
I have a datagrid control that is working fine as I update, with what I assume are correct page counts (pre-filtered, there are probably 100 pages of 8 items each), but on my last filtering action, I reduce the item count to 8 items. However, the PageCount is always 3. If I click ...
|
| how to add single select radio button in datagrid... URGENT | 09 Jun 2004 16:41 GMT | 3 |
I am adding a radiobutton in a datagrid. Now if I want to select a single radio button I am unable to achieve this. I have tried both RadioButton and HtmlInputRadioButton. Is there any way out. Thanks in advance. Regards, Sriram Mallajyosula
|
| Formatting Datagrid in Edit Mode | 09 Jun 2004 14:58 GMT | 1 |
Hi, I have a problem with a Datagrid in a aspx page. When I enter in Edit Mode (clic on Edit link), appears (correctly) the Update and Cancel link, but the width of the cell is over the space,
|
| validating a custom control in a datagrid | 08 Jun 2004 13:21 GMT | 1 |
i have a datagrid which display custom controls when user clicks edit, changing data. I am using customvalidator to validate this control. I can get validation of user input to work no problem when user clicks on update in datagrid.
|
| IIF and FieldCount Property of Container.DataIte, | 08 Jun 2004 10:14 GMT | 1 |
All, I have a data gid and I want the text of and ItemTemplate asp:Label Field to be the value of a column from the DataReader which the grid is bound to. HOWEVER, I need to do it dynamically as the
|
| changing the size of a textbox in a datagrid? | 08 Jun 2004 02:16 GMT | 1 |
I would like to find out if I can modify some of the properties of a textbox within a datagrid? 1. How can modify the width of the fields ? when hit the update button all of the fields are around 200px wide, I have tried to use "size" but I
|
| DataGrid (body only) contained in <span>...</span> tags | 07 Jun 2004 17:00 GMT | 2 |
I have a DataGrid control that displays many records. As such, I have been given a requirement to contain only the body of my DataGrid control within <span> tags (this enables us to use a scroll bar to look through the records in the datagrid, instead of using paging).
|
| custom paging | 07 Jun 2004 15:02 GMT | 3 |
I implement datagrid for my customer database regular paging. I want to change the paging so that it display the letters A...Z which are the first letter of the customer names...
|