Ajax DataGrid Support Product Page
Answered
Open my Details page
Asked 07 Mar 2012 00:36:44
1
has this question
07 Mar 2012 00:36:44 Denis Hoffmann posted:
Hi,how can I link to my details page with the behaviors connetcor?
I got a field with my IDs. How do I open the Page with ?ID=field?
Thanks,
Denis
Replies
Replied 07 Mar 2012 06:02:13
07 Mar 2012 06:02:13 Teodor Kuduschiev replied:
Hello Denis,
In order to get the id in your url need to:
enter the number of the column that holds your IDs between {}. The counting starts at 0, so if your id column is the first one you enter ?ID={0}.
In order to get the id in your url need to:
enter the number of the column that holds your IDs between {}. The counting starts at 0, so if your id column is the first one you enter ?ID={0}.
Replied 07 Mar 2012 07:33:41
07 Mar 2012 07:33:41 Denis Hoffmann replied:
Hi Teodor,
what kind of behavior do I use.
Action=when click on row
-->ajax Grid
and then?
Cheers,
Denis
what kind of behavior do I use.
Action=when click on row
-->ajax Grid
and then?
Cheers,
Denis
Replied 07 Mar 2012 08:11:05
07 Mar 2012 08:11:05 Teodor Kuduschiev replied:
Please use go to url behavior.. then enter: www.yoururl.com?ID={0}