Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
880
How do I show the phantom row in the grid?
posted

Hello:

How can I show the empty row with the "*" the row heading (similar to Access)?

Venki

Parents
No Data
Reply
  • 880
    posted

    I would like to add the following questions to my initial posting above:

    1. How do I have an Access-style phantom row at the bottom? I would rather not have the ADD button visible.

    2. The Grid displays a dataset with the PK autoincrementing. When I add a new row (by clicking on the Add Row Button), it adds a new row prefilling the PK with the next value. How can I undo the row I added? If I try to delete the row, it says "Unable to update the row. First Name cannot be blank".

    3. What does the ultragrid.Update() and UltraGrid.UpdateData() do? I tried executing these methods on my btnUpdate.Clicked event but they do not save the data. I had to use dsMine.Update() to commit the data.

    Thanks.

    Venki

Children