Ajax DataGrid Support Product Page

Solved

Cell behavior for Go To URL doesn't work

Reported 12 years ago
1
has this problem
12 years ago Steve Skinner posted:
I just purchased AJAX data grid this morning and tried using it on a site that uses MS SQL with classic ASP. I just have a simple table with one field that is clickable. The parameters use a dynamic ID variable from the recordset used with the data grid. After uploading all the required files and running it in the browser, it shows:

Microsoft VBScript compilation error '800a03ea'

Syntax error

/wosys/workorders/archived-ajax.asp, line 237

Response.Write((WorkOrdersCompleted.Fields.Item(\"ID\").Value))
------------------------------------------------^


Please advise.

Replies

Replied 12 years ago
12 years ago Teodor Kuduschiev replied:
Hello,

Can you please paste the url you are giving in the "Go To URL" behavior?
Replied 12 years ago
12 years ago Steve Skinner replied:
I figured out the problem. I was using the regular method for assigning dynamic values from a recordset. Obviously, with ajax, that has to be done differently. I found the other forum post about putting the ColumnIndex value in brackets {}.

Thanks.

Reply to this topic