Community
Participate
Working Groups
Created attachment 209524 [details] test project 1. import attached test project 2. open PageDemo.egl in preview tab of VE 3. the grid can not display, you must uncomment the columns setting code to make it display: columns = [ new DataGridColumn{name = "id", displayName = "id", width=120}, new DataGridColumn{name = "age", displayName = "age", width=120}, new DataGridColumn{name = "name", displayName = "name"}, new DataGridColumn{name = "home", displayName = "home"} ], 4. In RBD, you don't need the columns setting code to display the grid.
Created attachment 209525 [details] screen shot
Forest, you'd better provide the EDT build # as well. Thanks.
find in 0.8.0.v201201152102
Had taken new comer training on Wed and Thu, and will take vacation from 1.20 to 1.28, so need to defer this defect to 0.8.0 I2. Thanks.
Please provide more information about the intended result (i.e. a screen capture, etc). Also, the attached project does not contain a file named 'PageDemo.egl', so please attach the correct project. I tried the following in EDT .7: DataGrid DataGrid{ behaviors = [ ], headerBehaviors = [ ], columns = [ // new DataGridColumn{name = "field1", displayName = "Column 1 Header", width=120}, // new DataGridColumn{name = "field2", displayName = "Column 2 Header", width=120} ] }; and nothing is displayed for the Grid unless I uncomment the 'columns' field. Based on this test, I do not believe that this is a regression from the .7 release. Also, I believe that having a grid with no columns is an edge case, so I am leaving this as deferred to I2.
Created attachment 210359 [details] sample please use the sample project
Created attachment 210492 [details] Grid can display correctly with data when without column setting Grid can display correctly with data when without column setting. Hi, YunFeng, Can you help to review my changes? Thanks.
Created attachment 210551 [details] use egl.unboxAny instead of eze$$value Have been modified according to JiYong's comment, using egl.unboxAny method to get values from object. Thanks.
Comment on attachment 210551 [details] use egl.unboxAny instead of eze$$value Approved, commited
Mark the bug as resolved.
verified in 0.8.0.v201202190901