[CLOSED] can ext.net do this gridpanel?

  1. #1

    [CLOSED] can ext.net do this gridpanel?

    the online demo is
    http://app.youshang.com/default.jsp?dbid=66668888
    Click image for larger version. 

Name:	QQ截图20130619101513.png 
Views:	28 
Size:	2.0 KB 
ID:	6404
    when user click the grouped grid , the columns merge to one column to edit. when leave cursor, the column Separate to several columns again to show the number
    Last edited by Daniil; Jun 25, 2013 at 7:50 AM. Reason: [CLOSED]
  2. #2
    Hello!

    What we have to do to see this online sample? Can you provide steps?

    Click image for larger version. 

Name:	1.jpg 
Views:	20 
Size:	48.0 KB 
ID:	6405
  3. #3
    Quote Originally Posted by Baidaly View Post
    Hello!

    What we have to do to see this online sample? Can you provide steps?

    Click image for larger version. 

Name:	1.jpg 
Views:	20 
Size:	48.0 KB 
ID:	6405
    visit
    http://kuaiji.youshang.com/
    click 立即体验
    then click 录凭证
  4. #4
    Hi @tobros,

    I am posting here a screenshot of that grid.
    Click image for larger version. 

Name:	custom grid.JPG 
Views:	30 
Size:	86.3 KB 
ID:	6406

    I would say yes, it is possible to implement such a grid using Ext.NET. At least, very similar.

    For the beginning, you will need column grouping:
    https://examples2.ext.net/#/GridPane...mnHeaderGroup/
    and a summary row:
    https://examples2.ext.net/#/GridPanel/Plugins/Summary/
  5. #5
    Quote Originally Posted by tobros View Post
    the online demo is
    http://app.youshang.com/default.jsp?dbid=66668888
    Click image for larger version. 

Name:	QQ截图20130619101513.png 
Views:	28 
Size:	2.0 KB 
ID:	6404
    when user click the grouped grid , the columns merge to one column to edit. when leave cursor, the column Separate to several columns again to show the number
    can achive functions described above?
  6. #6
    Well, there is no a built-in feature to get such editing, but I think it is possible to implement. It might be difficult, but, again, possible.

    I can't see any way to re-use current editing functionality. So, it should be done from scratch.

    I would listen to a click event on columns where an editor should appear. When such a click occurs I would show a floating NumberField. It should be sized manually to fill all the columns in a clicked row. Then listen to a NumberField's mouse leave event to finish editing. A NumberField's value should be put to respective columns manually.
  7. #7

Posting Permissions