Hi Team,
In am facing the below issue while using the header click of the column.
below are the steps:
- I have a grid limited to 1000 rows. I am copying 1000 rows from the Excel sheet.
- Copying to a column by clicking on the column header.
- From the UI all the 1000 rows are selected and I am copying by Ctrl + V.
- though it looks like all the 1000 rows are copied, in debug i can see only 27 or some random number at the beforeChange function.
Question:
What function is called before the “BeforeChange” function? Is there any suggestion from your end as I am not able move forward all 1000 rows are not getting selected.