Most asked top Interview Questions and Answers & Online Test
Education platform for interview prep, online tests, tutorials, and live practice

Build skills with focused learning paths, mock tests, and interview-ready content.

WithoutBook brings subject-wise interview questions, online practice tests, tutorials, and comparison guides into one responsive learning workspace.

Prepare Interview

ExtJS Interview Questions and Answers

Ques 36. What is purpose of renderer in grid panel?

Using config option,
renderer: fnCellColor where fnCellColor is method to apply color to a cell.

Is it helpful? Add Comment View Comments
 

Ques 37. How to get selection model used in a grid panel?

Using grid.getSelectionModel(); method

Is it helpful? Add Comment View Comments
 

Ques 38. How to stop editing a record?

newRecord.endEdit();

Is it helpful? Add Comment View Comments
 

Ques 39. How to start editing a record?

newRecord.beginEdit();

Is it helpful? Add Comment View Comments
 

Ques 40. How to commit a record modification?

newRecord.commit();

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.