currently the AdvancedDataGrid use type-ahead look-ups on the first column, so if you enter any character it will search for that an item that matches it and focus that item. Problem is that I have defined a list of shortcut keys (like CTR+I) to do actions on those items on the list, so every time I press one of the shortcuts the focus jumps toanother item.. Is there an way to kill this type-ahead look-ups?
thanks, Dennis

