User Profile & Activity

Handy Surya Support
Page
of 223
Posted: September 5, 2011 3:11 AM

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

Posted: September 5, 2011 3:08 AM

Hello,

Nope. I haven't received any news from our developer teams. I will let you know the update when I received any updates.

Regards,
Handy

Posted: September 4, 2011 11:22 PM

Hello,

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.

Regards,
Handy 

Posted: September 2, 2011 6:33 AM

Hello,

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/

Regards,
Handy

Posted: September 2, 2011 5:40 AM

Hello,

Can I know what is the purpose? Are you looking for Loaded or LoadingRow event?

Regards,
Handy

Hello,

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.

Regards,
Handy

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">

Regards,
Handy

Hello,

Thank you for your report. This is known as minor bug/issue in our UXGridView. I have forwarded this to our developer teams.

Regards,
Handy

Posted: September 2, 2011 2:10 AM

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.

Regards,
Handy

Posted: September 2, 2011 2:08 AM

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).

Regards,
Handy

All times are GMT -5. The time now is 4:41 PM.
Previous Next