Premium support for our pure JavaScript UI components


Post by giulia »

Hi Team,

I'd like to know if it's possible to add some new capabilities to the FillHandle feature for corner dragging.

We would like the corner to drag to always display at the bottom right of the selected cell. For more context see this example https://bryntum.com/products/grid/examples/selection/ , enable the fillHandle feature and when you select a cell in the 'Color' column, the corner is on the bottom left of the cell.

We would like to show that uneditable cells are un-selectable for corner dragging. What we would like here is that, if the grid has corner dragging on, when you click a cell that cannot use corner dragging it should not show the corner dragging interaction in the bottom corner.

We would like to make it so that if you try to corner drag over uneditable cells it does not select the cell. For this I used the same example as before and made the 'Food' column read-only. Say you try to corner drag over the 'Color' column from the 'City' column, the cells in the 'Food' column should not be selected

Would it be possible to corner drag using keyboard navigation?


Post by ghulam.ghous »

Hi giulia,

We show the fillHandle for the last column on bottom left corner because of the spacing issues with scrollbar. But I have created a FR to add a config to allow this on the bottom right for every column. About making non-editable cells non-selectable, I have created a Feature request to add a preventable event that will fire before the selection of each cell and you can add your validations there. And if the cell is non editable you can return false from it that will exclude it from the selection. But for that you also need info about whether it is editable or not. I have also created a ticket for it too.

https://github.com/bryntum/support/issues/8638
https://github.com/bryntum/support/issues/8639

Hope it addresses your requirements.

Regards,
Ghous


Post by giulia »

Hi Ghous,

That's great. Thanks so much

One final request:
Is it possible to corner drag using keyboard navigation? If not, would it be possible to add this feature, too?

Best wishes,
Giulia


Post by tasnim »

Thank you for your request, I've opened another FR ticket for it here https://github.com/bryntum/support/issues/8651

Best of luck,
Tasnim


Post by giulia »

Hello team,

Do you have any updates on the following FRs?
https://github.com/bryntum/support/issues/8639
https://github.com/bryntum/support/issues/8651
Do you have any idea when these features will be released?

We have some company requirements to make our grids as accessible as possible and these two features would really help us reaching this goal.

Thanks a lot for your work
Best wishes,
Giulia


Post by marcio »

Hey Giulia,

Unfortunately, no big updates on that. I sent a message to our PM to check if we have any estimations regarding those features.

Please watch the ticket for receiving updates.

Best regards,
Márcio


Post Reply