| Thread | Last Post | Replies |
|
| Sorting the nested HierarGrid by Denis Bauer | 19 Jan 2005 18:07 GMT | 1 |
I am using Denis Bauers HierarGrid and would like to sort the nested grid. However each time I do that, I get the error message: Please change the TemplateDataMode attribute to 'Table' in
|
| Scrolling | 19 Jan 2005 14:24 GMT | 4 |
I have a datagrid with several rows and cols. Is there a way to allways have the header cells on the top (allways visible), but be able to scroll in the grid? I used <div style="OVERFLOW: auto;"> with a second datagrid, with only
|
| Trigger Datagrid Edit From Command Button | 18 Jan 2005 18:59 GMT | 1 |
Hey all, I was wanting to know if this was possible. I have a Datagrid with inline editing capabilites and all that jazz, it all works.
|
| extra datagrid header... | 18 Jan 2005 18:22 GMT | 1 |
I was wondering if there is a way I can add an extra header to a datagrid? I found this solution on the internet - but it seems quite old and didn't work for me. http://www.dotnet247.com/247reference/msgs/13/69744.aspx
|
| can anyone solve this?? | 18 Jan 2005 15:44 GMT | 5 |
This datagrid (dgbudgets) binds perfectly and column4 is a non visible column. Immediately after the bind, however, column(4).visible is true both in the grid and the
|
| disabling delete buttons in datagrid | 17 Jan 2005 20:53 GMT | 1 |
Hi everyone , I have a datagrid containing some controls. The columns are as follows: --------------------------------------------------- ID |Name |Description |Edit |Delete |
|
| Nested DataGrids | 17 Jan 2005 18:21 GMT | 8 |
I have created a nested datagrid with the help of this article: http://www.standardio.org/article.aspx?id=155. Now I need to edit the nested datagrid. I thought that it was the same task as editing a single datagrid, but it
|
| Change DataNavigateUrlField dynamically | 17 Jan 2005 15:46 GMT | 1 |
Hi guys, let's see if someone can give me a small hand with this.... i'm populating a dataset that sometimes changes 1 or 2 columns depending on the querystring... i was trying to do something like this , but it doesn't work...
|
| What's the trick to getting a checkbox value | 14 Jan 2005 23:53 GMT | 1 |
The results of checkbox.checked always returns false even when it's true. What am I missing or doing wrong or what's the secret??? <asp:TemplateColumn HeaderText="Validated"> <ItemTemplate>
|
| Datagrid within a Datagrid, treeview style.... | 14 Jan 2005 19:31 GMT | 10 |
Hey all, As the subject suggests, that's what I'm trying to accomplish. I'd trying to design something akin to this: ->First_Name | Last_Name | blah1 | blah2 | blah3
|
| No default member found for type "myClass" error, please help | 14 Jan 2005 14:24 GMT | 1 |
I have a collection object that I created that inherits from ArrayList. I then add "Programme" objects to this collection and bind it to the datagrid using the following code: Dim oProgrammes As New Programmes
|
| Store Formatinformation of an Datagrid | 14 Jan 2005 09:47 GMT | 10 |
Is it possible to Store the format of an Datagrid (color,size,... of each Cell/Row/Column), to use it on another Datagrid?? At the Moment I have a Datagrid an I store it in a Session-Variable Session("Print") = DataGrid1
|
| Displaying XML/HTML code in datagrid | 14 Jan 2005 02:57 GMT | 1 |
Hi, Can anyone suggest how I might display unrendered XML/html code in a datagrid column? The column holds error log entries which may contain XML and html. I've tried TemplateColumn with non-editable TextBox to display the code but the DataGrid still attempts to render the ...
|
| order of fields | 13 Jan 2005 22:48 GMT | 9 |
I am having a problem with the order of the columns with the datagrid. When ever I try to make columns that are not in the same order as the fields in the database the datagrid does not show in my live page. I have tried to change the order in the select statement but that didn't
|
| Replication | 13 Jan 2005 14:28 GMT | 3 |
I need to compare tables data between SQL servers and if data is different move the data. Does some one has an example how to do this?
|