Author Topic: Disable the Cell corner drag functionality  (Read 475 times)

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Disable the Cell corner drag functionality
« on: May 24, 2022, 06:00:28 pm »
Hi Paramvir,

We want to disable CellValue drag functionality in the table.

You can check attached screen shot with arrow upper direction in the image.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Disable the Cell corner drag functionality
« Reply #1 on: May 25, 2022, 10:51:22 am »
Please set fillHandle: "" option.

https://paramquery.com/pro/demos/autofill

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Disable the Cell corner drag functionality
« Reply #2 on: May 25, 2022, 06:43:24 pm »
We don't want to add toolbar in our functionality.

Kindly help up without it.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Disable the Cell corner drag functionality
« Reply #3 on: May 25, 2022, 07:13:30 pm »
toolbar is used in that example to set fillHandle option values during run time.

You can set fillHandle: "" option during initialization just like any other grid option without using toolbar.