We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

REGD---DataGrid

Hi Clay, Can I customise my GridDataBoundGrid when datasourse is an ArrayList instead of DataTable. Also pls let me know whether Syncfusion supports Spell Checking facility or not. Regards, Manohar B.

1 Reply

AD Administrator Syncfusion Team March 9, 2005 11:50 AM UTC

If your arraylist is a list of objects that have public properties, then setting the arrayList as the datasource of a gridDataBoundGrid will display those public properties as columns. You can control the order of the columns, and the actual columns shown by explicitly adding GridBoundColumn objects to the grid.GridBoundColumns collection. Use the public property names as the mappingnames for the GridBoundColumns. You can specify the GridStyleInfo''s for these columns using the grid.GridBoundColumn["PropertyName"].StyleInfo property. Syncfusion has no spell checking software.

Loader.
Live Chat Icon For mobile
Up arrow icon