Browse By Tags

  • How can I make event UltraWinGrid, When active cell's key code is 'Enter' then automatically invoke AfterCellUpdate event?

    Hi,

    I want to make validate code in AfterCellUpdate event and When user input 'Enter' key then KeyDown event catch it, purform AfterCellUpdate event.

     

    This is code.

            private void UltraWInGrid_KeyDown(object sender, KeyEventArgs e)
            {
                if (e…

  • Key already exists error when setting DataSource

    I have a set of data that I am pulling from a database and putting into a datatable.  When I assign the datatable to the DataSource of my grid, I get the error: "Key already exists Parameter name: Key"

    I have found that two columns in the .Net…