| Thread | Last Post | Replies |
|
| client side sorting of datagrid items | 14 Oct 2004 07:19 GMT | 5 |
Does anyone know if there's code out there to manage client-side sorting of datagrid items? I'd like to be able to fill a datagrid with records from the database, then allow the user to put the records in their preferred order. So I envision two buttons for each row that are for ...
|
| How to do this with datagrid | 14 Oct 2004 02:13 GMT | 1 |
I'm trying to build a page in asp.net that lists employees from a db. And I was wondering if you could help me translate this asp to asp.net and with a datagrid. can't figure it out with all if's and so .... open db and stuff
|
| DataGrid Hyperlink | 13 Oct 2004 09:29 GMT | 2 |
I have a datagrid which is populated with a list of software which is available to install (from our intranet) with the path in the second column. I want to make the second column clickable (hide the data path). So when the user clicks on the link or icon it installs the selected ...
|
| Column Header with Variable | 12 Oct 2004 23:16 GMT | 2 |
Dear gurus, Is it possible to specify the column header with variable? If I want to make headerText as Sales and Credit how do I do so? Thanks in Advance.
|
| Datagrid with SQL sentences in its columns. ONLY FOR EXPERTS. | 12 Oct 2004 22:31 GMT | 1 |
I have a little application of a Knowledgebase for my company. The systems engineers cam Log in to the application, write some problemas and the solution can be SQL commands. I put ValidateRequest=false for the page to accept those inputs.
|
| how to set visible table out of dataset? | 12 Oct 2004 18:59 GMT | 2 |
Hi, all. A Form has a DataGrid bound to a DataSet including two DataTable, A and B. When Form is loaded the two table is populated to DataSet and DataTable A is
|
| Manipulating Dataset | 12 Oct 2004 18:24 GMT | 4 |
Dear gurus, I have a stored procedure which returns a set of rows. How do I suppress a number of columns (not display) from dataset? Is is DataSet is the right tool in this case?
|
| Datagrid Columns | 12 Oct 2004 09:09 GMT | 3 |
I have a datagrid that contains a bunch of boundcolumns: <asp:datagrid id="DataGrid1" runat="server" autogeneratecolumns="False"> <columns> <asp:boundcolumn datafield="Column1" sortexpression=" Column1" />
|
| Changing Width of Datagrid (AutoGenerateColumn=true) | 12 Oct 2004 09:05 GMT | 3 |
Hi, hope some1 can help me trying this about a week. I read the data for my Datagrid into a dataset, convert a little bit and store the finalresult in another ds from an Access-DB and bind the data
|
| Setting widths of columns | 11 Oct 2004 15:26 GMT | 4 |
I have a DataGrid on a Windows Form and I set the DataSource and DataMember. Data appears correctly. Question is how can I make certain columns wider to accomodate the fields. One field is ComapnyName and half of it gets truncated.
|
| Help needed | 11 Oct 2004 12:01 GMT | 1 |
I am using a datagrid control. first column of the datagrid is having a checkbox (which used to select/deselect all the items in the grid).There is an asp:button in the page. I want to enable/disable this delete button, if the user selects none of the checkboxes then the button ...
|
| DataGrid font size??? | 09 Oct 2004 19:20 GMT | 1 |
I cant' believe I have to ask this, but... How do you adjust the font size in a DataGrid? I know about the FONT property of the DataGrid proper, and the FONT property of the ITEMSTYLE, and I can see how to adjust the size. But nothing has any effect on the display:
|
| validation controls | 09 Oct 2004 14:48 GMT | 2 |
I've a datagrid with a textbox with autopostback=True and also validation controls. Even if the validation controls fail the postback still occurs. How can i stop this happening?
|
| Programmatically Change Text Property of Label in ItemTemplate in Datagrid | 09 Oct 2004 01:36 GMT | 1 |
How do I programmatically change the text property of a label in an ItemTemplate in a datagrid? Specifically the Text property. I want to change the databinding to another column at runtime.
|
| Binding a image button to a datagrid | 08 Oct 2004 10:05 GMT | 3 |
I have a datagrid and I've created a itemtemplate column with textbox inside each row like the following: <asp:TemplateColumn HeaderText="New NIBS DS1s"> <ItemTemplate>
|