wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

List Gird - Check Box Field #750

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using SmartGwt4.1 power version. Unable to align the ListGridField that is 
a Checkbox Type to the center in the grid filter row option for the last column 
in a ListGrid Component, but by default it is aligning to the left. Please let 
me know how to set it.

ListGid field Code :-

ListGridField field1= new ListGridField("user");
field1.setTitle("<B>User</B>");
field1.setType(ListGridFieldType.BOOLEAN);
field1.setAlign(Alignment.CENTER);
field1.setCanEdit(true); 
field1.setCanFilter(true);
field1.setWidth("*");

Original issue reported on code.google.com by mageshku...@gmail.com on 14 Jul 2014 at 6:41

GoogleCodeExporter commented 9 years ago
Many problems with this report: partial version (no datestamp), incomplete test 
code, browser, browser version and DOCTYPE not specified, unclear what 
alignment is wanted (use a screenshot to clarify).

Original comment by smartgwt...@gmail.com on 14 Jul 2014 at 6:48

GoogleCodeExporter commented 9 years ago
Here, my UI snapshot align filter row. Please find the image.

Original comment by mageshku...@gmail.com on 15 Jul 2014 at 8:44

Attachments:

GoogleCodeExporter commented 9 years ago
Great.  That's one of many problems mentioned with your issue report.  Whenever 
you address them all, the issue will be moved from invalid to valid.

Original comment by smartgwt...@gmail.com on 15 Jul 2014 at 7:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Any Luck??

Original comment by mageshku...@gmail.com on 4 Aug 2014 at 10:40