| Thread | Last Post | Replies |
|
| datagrid data not showing | 23 Jan 2004 16:54 GMT | 8 |
I have a datagrid that simply shows readonly data that i pull using sql. This was working fine and one day it stopped working. It shows the headers, but no data. Can anyone point me in the right direction? I am stuck.
|
| Datagrid Performance - Binding and Rendering | 22 Jan 2004 18:45 GMT | 12 |
CONTEXT: I have build a class called clsGridBuilder that uses the TemplateColumn class to dynamically build a datagrid, using the ITemplate.InstantiateIn interface to dynamically add controls to each tablecell and then
|
| Datagrid Dynamic Columns Postback and SelectedIndexChanged problems | 22 Jan 2004 16:49 GMT | 1 |
All, I have a datagrid that has a few design time columns (two buttons - one for select and one for delete) and the programatically I add several other databound columns based on which information the user
|
| datagrid size changing | 22 Jan 2004 15:11 GMT | 1 |
I am using a datatgrid to return search results from indexing services on a web site. The problem is that the width of the datatgrid changes from page to page. The cause is the link to the document on the site does not wrap, making the grid wider than it should be in some cases.
|
| dynamic Template DataGrid Problem | 21 Jan 2004 23:08 GMT | 1 |
I am having a bit of a problem retrieving the datagrid object to retrieve values the uses enters. When i code the Columns in the HTML page everything works fine. <asp:datagrid id="dgDispatch" Width="70%" Font-Size="x-small" runat="server"> <Columns>
|
| To 2 decimal places | 21 Jan 2004 19:52 GMT | 1 |
Folks, I know some of you here are extremely dynamic. I am working with a variable that is declared as a decimal. But I want to convert the decimal into 2 decimal places. In other words, I want to convert my UnitPrice from 6.9900 to 6.99
|
| Adding ImageButton To DataGrid Header | 21 Jan 2004 02:08 GMT | 1 |
Hello This is probable a simple one for all you experts out there. I was wondering what the most efficient way of dynamically assigning a URL String to an ImageButton and then adding that Image button to a DataGrid Heade Thank you in advance for your hel RD
|
| Sort Routine Problem | 20 Jan 2004 17:01 GMT | 1 |
I have created a datagrid that has edit/update/cancel links and whose header is sortable. I have one glitch which I hope sounds familar to someone ... I click the edit butoon and the textboxes are populated with data
|
| DataGrid not displaying correctly in Opera 7.2 | 20 Jan 2004 11:35 GMT | 2 |
I have a datagrid defined as follows: <asp:datagrid id="dgSubmissionHistory" ShowHeader="True" ShowFooter="True" BorderStyle="None" BorderWidth="1px" runat="server" BorderColor="#CCCCCC"
|
| get selected column | 20 Jan 2004 09:08 GMT | 4 |
hello ng, how can I get the selected column index from a datagrid? thanxs simon g.
|
| HyperLink Column | 20 Jan 2004 03:04 GMT | 1 |
Does anyone Know how to programmatically assign all the columns in a DataGrid with AutoGenerateColumns set to true as Hyperlink Columns? Thanks in Advance....
|
| How to set up validators for edit mode of a datagrid? | 19 Jan 2004 17:03 GMT | 1 |
How do you set up the validators so they "watch" entries made while the datagrid is in edit mode? If a custom validator is required, is there a step-by-step available on how to do this? I'm kind of new to databound controls.
|
| Datagrid Postback issues | 19 Jan 2004 14:20 GMT | 2 |
I have a Datagrid on a page. 1 column is a template column with a checkbox (unbound). The rest of the columns are databound that are added programatically. If in the Page_Load I do:
|
| Paging | 18 Jan 2004 20:36 GMT | 1 |
Can someone please help ? I have a dg with paging. I want the page numbers to be displayed as follows: ....,10,9,8,7,6,5,4,3,2,1 and not like it is now: 1,2,3,4,5,6,7,8,9,10,...
|
| Changing hyperlink template based on data contents | 17 Jan 2004 19:53 GMT | 4 |
I'm pretty new to all of this, so please forgive me if this is a question you've heard too many times. I'm using VS2003 and vb.net in the codebehind. I'm trying to make a column in my datagrid have use one of two different
|