I would like to add a button in the footer template that will retrieve the next bunch of items from the server. Is is possible to do it ?
You can refer to this URL:
http://samples.infragistics.com/2010.1/WebFeatureBrowser/srcview.aspx?path=WebDropDown/WebDropDownCascadeClient.src
Or open:
samples.infragistics.com => WebDropDown = > Cascading
Thank you,
Angel
Not to be impolite, but how can that example possibly help when there is no accompanying Heres-How-You-Do-It?
Angel,
Do you think, it is possible to implement the scenario I have described in my earlier post?
Thanks
Which client-side event should I use to request more items when the user reaches the end of the list on scrolling? With the EnableLoadOnDemand="true", it fires automatically and the page_load event is fired where the data binding code is written. I want to move the data binding code to a separate method or a separate server-side event. How do I accomplish this? I tried using the ItemsRequested client-side event but it doesn't fire.
I have attached a sample with the data binding in the page_load event.
yes, you can refer to the sample for "Cascading DropDowns". What the sample shows is that when you select something from the first dropdown, the second one will be manually populated from javascript code and an AJAX request will happen. The same for the second dropdown => third one.
Here is the link to the sample:
http://samples.infragistics.com/2009.2/WebFeatureBrowser/WebDropDown/WebDropDownCascadeClient.aspx
Hope it helps,