Karthik Kantharaj
Top achievements
Rank 1
Karthik Kantharaj
asked on 25 Oct 2011, 11:01 AM
Hi Guys
I saw the below link
http://demos.telerik.com/aspnet-ajax/treelist/examples/selecting/serversideselection/defaultcs.aspx
I did the same
My question?
When i select in checkbox it is reloading (I did not use ajax ) but even in the above link they used Ajaxmanager still loading image comes
Can we make not loadable when we choose check box?
Because client gets annoyed ......
Karthik.K
I saw the below link
http://demos.telerik.com/aspnet-ajax/treelist/examples/selecting/serversideselection/defaultcs.aspx
I did the same
My question?
When i select in checkbox it is reloading (I did not use ajax ) but even in the above link they used Ajaxmanager still loading image comes
Can we make not loadable when we choose check box?
Because client gets annoyed ......
Karthik.K
6 Answers, 1 is accepted
0
Hi,
I'm not completely sure what is the exact issue you noticed in the mentioned online demo. If the problem on your side is that the controls are performing regular postback instead of Ajax request I'm not able to replicate this issue locally. Please see the movie from my local tests below and let me know if I'm missing something:
http://screencast.com/t/w1JktVv5jSC0
Greetings,
Maria Ilieva
the Telerik team
I'm not completely sure what is the exact issue you noticed in the mentioned online demo. If the problem on your side is that the controls are performing regular postback instead of Ajax request I'm not able to replicate this issue locally. Please see the movie from my local tests below and let me know if I'm missing something:
http://screencast.com/t/w1JktVv5jSC0
Greetings,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Karthik Kantharaj
Top achievements
Rank 1
answered on 28 Oct 2011, 04:46 AM
Hi Maria Ilieva
Thanks my question is
When i select in checkbox it is reloading? (In the screen shot also means there is a loader image )
I am not using that relaoder image or ajax process can i stop reloading
Attached the image when selecting checkbox its reloading i need to stop that means (I dont want reloading when checkbox selected)
Hope i am clear
Karthik.K
Thanks my question is
When i select in checkbox it is reloading? (In the screen shot also means there is a loader image )
I am not using that relaoder image or ajax process can i stop reloading
Attached the image when selecting checkbox its reloading i need to stop that means (I dont want reloading when checkbox selected)
Hope i am clear
Karthik.K
0
Hello,
By reloading I suppose you mean that the RadTreeList is updated. An actually this is expected as by checking the checkbox you are enabling the recursive selection for this control. In this case it is more than expected to have the RadTreeList updated but in this case this is done by ajax call and not with regular postback.
Kind regards,
Maria Ilieva
the Telerik team
By reloading I suppose you mean that the RadTreeList is updated. An actually this is expected as by checking the checkbox you are enabling the recursive selection for this control. In this case it is more than expected to have the RadTreeList updated but in this case this is done by ajax call and not with regular postback.
Kind regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Karthik Kantharaj
Top achievements
Rank 1
answered on 29 Mar 2012, 04:54 AM
Hi Maria Ilieva
thanks just for clarification hope this explanation help people like me
Karthik.K
thanks just for clarification hope this explanation help people like me
Karthik.K
0
Kamasani
Top achievements
Rank 1
answered on 22 Nov 2012, 01:14 PM
Hi i Am Using Rad Tree list To Enter the Persentage of Marks of students in department wise section wise and student wise.
While On page load i am binding all the data to the tree view data source but when the datasource is binded it is binding only parents initially and it is binding subsequest childs on needof datasource and the previously entered data is erased everytime it calls need of datasource event.
As i am binding all the data at page load i want to remove need of datasource event but it is throwing null exception.
I surfed almost all the examples available online all of them are being loaded ondemand....
Please help me on comming out of this issue..
While On page load i am binding all the data to the tree view data source but when the datasource is binded it is binding only parents initially and it is binding subsequest childs on needof datasource and the previously entered data is erased everytime it calls need of datasource event.
As i am binding all the data at page load i want to remove need of datasource event but it is throwing null exception.
I surfed almost all the examples available online all of them are being loaded ondemand....
Please help me on comming out of this issue..
0
Hello Kamasani,
I'm not sure that I understand your approach. Please note that mixing advanced data-binding and simple data-binding is not supported as it is mentioned in the following links:
TreeList / Simple vs Advanced Binding
Simple vs Advanced Binding
If this is not the case, please post the relevant code here so that I can get a better picture of your setup.
Best regards,
Daniel
the Telerik team
I'm not sure that I understand your approach. Please note that mixing advanced data-binding and simple data-binding is not supported as it is mentioned in the following links:
TreeList / Simple vs Advanced Binding
Simple vs Advanced Binding
If this is not the case, please post the relevant code here so that I can get a better picture of your setup.
Best regards,
Daniel
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.