blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

GridColumn FreezeLeftPosition - preferably should automatically adjust based on Grid Column width

Open joselitogatchalianalonzo opened this issue 7 months ago • 4 comments

Hi @gvreddy04 I have some clarifications regarding the new feature Freeze in Grid Column. I have 2 frozen column enumerated below with corresponding FreezeLeftPosition values.

ID - FreezeLeftPosition = 0 First Name - FreezeLeftPosition = 20

Below is the screen shot on how it looks when I scroll to the right. As you can see ID 10 was cut. But if I make FreezeLeftPosition = 40, it is OK. Does it mean I need to know in advance the maximum width of each frozen column? In the case of First Name, what if there is a new First Name entered which is longer than the current longest First Name; does it mean I need to change again the value of FreezeLeftPosition? Can you not make it in a way that I will just put Freeze="true" without specifying FreezeLeftPosition and it will automatically adjust based on the width of the column? If not possible, kindly enlighten me on how to use the FreezeLeftPosition properly so I will not do changes in source code, every time the width of column changes based on user's input.

image

On below screen shot, I set the FreezeLeftPosition = 40 of First Name and FreezeLeftPosition="180" of Middle Name. As you can see there is a gap between First Name and Last Name. If I reduce the value of FreezeLeftPosition, the First Name is being cut.

image

Hi @gvreddy04 I hope you can allocate some time to fix this issue on the next version. This is the only remaining issue I have in using the Grid. Most of my projects relies on the Grid.

Hi @gvreddy04 May I know your thoughts about this issue?

Hi @gvreddy04 I hope you can spend some time on this issue.

Hi @gvreddy04 Any comment on this issue?