Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MenuItem "Breitenänderung" not working #533

Open
rjahn opened this issue Dec 17, 2024 · 1 comment
Open

MenuItem "Breitenänderung" not working #533

rjahn opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rjahn
Copy link
Member

rjahn commented Dec 17, 2024

User: features
Screen: Contacts (DB)

Press button:
image

and item: Breitenänderung.

The column width of Firstname should be changed, because of following code:

	    if (currentWidth != 300)
	    {	        
	        rdbContacts.getRowDefinition().getColumnDefinition("FIRSTNAME").setWidth(300);
	    }
	    else
	    {
	        rdbContacts.getRowDefinition().getColumnDefinition("FIRSTNAME").setWidth(50);
	    }
	    rdbContacts.reload();

but nothing happens.

@rjahn rjahn added the bug Something isn't working label Dec 17, 2024
@rjahn rjahn added this to the 2.3 milestone Dec 17, 2024
@gimmixAT
Copy link
Contributor

The width in the changeColumns triggers an update now. The width seems to be applied wrong though which I'll look into next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants