Set column readonly?
2 posts
• Page 1 of 1
Set column readonly?
I want to set a single column of my databook readonly? How is this possible?
- johnit
- Posts: 45
- Joined: Fri Nov 16, 2012 5:58 pm
Re: Set column readonly?
This is an easy task:
The Rowdefinition contains information about all available columns!
- Code: Select all
databook.getRowDefinition().getColumnDefinition("NAME").setReadonly(true);
The Rowdefinition contains information about all available columns!
- rjahn
- Posts: 41
- Joined: Sun Sep 13, 2009 1:54 pm
2 posts
• Page 1 of 1