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

Load after Clear FilterDescriptors

1 Answer 44 Views
DomainDataSource
This is a migrated thread and some comments may be shown as answers.
Miguel
Top achievements
Rank 1
Miguel asked on 15 Jul 2011, 04:17 PM
Hi, I have an Application that uses RadDomaindataSource. I'm using FilterDescriptors, but when I clear the filterdescriptors, RadDomainDataSource executes the Load() method, and I want to add a new FilterDescriptor, Is there any way to cancel the load() method when the filterdescriptors were removed??

Thanks in advanced...

Miguel Ochoa

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 18 Jul 2011, 07:43 AM
Hi Miguel,

You can turn off AutoLoad property and it will not load automatically when the query changes. But then you must call the Load method by hand when you decide that you want to load.

All the best,
Ross
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
DomainDataSource
Asked by
Miguel
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or