Page 1 of 1

DataGrid Column Behavior removes Center Content Alignment

Posted: Thu Jan 09, 2014 7:35 am
by LC4iOS
Working on and playing with a simple data grid project.

Its a dg Table trying to display the current month calendar with current day bold red and weekends highlighted.


I've added the data grid.
And have added some data.
1,2,3,4, etc for the month calendar.

As soon as I add Column Behavior to the Sat column
the Center Content Alignment no longer works.

Haven't seen anything that addresses this issue as yet.

Re: DataGrid Column Behavior removes Center Content Alignmen

Posted: Fri Jan 10, 2014 12:22 am
by LC4iOS
Anyone?

I've searched n searched.
Tried to contact slug but contact web page no longer working.

Re: DataGrid Column Behavior removes Center Content Alignmen

Posted: Fri Jan 10, 2014 12:35 am
by LC4iOS
Using dgHelper:
Double click the dg and the DataGrid Helper will appear
Expand Columns | Click Columns Builder | Edit ...
Click the Header for Sat or Sun
Click Column Content
Click on control in the inside of the top left corner of red lines
On the properties toolbar Select Text Formatting
Click the Align Center button
Back in the Column Builder click Update then Apply
Close the Column Builder
And see the data in the dg centered
save the LiceCode project

Re: DataGrid Column Behavior removes Center Content Alignmen

Posted: Sat Jan 11, 2014 1:57 am
by LC4iOS
Just sharing sample app: