[CLOSED] Example Simple Tasks Render Field Group

  1. #1

    [CLOSED] Example Simple Tasks Render Field Group

    Good.

    In the example of simple tasks, as it may change the appearance of the date appearing on the groupheader.

    https://examples2.ext.net/#/Combinat.../Simple_Tasks/

    I've tried, but it takes me an empty value.

    
    GroupHeaderTplString = "{columnName}: {[" + TasksGrid.SCOPE + ".renderDate(name)]}";
    
        renderDate: function (name) {
            console.log(name);//name is empty 
        },
    Thank you very much.

    A greeting!
    Last edited by Daniil; May 21, 2014 at 1:23 PM. Reason: [CLOSED]
  2. #2
    Hi @threewonders,

    Please replace
    .renderDate(name)
    with
    .renderDate(values.name)
  3. #3
    Thank you very much. Works OK

Similar Threads

  1. [CLOSED] Simple Tasks - example explaination
    By echodev in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 15, 2013, 4:10 AM
  2. [CLOSED] Simple Tasks Sample App is Broken
    By amitpareek in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 18, 2012, 10:27 PM
  3. [CLOSED] Simple Tasks sample not working
    By bogc in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 31, 2012, 12:40 PM
  4. [CLOSED] Reminder in Simple Tasks
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 15, 2011, 10:42 AM
  5. Replies: 1
    Last Post: Jul 14, 2011, 11:28 AM

Posting Permissions