I figured out the URL issue. The requested param HAS TO BE IN THE field list or the xml is not generated for it.
Example: If data base is ID, CITY, STATE.... but in the ajax data grid, I only added the fields CITY, STATE.... I CANNOT reference ID. Because I don't need to show the field in the master or detail grid, I originally left it out and that did not work. I then tried putting ID field in the Hidden field portion for the master grid and I could not get that to work either.
Any suggestions?
Thanks much. |
|
|