[CLOSED] grid validation questions

Page 4 of 4 FirstFirst ... 234
  1. #31
    Can you list the steps?
    1, click a row to edit, change name to "Ext.Net Name xx"
    2, click update to commit.
    3, the red color is not on the updated row.

    Can you reproduce? I changed one line in your AnalyzeRecord(), hope that is not the reason.
     var recordIndex = grid.store.getById(record.data.ID).index; // grid.store.data.indices[record.data.ID];  -- this line give me undefined error
    This is my ValidateEdit JS:
     var validateEdit = function (editor, e) {
                AnalyzeRecord(e.record);
            }
    I am gonna review. Do you need sample?
    I'd prefer to have sample. Thanks
    -szhang
  2. #32
    Suzanz, you missed the following:
    I am gonna review. Suzanz, do you need to show any information in group summary? Please, if possible, expand on that.
  3. #33
    I am gonna review. Suzanz, do you need to show any information in group summary? Please, if possible, expand on that.
    This is our requiment on group summary:

    1, For all groupable columns (dynamic), if the validation is defined for this group summary, warning need to be displayed on load, on grouping and on summary value changes.

    2, Group validation will compare the total against a value defined in table. example: The total salary cannot be grater than $1000000. similar to the cell validation.

    Let me know if you need more info.
    Thanks
    -szhang
  4. #34
    Thank you.
  5. #35
    It looks like quite a bunch of questions have been already answered in this thread. I am closing the thread.

    @susanz, if some questions are still not covered, please start a new forum thread for each. Please keep one specific issue per thread. Also please feel free to cross-reference between the threads if you feel they are related.
  6. #36
    Hi Raphael, Sorry to see this is closed. I am going to open another thread "Dynamically show warning message on summary column" and hope you could show me how to do it there. Thanks -szhang
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. [CLOSED] Grid Panel Grouping Questions
    By Z in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 05, 2013, 5:04 PM
  2. Replies: 3
    Last Post: Jul 11, 2011, 9:43 AM
  3. [CLOSED] Grid to Grid Drag and Drop Questions
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 15, 2011, 10:43 AM
  4. [CLOSED] [1.0] Couple MVC questions and property questions
    By alliedwallet.com in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 28, 2010, 11:01 AM
  5. Editable Grid validation
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 0
    Last Post: Aug 06, 2009, 6:20 PM

Posting Permissions