[CLOSED] [1.0] GridView and Summary

  1. #1

    [CLOSED] [1.0] GridView and Summary

    Hello,

    I was wondering if someone could provide an example of using a GridView with a summary block below each line? Would be like the row expander but I don't want the ability to collapse and so forth. Would ideally like to place text and links within the summary area.

    Sincerely,
    Timothy
    Last edited by geoffrey.mcgill; Nov 20, 2010 at 7:20 AM. Reason: [CLOSED]
  2. #2
    Hi,

    What about to use GetRowClass functionality of GridView
    https://examples1.ext.net/#/GridPane...ectDataSource/
  3. #3
    Thanks vladimir,

    Anyway to attach that to a template instead of having to construct the content in a handler?

    Cheers
  4. #4
    Also anyway to place a button inside of the context?
  5. #5
    Hi,

    You can use separate XTemplate control and its 'apply' method
    <GetRowClass Handler="rowParams.body = XTemplate1.apply(record.data); return 'x-grid3-row-expanded';" />
    Also anyway to place a button inside of the context?
    Well, if you need to use Ext.Net widgets then it is possible but requires a lot of coding (render some div to row, after grid refresh renders widgets to those divs manually, before many actions likes sorting, editing, rebinding need manually to destroy widgets to avoid memory leaking). I can suggest to use HTML button or buttons are based on CSS
  6. #6
    Resolved.

    Cheers

Similar Threads

  1. Replies: 2
    Last Post: Nov 04, 2011, 6:06 PM
  2. [CLOSED] Grouping Summary
    By majestic in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 18, 2011, 6:42 AM
  3. [CLOSED] Summary grid
    By Jean-Pierre Poulin in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 10, 2010, 4:30 PM
  4. [CLOSED] Summary Row in GridPanel
    By egodoy in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 05, 2010, 4:49 AM
  5. [CLOSED] Grouping summary
    By majestic in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 23, 2009, 1:33 PM

Tags for this Thread

Posting Permissions