grido
grido copied to clipboard
Better error exeption for editable column wrong value
trafficstars
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