PreviewTextInput is not firing property the first time cell gets focus

If click on a cell and type a letter ('j'), the PreviewTextInput event is not firing (only CurrentCellChanged is firing). If you type another character, the event fires.

6 Replies

MS Mohamed Suhaib Fahad A. Syncfusion Team September 10, 2009 05:12 AM UTC

Hi Andre,

Thanks for using Syncfusion products. The TextPreviewInput event is getting fired properly from the first instance we type, I have recorded a video file for you to check,

http://www.syncfusion.com/uploads/redirect.aspx?file=video_a40fc304.zip&team=development

If you could provide a sample that reproduces this issue it would be helpful. Please let me know.

Thanks,
Fahad


AS Andre Slenko September 10, 2009 01:29 PM UTC

I attached a sample application that demonstrates the issue. As I described previously, the first time you type something, the PreviewTextInput is not firing. Please let me know what the problem might be and how to solve it.



TestForEventFiring2_5dccc4cd.zip


AS Andre Slenko September 10, 2009 01:30 PM UTC

Password for ZIP: syncfusion


MS Mohamed Suhaib Fahad A. Syncfusion Team September 11, 2009 06:38 AM UTC

Hi Andre,

I got it to work by setting this property in ExcelGridControl's constructor,

Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.ClickOnCell;

Please check with it.

Thanks,
Fahad


AS Andre Slenko September 11, 2009 12:37 PM UTC

That worked! Thank you!


MS Mohamed Suhaib Fahad A. Syncfusion Team September 14, 2009 06:24 AM UTC

Hi Andre,

Thanks for your feedbacks.

Thanks,
Fahad

Loader.
Up arrow icon