Hello friends, I have a Control Ultragrid with 5 columns and 1 row, I can't capture la valuefrom the column 5, but if I make clic out from Ultragrid I can obtain the value. Any idea. Thanks
Hello, thansk for replying,
You have reason, I have only one row, this row have five columns, My user enters each value but on reaching the column five enter the value and click the Record button, but the value of that column is empty, I can only capture the value if my user clicks outside of the grid. Any idea how to capture that value. Thank you.
God bless you.
Hello ErosDark,
I am not sure that I understand exactly your scenario, but assuming that you have a single empty row, and you are about the populate the text content, and you are still in edit mode, the "value" of the that cell will be currently the previous one - " nothing" maybe, so if you really would like to get what's in the cell in that current moment you would have to get the "Text" of the current active cell. Once you leave the cell and exit edit mode, the value will be populated for that cell based on the entered text.
Please let me know if you feel that I misunderstand you.