This is a migrated thread and some comments may be shown as answers.

rwndrnd

1 Answer 336 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Samy
Top achievements
Rank 1
Samy asked on 07 Mar 2014, 04:09 PM
Hi I set a link in my RadGrid to another page in the solution. When this link is clicked the load event happens on the other page, but I found out that it runs TWICE. I am trying to figure out why the page is loaded twice and i looked at the query string in both calls and it was like this:

{Tag_ID=20&JobID=58&rwndrnd=0.9606249039261587}
{Tag_ID=20&JobID=58&rwndrnd=0.37347160870580026}

So my question is what is rwndrnd? and can the values of it in the two requests help me figure out why the page is being loaded twice?


Thanks
Sam

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 10 Mar 2014, 12:47 PM
Hello Sam,

I tried to reproduce the described problem, but to no avail. Note that the query string parameters are controlled by the implemented grid and how the GridHyperLinkColumn is configured. I can assure you that the rwndrnd is not added by the grid and I can only make assumptions about its purpose or why the page is getting loaded twice.

You can find attached the simple project used to test the GridHyperLinkColumn. Please examine it and let me know if I am missing something important that could lead to the described issue.

It would be helpful if you could provide a simple project that demonstrates the problem, so that I could reproduce the problem on my end and investigate it.

Regards,
Ianko
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
General Discussions
Asked by
Samy
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or