I'm utilizing the NeedDataSource event, however, on page load, I do not want this to automatically load data. Instead, I have a submit button the user clicks on after they select some criteria. How would you handle such scenario?
thanks!
2 Answers, 1 is accepted
0
Vlad
Telerik team
answered on 01 Oct 2008, 02:34 PM
Hi Craig,
You can set Visible = false for initial load and Visible = true in button click event handler. You need to call also Rebind()!
Regards,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.