in Education by
I am adding new record in grid like below var newRow = Ext.create(gridModel); rowEditPlugin.cancelEdit(); gridStore.insert(0, newRow); reportGrid.getView().refresh(); reportGrid.getView().getSelectionModel().select(0); //rowEditPlugin.startEdit(0); rowEditPlugin.startEditByPosition({ row: newRow, column: 0 }); I want this newly added record to be shown as dirty, user should know that this row is added newly i.e. red marks on top of each column. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You can supply a method to the viewConfig of your grid, called getRowClass. This method will allow you to customise the CSS class for the row. You can tell if your record is newly inserted or not using the Model#phantom property And, finally, you can modify the CSS for your application using SASS/Fashion to change the appearance of your newly added rows.

Related questions

0 votes
    I have an Azure SQL DB that initially had the following columns: user name password hash password salt This ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    Write the HTML code to get the line with 5 as thickness, length 50% and color as red Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    anybody from class 10 (newly) have there I.T (information tecnology ) book ? if u have so plz send me the content of ur book. Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    Illicit hackers may enter your personal area or room or cabin to steal your laptop, pen drive, documents or other ... Security questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 3, 2021 in Education by JackTerrance
0 votes
    Hi does anybody knows how to record video in android and for example above the recording screen at the ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    ___________ determines which transactions to undo, which pages were dirty at the time of the crash, and ... Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    __________ scheme that records only information about dirty pages and associated information and does not even require ... topic in section Recovery System of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    A child has die whose six faces show the letters as given below: The die is thrown once. What is the probability of ... A, (ii) D? Select the correct answer from above options...
asked Nov 17, 2021 in Education by JackTerrance
0 votes
    Course Results (${courseResponseList.getCourses().size()}) Want to show above div. jquery script. jQuery. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 6, 2022 in Education by JackTerrance
0 votes
    Course Results (${courseResponseList.getCourses().size()}) Want to show above div. jquery script. jQuery. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 20, 2022 in Education by JackTerrance
0 votes
    The method of reverting the encrypted text which is known as cipher text to its original form i.e. plain ... -for-Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Oct 31, 2021 in Education by JackTerrance
...