grido icon indicating copy to clipboard operation
grido copied to clipboard

Better error exeption for editable column wrong value

Open Olicek opened this issue 10 years ago • 0 comments
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

Olicek avatar Oct 26 '15 17:10 Olicek