First of all, this is a really nice package :). Easy to setup and to use.
I've spend some time trying to find how to enable search in version 2. In XML it works just fine. Using the new FLUID setup, it doesn't seem to work. Has it not been implemented yet? Or is it a bug?
Search in version 2?
Hi,
First of all, this is a really nice package :). Easy to setup and to use.
I've spend some time trying to find how to enable search in version 2. In XML it works just fine. Using the new FLUID setup, it doesn't seem to work. Has it not been implemented yet? Or is it a bug?
Code: .AddView((new TableView { Name = "Default", DisableNativeButtons = false, PageSize = 50, ShowPager = true, SearchEnabled = true })
I've already enabled the search. Also tried false and to remove the SearchEnabled, doesn't seems to work.
Thanks again for this nice package
Hi Wing,
Glad to hear it :) I think it may be a bug, although it should actually work because the XML is based on the Fluid stuff as well. I'll check it out.
- Sune
Thanks :)
is working on a reply...