BM
Balaji M
Syncfusion Team
August 27, 2009 10:20 AM UTC
Hi Mac,
Thank you for your interest in Syncfusion Products.
The reported issue "Text alignment" is an known issue in version 7.3.0.20, which has been subsequently fixed.
Please follow up the Direct-Trac incident#59509 for solution.
Regards,
M. Balaji.
ML
mac lee
August 28, 2009 01:16 AM UTC
Too complicated.
How about the property:
if (args.TableCellIdentity.TableCellType == GridTableCellType.RecordFieldCell
|| args.TableCellIdentity.TableCellType == GridTableCellType.AlternateRecordFieldCell )
{
if (args.Style.TableCellIdentity.Column.Name.Equals("FirstTime"))
{
args.Style.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Right;
}
Lots of properties not working properly.
BM
Balaji M
Syncfusion Team
August 28, 2009 04:58 AM UTC
Hi Mac,
We regret to let you know that currently, we don't support GriCell alignment. Now Essential Grid has the following options for formatting the gridcells.
• Background color of the cells can be customized
• Formatting for individual cells
• Cell values can be changed
The remaining cell format options are features in our product plan and They will be implemented with our forthcoming release Essential Studio.
Could you please update your queries in Direct-Trac incident#59509?
Please let me know if you have any concerns.
Regards,
M. Balaji.