On CellChange event of an UltraGrid, why is the new value not immediately returned?
New DiscussionWhen using an UltraGrid, I have a checkbox style column which represents a boolean value in the database. When I click this cell, to set the value to ‘True’, the grid is supposed to show additional columns that were previously hidden. However, these columns do not appear until changing the value of another cell after setting the ‘True` value, and after stepping through the code, I can see that once I have set the value to ‘True’, and the relevant If statement is reached, the value is still returning as ‘False’, until after I’ve changed another cells value, as I mentioned.
Why is this the case? Is there a way around it?
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
5 Created On
Sep 14, 2016 Last Post
9 years, 5 months ago