I have a grid that I setup using the GUI. I added one client side handler
WebDataGrid1_Editing_CellValueChanging
after adding the event, I get an error:
The "WebDataGrid1_Editing_CellValueChanging" for "CellValueChanging" should be a function, function name, or function text.
I'm on windows 7 64 bit and using v 10.3.20103.1013.
Hi marcgh,
I assume this is when you run the grid? It is likely that you have an open JS function or something, so it cannot find that function that it needs.
regards,David Young
Yes that's when I run the grid. What do you mean by an open function?
Never mind, it was an open parenthesis. the green squiggly line was so small i didn't even see it.
Thanks