Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error exeption for editable column wrong value
Pokud se nastaví sloupec na `editable` a value obsahuje objekt, který nelze konvertovat na string, vrací Grido nic neříkající chybu (např.): ``` Recoverable Error Object of class DateTime could not be converted to string ``` Po úpravě vrátí: ``` Exception Column 'date' has error: You must define callback via setEditableValueCallback(). ``` Viz: https://forum.nette.org/cs/13109-grido-datagrid-pro-nette?p=19#p164235 a https://forum.nette.org/cs/13109-grido-datagrid-pro-nette?p=19#p164380
- Loading branch information