| Thread | Last Post | Replies |
|
| DataGrid EditItemCommand : must click twice to make DataGrid Editable | 09 Nov 2005 09:54 GMT | 5 |
I am having trouble with a simple datagrid example, and need some advice if anyone is knowledgable. It's really driving me batty! I've searched newsgroups and help sites but nobody seems to have an answer that makes things work, although lots of folks seem to have had this
|
| DataGrid Edit TextBox | 09 Nov 2005 09:41 GMT | 3 |
Hi NG. I'm having trouble controling the size of the textboxes that appear when the user clicks the "edit" button for a row in my datagrid. I know it can be done and I know it doesn't require much, but I just can't
|
| wiring up a datagrid button | 09 Nov 2005 09:40 GMT | 1 |
This is probably a very simple problem but i would appreciate some help. I have wired up a datagrid button with the following code. Sub AddProduct(sender As Object, e As DataGridCommandEventArgs) Dim ProductID As Integer = CType(dg.DataKeys(e.Item.ItemIndex), Integer)
|
| page view state for sort expression datagrid | 09 Nov 2005 08:52 GMT | 1 |
using the ASP.NET datagrid control to displaying some data from SQLserver, also provide paging and sorting function for the datagrid. However, after sorting a certain bouldcolumn, if change the page index , the new paged data is
|
| Long list of items in my datagrid, editing is a pain!! | 09 Nov 2005 01:45 GMT | 4 |
I'm loading a datagrid from an XML file. I'm using datagrids edit functionality and its working great. My problem is that this list is 667 records. When I press Edit the page reloads and starts at the top. Then I have to scroll all the way down to get back to the item I'm ...
|
| data base deletion in data grid | 08 Nov 2005 19:05 GMT | 1 |
how do i delete a record by using delete button in data grid -- goodwill ------------------------------------------------------------------------
|
| Repeating horizontally | 08 Nov 2005 14:10 GMT | 2 |
Bear with me, this query isn't fun. I'm building an e-commerce site and the Information Architecture for the Product Comparison page requires repeating horizontally:
|
| Complex DataGrid | 05 Nov 2005 14:41 GMT | 1 |
Based on the article I have read so far, I know we could customize datagrid at column level, how about cell level? What I want to achieve is the datagrid only have one column, some cells are just like normal BoundColumn, some of them are comboBox. Is it
|
| Repeating horizontally | 04 Nov 2005 20:44 GMT | 1 |
Bear with me, this query isn't fun. I'm building an e-commerce site and the Information Architecture for the Product Comparison page requires repeating horizontally:
|
| Checkbox value in datagrid does not reflect appearance | 04 Nov 2005 19:39 GMT | 3 |
I have a datagrid with boolean columns and as a test I display the value of the checkbox in a label (not bound) as the user clicks in the grid cell. Depending on the value of the checkbox as set by the user, my code should go different routes.
|
| output parameters not working in if return resultset | 04 Nov 2005 02:00 GMT | 3 |
I am calling a stored procedure in SQL Server to return resultset to fill a datagrid in ASP.NET (using C#). I also want to return error code in ether return value or output parameters for ASP.NET calling program. I execute the stored procedure and tried to get hold of either ...
|
| datagrid : change the string formatting expression | 03 Nov 2005 18:43 GMT | 1 |
i'm looking for code (C# preferably) in order to change programmatically in a datagrid the string formatting expression of one bound colum thank you
|