Displaying a column on the grid

Hi Can you tell me how to import a column on the grid by fetching that column from the database. Steps: 1) Import a column on the grid by fetching a row from the database. 2)display the row in the grid Appreciate your help

1 Reply

AD Administrator Syncfusion Team March 28, 2006 03:52 PM UTC

Hi, This can be achieved by adding an unbound column to the grid and by handling the TableDescriptor.QueryValue event; and to save the value back in to the database the TableDescriptor.SaveValue event must be handled. Please refer to the attached sample. Regards, Calvin.

42338.zip

Loader.
Up arrow icon