Hi there,
i m trying to use a ListGrid to display data in a table, there's one field is calculated by COUNT(*) in the SQL. The data loaded alright when the ListGrid starts up, but when the ListGrid is updated, the count number disappears. i guess the ListGrid re loads the data for the updated row using the default 'fetch', is there any way that i can add this extra field to the datasource so it can always be displayed as a part of the data?
Thanks!
i m trying to use a ListGrid to display data in a table, there's one field is calculated by COUNT(*) in the SQL. The data loaded alright when the ListGrid starts up, but when the ListGrid is updated, the count number disappears. i guess the ListGrid re loads the data for the updated row using the default 'fetch', is there any way that i can add this extra field to the datasource so it can always be displayed as a part of the data?
Thanks!
Comment