Author Topic: fillHandle groupModel  (Read 992 times)

mscodigno

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 24
    • View Profile
fillHandle groupModel
« on: October 18, 2021, 12:39:52 pm »
Hello, I want to use the fillHande property with the groupModel, but dragging it down changes all the cells.


https://jsfiddle.net/zekeriyaerogluu/xayLouvh/7/

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: fillHandle groupModel
« Reply #1 on: October 19, 2021, 10:44:40 am »
It's because of horizontal merge of group title row which expands the selection and applies the change to all cells lying in the selected range.

Please use any setting which avoids horizontal merge of group title row i.e., groupModel.summaryInTitleRow: 'all'
« Last Edit: October 19, 2021, 10:56:33 am by paramvir »