Hi all, Is is possible to find the status of a datasouse which is bounded to a grid, before committing the data. The status means, if there are new rows, if the data is modified in the datasource etc. We can use session variable, but i would like to know if there are any other mechanism. Thanks Suranga |
Hi Suranga, The API The API The difference between the two being that you may have a column in a datasource with updateable checkbox unchecked. If the data in such a column is modified, Each row in a datasource has an additional columns called
The row status might also be null which means that the row is queried from the database but no changes has been made on it. Additionally you may use the Hope this helps. Kind Regards, Yalim |