Related differences

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: