Topic profile page for Datagrid.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Datagrid.
Topic "Datagrid" was discussed 9,141 times on 355 sites in last 3 months
Started 1 day, 22 hours ago (2009-12-04 09:03:00)
by lee704
I have a list of documents that are accessible over the internet. The list is in an XML file which serves as the data source for a DataGrid. What I cannot figure out is how to open the document selected in the DataGrid. I think that I need to change something in the openDocument function (below) but I am not certain what I should change. Any help would be appeciated. Sample file are ...
Started 1 day, 23 hours ago (2009-12-04 07:31:00)
by Gtox33
Morning all, I have a shared remote object. This object updates my datagrid about 10 times a second. I have 2 questions: 1. Is it possible to stress datagrid less, when i update this much things like mouseover and selected row fails because of the updates. 2. is it possible to let datagrid select results based on a variable, directly from the shared object. let say all...
Started 2 days ago (2009-12-04 06:54:00)
by CHAVALASD
Hi, I have a custom component MultiLineLinkButton which extends LinkButton. I am using this custom component as an itemrenderer for a column in datagrid. When i try to resize this column in the datagrid the text is not getting wrapped. I have variableRowHeight on my datagrid for wrapping other normal columns which works fine. I also tried setting the height by getting ...
Started 2 days ago (2009-12-04 06:42:00)
by CHAVALASD
HI, I am using variableRowHeight property on a datagrid to wrap the text and this works perfectly. At the same time, I have to assign rowCount dynamically. My logic for caluculating rowCount is rowcount = sampleData.length > 5 ? 5:sampleData.length; where sampleData is my ArrayCollection. The caluculation happens correctly. The issue here is rows of the datagrid do not ...
Started 1 day, 22 hours ago (2009-12-04 09:16:00)
by Rajmahesh
Hi, I have a link button inside datagrid and a function in code behind for event handling. To trigger the event handler function, I tried attaching the event in different ways but it doesn’t seem to trigger the handler. Since MOSS doesn’t allow autoeventwireup by default, event binding had been handled in code behind only. I tried attaching it in datagrid’s itemdatabound and also through ...
Started 2 days, 17 hours ago (2009-12-03 14:02:00)
by Jerry62712
On a search form we have a datagrid that will be populated from a database. My task is to take the row a user clicks on to populate forms with the data. Essentially this is taking one row and putting each field into its own textInput control. Each of the controls are linked to an XML tag: ... ... ...
Started 2 days, 18 hours ago (2009-12-03 12:38:00)
by amstel_za
Hey all, I've found some conflicting and odd information on this on the web recently and it's just added to my confusion. Here's my setup: 1. ASP.NET page with a DataGrid 2. Oracle DB with a table of images I select out the images I want in a standard query and bind that query result to the datagrid. The query contains a ID value and a BLOB (containing png image). ...
Started 2 days, 20 hours ago (2009-12-03 11:21:00)
by skrantz71
Hi, I should realy need some tutorial or exambles how to code the datagrid with a database before I start asking a lot of stupid Q here 1. how could I control the colum size for every field in the grid? 2. How do I clear the grid? Have done i SQL filer that shows the resault in the grid, but when I select i new one it does add on that query. datagrid.clear() work ...
Started 5 days, 3 hours ago (2009-12-01 04:13:00)
by bdq172
Hi All, I'm trying to give a dataGrid column a two word name - "Last Night". This is not a problem. However when I try to populate the column with data, it throws an error. If I take the column "Last Night" and make it "LastNight" it works fine. Except it looks stupid as a column name. Any way to make a column name two words and populate it with data? Thanks
Started 4 days, 2 hours ago (2009-12-02 04:52:00)
by Cannor
Hey I have fully customizable datagrid at http://flexdatagrid.com/ That might resolve many problems you guys are experiencing..... Please let me know if you have any comments or suggestions.
Started 5 days, 3 hours ago (2009-12-01 04:13:00)
by bdq172
[AS3] DataGrid Name Hi All, I'm trying to give a dataGrid column a two word name - "Last Night". This is not a problem. However when I try to populate the column with data, it throws an error. If I take the column "Last Night" and make it "LastNight" it works fine. Except it looks stupid as a column name. Any way to make a column name ...
Started 5 days, 2 hours ago (2009-12-01 05:19:00)
by hagop
Printing problem from text field, datagrid etc Hi all I have a flash CS4 AS 3.0 scene with one frame only. The scene contains text fields, comboboxes and a datagrid. I want to print the content of the text fields, comboboxes (the selected value) and datagrid contents . I've searched the internet but could not find adequate ...
Started 1 week, 1 day ago (2009-11-27 08:05:00)
by eppitis1
i have a datagrid in vb6 in some columns i want to have boolean values i want to do this with code and not in the datagrid properties (right click in datagrid --> properties --> format) here is 3 columns of my datagrid Code: Public Sub initDataGrid() dgPumpLog.Columns(0).Width = 1800 dgPumpLog.Columns(0).Caption = " Rec Date"...
Started 5 days, 18 hours ago (2009-11-30 13:09:00)
by CARisk3
Can anyone tell me how to access the Datagrid _RowID? I'm using vb.net 2003(yes I know this is older technology. When I get this project done we are upgrading to 2008. ) This is on an asp.net datagrid on an aspx form - not a windows form. Is there a way to get this information? I can see the _RowID in the watch window but I don't know how to access it from code. I have tried searching...
Started 5 days, 17 hours ago (2009-11-30 14:06:00)
by CARisk3
Can anyone tell me how to access the Datagrid _RowID? I'm using vb.net 2003(yes I know this is older technology. When I get this project done we are upgrading to 2008. ) This is on an asp.net datagrid on an aspx form - not a windows form. Is there a way to get this information? I can see the _RowID in the watch window but I don't know how to access it from code. I have tried searching on...
Started 1 week ago (2009-11-28 10:27:35)
by meegho
I'm new in using LINQ and I need to solve the following case or I don't know may be I need to change my hole approach I have 2 entitie Partener and Customer on my DB. Customer has a FK from Partner , I dragged them to dbml file then I created my own classes using the DataContext, frist class RepositoryPartner and seconed one RepositoryCustomer which has instance from RepositoryPartner i need ...
Started 5 days, 10 hours ago (2009-11-30 20:28:00)
by Maxdd 7
I'm trying something similar to this: http://msdn.microsoft.com/en-us/library/ms838165.a spx [ ^ ] I used that code to handle de editing: private void grdOrders_CurrentCellChanged( object sender, System.EventArgs e) { if (!inUpdateMode) { if (inEditMode && !grdOrders.CurrentCell.Equals(editCell)) { // Update edited cell inUpdateMode = true ; ...
Started 3 days, 5 hours ago (2009-12-03 01:37:00)
by iamfuric
Hello Given a dataGrid, rowIndex and columnIndex , how can I get appropriate itemRenderer ? I've found this : http://www.switchonthecode.com/tutorials/accessing -datagrid-itemrenderers , but don't want to expose protected property by overriding DataGrid class. Is there any standard way ? Thanks
Started 5 days, 13 hours ago (2009-11-30 17:36:00)
by davej
Hi All I am trying to use a checkbox in a datagrid. I cant seem to find any examples of this that are not flex, this is in flash. I have used itemrederers for buttons before but cant figure it out for a checkbox. I was hoping I could find a example on line but no luck. can someone point me in the right direction. or if someone has the checkbox itemrenderer class already written that would...