Not a delay providing input, per se - but we have some complaints from customers who are inputting values into a RadGridView very quickly and are running into the input validation wall. Basically, after hitting enter (as we all know), there is a very brief delay before the next record is set to the editable state. Before the transition completed, all keyboard input is ignored.
What are the best suggestions to minimize this delay? I've thought about disabling the in-line validation and running it manually after the input, or to run the validation asynchronously while allowing edits to continue (rather than capturing the cursor until validation succeeds), but somehow I just can't seem to figure this out.
Any help would be appreciated,
- Will
What are the best suggestions to minimize this delay? I've thought about disabling the in-line validation and running it manually after the input, or to run the validation asynchronously while allowing edits to continue (rather than capturing the cursor until validation succeeds), but somehow I just can't seem to figure this out.
Any help would be appreciated,
- Will