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
Hello,
Please let me know if you have any deadline regarding develop application by using this control. I can help to push or give pressure to our developer teams in order to fix the issue asap.Currently, they are very busy regarding our R2 release plan.
Regards,Handy
Nope. I haven't received any news from our developer teams. I will let you know the update when I received any updates.
Yes, currently we don't have that property. Our developer teams decided to not implement this because our ClientUI deals with MVVM, not with the view. Mostly, you need to manipulate it in your LoadData method. Simply add a partial class or property, then generate the value automatically in its class/property.
For this scenario, you need to use Custom Filter. In order to use Custom Filter, you will need to turn off the automatic filter property in root table. After that, handle your custom filter in CustomFilter event.http://intersoftpt.com/Support/WebGrid/KB/Create-a-custom-filter-on-WebGrid/
Can I know what is the purpose? Are you looking for Loaded or LoadingRow event?
Can you provides more details such as a simple runable sample for your issue? We need it to investigate your issue. Do you mean that in the next page, the data still showed the same data as page 1? How about page 3? If it only happens for page 2, try to set PagingDataRetrievalMode="ReturnPartialRows".This issue usually hapen when implement custom paging.
Hello Jean,
No, the hotfix already fixed that. It works in here. Have you change your code into the correct format?<a class="xxxxx" onclick="javascript:doSomething();" return false" href="#">hello</a>
changed into
<a class="xxxxx" onclick="javascript:doSomething(); return false" href="#">hello</a>
Perhaps, you need also to apply the framework. Here, I reattached both hotfixes for you.
About the doctype, I mean the issue would not happen in XHTML doctype.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Thank you for your report. This is known as minor bug/issue in our UXGridView. I have forwarded this to our developer teams.
Hi,
Please also update the WebUIFramework for the best result. The screenshot only tell that it is very slow, not error. To resolve this issue, please update WebUIFramework as well. I would also need to know what IE version that you used.
Hello Yousif,
What "LoadOnDeman" means is, user can load the data based on their needed or request. In this case, user should handle it manually which in WebCombo case, by disabling AllowAutoQueryHandler. By disabling the property, InitializeDataSource would be called everytime you click on dropdown or type any text in WebCombo. So, user can define its own query about how to load data effeciently in InitializeDataSource.
If you would like it to be handled automatically, please use datasource control (ISDataSource).
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