I am cross-posting in Grid and Ajax forums due to not know which forum would be most appropriate.
I've created my page following this example:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx
In this demo the grid row's unique ids are the first column called Product ID which is displayed in the gird. For my application each row's unique id is a GUID which I do NOT want displayed. If I set the visibility of this column to false the ajax does not work because it does not have a unqiue id to pass to the code-behind functions. If I set the visibility to true all works. From this example it appears I must display the unique id column for the code to work.
How can I not display the GUID but still make it available to the ajax functions to pass to the code-behind file functions?
I've created my page following this example:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx
In this demo the grid row's unique ids are the first column called Product ID which is displayed in the gird. For my application each row's unique id is a GUID which I do NOT want displayed. If I set the visibility of this column to false the ajax does not work because it does not have a unqiue id to pass to the code-behind functions. If I set the visibility to true all works. From this example it appears I must display the unique id column for the code to work.
How can I not display the GUID but still make it available to the ajax functions to pass to the code-behind file functions?