User Profile & Activity

Bernard Xiang Member
Page
of 52

Hi armore1972,

I tried to replicate your issue in our local end. Using the configuration that you used in your sample. Unfortunately, this matter doesn't happen in our local end. I attach my sample and screenshot here here. Please let me know if I'm missing some configuration in my sample. Maybe a simple sample that can replicate this issue in our local end could help us to trace where the problem occurs. I will gladly help you to resolve it. Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

Hi armore1972,

Actually you can do this scenario by changing AlwaysShowAllRowsOnDropdown property to True value in WebCombo LayoutSettings. With this property, WebCombo will show all rows when you open the dropdown even if there's a value in the textbox. Please let me know if you doesn't achieve the scenario with this method. Also please let me know any steps to replicate this issue in my local. I will gladly help you to resolve it. Hope this helps.

Regards,
Bernard

Hi Oliver,

I can replicate your issue in here. Maybe there's regression in WebGrid that make this issue happen. This issue only happen if grouping is defined in initialize state. I have added this issue as Work Item #1560. I will let you know any news regarding this work item. Thank you for your valuable feedback.

Regards,
Bernard

Hi armore1972,

Actually to achieve the first scenario, you doesn't need to use client side event. You should set AlwaysShowAllRowsOnDropdown property in LayoutSettings property to True value to achieve this scenario. You can als set the filter and change the data inside resultbox using client side event. I have attach my sample here. Please look at my sample and please let me know if you have any further problem regarding this scenario. Hope this helps.

Regards,
Bernard

Hi Tomislav,

Glad that you have solved your problem. If you have any further problem. please don't hesitate to ask us. Hope this helps.

Regards,
Bernard

Hi Tomislav,

I tried to replicate your issue here using WebCombo inside IFrame page. Unfortunately, this issue doesn't occurs in our local end. Could you let me know any steps or simple sample that can replicate this issue in our local end? Also please let me know the browser and WebCombo version that you used to replicate this issue in your local end.

However, you can do this method if the dropdown arrow is missing from WebCombo after you open the dropdownlist:

function OnShowDropDown(controlId)
{
   var combo = ISGetObject(controlId);
   combo.DoResize();
}

Hope this helps.

Regards,
Bernard

Hi Oliver,

Actually, this matter doesn't happen in our local end using HTML5 doctype and our new WebGrid version. The GroupBox rendered correctly in IE10 in standard document mode without using compatibility mode. However, our control is not designed for compatibility mode because it will request the browser to render in old rendering method. Maybe if possible, could you give me a simple sample to replicate this issue in our local end or steps to replicate this issue? It will help us to resolve this issue because I need to trace where the problem comes from. I also attach my screenshot here. Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

Hi Oliver,

Have you tried to use HTML5 Rendering mode in your WebGrid. Actually, IE 10 have different rendering for HTML4. I resolved this issue by applying WebGrid hotfix and change my page doctype and WebGrid doctype to HTML5. Please let me know if you still can replicate this issue in your local end. I will help you to resolve it.

Regards,
Bernard

Posted: September 4, 2013 11:12 PM

Hi Ajaya Kumar,

To dynamically change WebGrid layout, maybe you can populate the data in WebGrid OnInitializeDataSource event. Then you can clear cache data and retrieve its structure from data that you populate in OnPrepareDataBinding event. 

WebGrid1.ClearCachedDataSource();
WebGrid1.RetrieveStructure();

With this method, WebGrid structure will be the same as the data structure that you bind in OnInitializeDataSource event. WebGrid also doesn't have any limitation of users to perform this method. However, I don't really understand the specific scenario that you want to achieve. Could you explain me more detail about the scenario that you want to achieve? I will gladly help you to achieve it. Hope this helps.

Regards,
Bernard

Posted: September 1, 2013 10:06 PM

Hi Daniel,

As John said, you can try t apply our hotfix to resolve the issue in Firefox. Probably this issue happen because Firefox has obsolete some of their API in their new version. And if you still found the problem after applying our hotfix, please inform it to us. We will help you to fix this problem. Hope this helps.

Regards,
Bernard

All times are GMT -5. The time now is 7:25 PM.
Previous Next