I have followed the example at (http://www.igniteui.com/grid/basic-editing) and made my own test, but the formatter is fired before the lookup array is filled with data, that's why I receive the error:
Uncaught TypeError: Cannot read property 'Text' of undefined
How to make the formatter to fire at the right time? Attached is the html version and razor version too.
Hello Luis,
Thank you for posting in the Infragistics community !
You can just move the code inside the formatter function. However I rewritten your code with a more consistent one. Please see the modified sample and let me know if it works for you.