GridDataBoundGrid cutting string

Hello all I''m using GridDataBoundGrid to display values stored in tables. I want that "Name" field will be displayed in tree. In fact, u can see (in attachment) that it cutting the full name ("ocean" become "ocea"). Which property can help me do make it display full name?

forSyncfusion.zip

3 Replies

AD Administrator Syncfusion Team February 14, 2006 11:11 PM UTC

Joseph, Try this.gridDataBoundGrid1.BaseStylesMap["Standard"].StyleInfo.Trimming = StringTrimming.None; Please post in future in the grid forum. Thanks, Stefan >Hello all > >I''m using GridDataBoundGrid to display values stored in tables. I want that "Name" field will be displayed in tree. In fact, u can see (in attachment) that it cutting the full name ("ocean" become "ocea"). Which property can help me do make it display full name? >

forSyncfusion.zip


AD Administrator Syncfusion Team February 15, 2006 02:27 PM UTC

Thank you Stefan I''ll try it Joseph >Joseph, > >Try > > this.gridDataBoundGrid1.BaseStylesMap["Standard"].StyleInfo.Trimming = StringTrimming.None; > >Please post in future in the grid forum. > >Thanks, > >Stefan > >>Hello all >> >>I''m using GridDataBoundGrid to display values stored in tables. I want that "Name" field will be displayed in tree. In fact, u can see (in attachment) that it cutting the full name ("ocean" become "ocea"). Which property can help me do make it display full name? >>

forSyncfusion.zip


AD Administrator Syncfusion Team February 19, 2006 12:41 PM UTC

Hello Stefan I try to do what ever you wrote here but it''s not good enough for my problem. I want to display following string "OceanOf Love" or "OceanOf_Love", and after adding whatever you wrote me, its displays "OceanOf" and not "OceanOf Love" or "OceanOf_Love". What can I do about? Thanks - Joseph

Loader.
Up arrow icon