iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I created a function to apply a filter on a grid based on the value in a TextBox. (AddFilter)
However when the function is called it does a "Refreshing data..."
If I use the Filtering directly in the WebGrid, the status line shows: "Filtering column..."
The final result is the same but the Refreshing is much slower!!
Is there a method which would do a filter instead of a refresh?
For example: grid.Filter() to replace grid.Refresh()
Thanks
{
newFilter.FilterType = "Contain"
newFilter.FilterText = obj.value;
grid.RootTable.FilteredColumns.Add(newFilter);
grid.RootTable.UpdateUI();
grid.Refresh();
}
Yes, You will need Refresh if you set from client side programmatically. Our WebGrid sample>>Client_programmaticUI.aspx also shows the same method. When refresh, it will populate the data again. That's why it can be felt slower.
Regards,Handy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname