Tricky one. We don't have anything on this at the moment, but looking at their docs it seems it could be possible.
http://documentation.dev...#WPF/CustomDocument7538
....illustrates how to embed a standard RichTextBox control into DXGrid cells.
This is what you need, if you can get the instance of RichTextBox (or TextBox) that they use as a cell editor, then you can attach our spell checker to it.
You can see here
http://www.devexpress.co...ort/Center/e/E2030.aspx that they're using RichTextBoxEx, so what you could do is modify that to hook up to (a single instance of) RapidSpellAsYouType, perhaps in the constructor.
Sorry I don't have time right now to show exactly what I mean, but will supplement this post tomorrow unless you already get the idea....
Best
Jim
-your feedback is helpful to other users, thank you!Evaluation Downloads-your feedback is helpful to other users, thank you!