User Profile & Activity

Bernard Xiang Member
Page
of 52
Posted: March 18, 2013 10:40 PM

Hi John,

To resolve this problem, maybe you can move the window OnAfterCheckSpell event. In that event, you can get the DialogBox because it has been made by WebSpellChecker. Then you can move the Window by using MoveTo() function on WebDialogBox's Window. Here's the snipper code:

function OnAfterCheckSpell() {
   var WebSpellChecker1 = ISGetObject("WebSpellChecker1");
   WebSpellChecker1.DialogBox.Window.MoveTo(100, 100);
   return true;
}

Hope this helps.

Regards,
Bernard

Hi Patrick,

ISRes.axd is file that contains our resources. The error that you mentioned before might be happen because some our method that project can found inside our resources, can't be founded by your project.

To resolve this issue, please ensure ISNet.dll, ISNet.WebUI.dll, and ISNet.WebUI.Resources.dll has been added inside your project bin folder. If you're making website project please ensure if the CopyLocal property of that assembly has been changed to True. Then, you can put the handlers inside your web.config. I attach web.config sample here. You can put that configuration to your project's web.config. If this matter still happen, please let me know. Hope this helps.

Regards,
Bernard

Hi Nikola,

Glad that the solution that I gave is the one that you wanted. However, I think it must to show the dropdown because it will trigger the WebCombo to show its collection inside ResultBox so we can choose the value in there. After the value has been populated inside WebCombo we can select the value from resultbox. If you have any further question, please don't hesitate to ask us. Hope this helps.

Regards,
Bernard

Posted: March 7, 2013 10:38 PM

Hi,

I think you should change the value for each WebCombo that you have in your project. When I tried to add the value in web.config, the value couldn't be applied in each WebCombo inside the project. Hope this helps.

Regards,
Bernard

Hi Nikola,

Sorry for my mistake. From the scenario that you mentioned earlier, I have made you an simple sample. However, it still need to show the Dropdown to trigger WebCombo to load its data. Then it wouldn't take long time to take its value to WebCombo but still it needs delay to set the selected value of WebCombo.

I attached my sample here. In my sample, I'm using WebCombo as menu that will send Additional Filter to another WebCombo and select first row of WebCombo. Could you look for my sample and please tell me if I have any wrong configuration or scenario regarding your problem? Hope this helps.

Regards,
Bernard

Hi Nikola,

To achieve this scenario, you can open the resultbox first so WebCombo will load its value to ResultBox. And then when the value has been loaded, you can set the WebCombo's value from ResultBox. I also made you a simple sample regarding this problem. Could you look for my code and please tell me if there's misconfiguration in my code? Hope it will help you.

Regards,
Bernard

Hi Armore1972,

This issue happen because some method couldn't be found in our assembly or CommonLibrary. Could you tell me the build version for ISNet.dll, ISNet.WebUI.dll and ISNet.WebUI.Resources.dll? Is your framework and your WebCombo assembly is the latest one? The latest Framework version is 3.0.5000.902 and the latest WebCombo version is 6.0.7200.252. Please ensure the latest framework and WebCombo assemblies has been applied in your project bin folder.

If this matter still persist, please let me know. Hope this helps.

Regards,
Bernard

Posted: March 5, 2013 2:26 AM

Hi Nikola,

It can't be done if you define WebMethod in System.Web.UI.Page class. You should put it inside WebService class. That's why we need .asmx as Web Service inside your project. Web Service itself have code behind that held WebMethod to get QueryResult. Although, DataSourceSelectArguments will automatically parsed from WebCombo to WebMethod when selecting. However, you can't return a DataTable in ClientBinding with WebService. Also for the snippet code above, the snippet code is not correct because it has WebService as DataSourceType and it will refer to asmx file as WebService. Hope this helps.

Regards,
Bernard

Hi Armore1972,

From version history, I just found out that this fix has been added from WebGrid 8.0.7200.251. You can try to update your WebGrid via Update Manager or you can grab it from your developer network. After applying the assembly, you can try to use PreserveWhitespace property on you WebGridColumn. Please let me know if there are any new issue regarding this scenario. Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

Hi Marcel,

Please try to use our WebGrid 7 latest version. You can get it via Update Manager or from inside your developer network. Hope this helps.

Regards,
Bernard
All times are GMT -5. The time now is 9:20 PM.
Previous Next