Hello
i have a grid with datatype “clientSide”. There is NO Ajax, no Backend-Server, nothing to do via the grid itself while editing.
I add the rows programmatically in JavaScript and want give the user the ability to edit within the cells without any Ajax-Calls.
But after pressing Enter there comes still the following Error-Message “No url is set”.
So, I dont want to set an URL. I want to handle the Input programmatically on client Site with JavaScript on a later time.
What can i do?
Thank you very much for any help
My Grid-Definition is the following:
$(self.tblID).jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top