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 Udayan,
There’s no way to achieve that except by using your currently method. You must hide the column which you don’t want to add in you excel first then you can select the multiple column and copy it to your excel. Our Multiple Selection property can only be used for taking all the row values. You couldn’t take part of the row value and copy it in your excel. You also can show your hidden column again.
For your license problem, I consulted with our sales representative. You can use the license now because they have reset your license here. For your information, if you want to uninstall our products, please remove your license and make sure that your PC have internet connection.
Regards,
Bernard
Hi Roger,
Is my solution works on you? I think there’s no problem since my previous workaround can work in http too. Please let me know if you have another question.
I can replicate your issue in our local end. To resolve this issue, you have to add the ISNet.WebUI.WebScheduler.Resources assembly into your project Bin folder then you can add the handler inside the configuration tag in web.config.
<configuration> <system.web> <compilation debug="false" targetFramework="4.0"> <assemblies> <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> </assemblies> </compilation> <httpHandlers> <add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true"/> </httpHandlers> </system.web> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <handlers> <add name="ISRes.axd_GET" path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" preCondition="integratedMode"/> </handlers> <modules> </modules> </system.webServer> </configuration>
Then you can run the website normally.Unfortunately, there are errors in styling Vista Calendar. To resolve this issue, you can follow this step:
1. Copy VistaCalendar.css, BlueRight.gif, and BlueLeft.gif inside CommonLibrary > WebGrid > V7_0_7200 > CustomEditors > EditorsPack3 folder to your website folder.
2. Rename VistaCalendar.css to CustomEditors.EditorsPack3.VistaCalendar.css .
3. Rename BlueRight.gif to undefinedCustomEditors.EditorsPack3.blueright.gif .
4. Rename BlueLeft.gif to undefinedCustomEditors.EditorsPack3.blueleft.gif .
5. Then you can run the website.
But for easier way, I suggest you to use SmartWebResources, it would automatically solve this issue. Hope this helps.
Hi Fernando,
Glad to hear your project is running now.
If you have another question, please don’t hesitate to ask us again.
Hello Udayan,
For this case, AllowMultipleSelection property only affected when you use Row Selection mode. For now our features doesn't support Multiple Cell Selection but you can take the specific cell value in some row using Client-Side method.
Could you explain more detail the scenario of yours about Multiple Cell Selection? Look forward to hearing back from you so that we can assist you further.
For this error, you can add manually the assembly to your website project.
Step to add the assembly:
1. You can Right click on Bin folder inside you Website project.
2. Choose Add Existing Items… menu.
3. Go to Intersoft Solutions Installation folder (C:\Program Files\Intersoft Solutions\) and go to WebUI Studio for ASP.NET \WebUI.NET Framework 3.0\Bin .
4. Choose the ISNet.dll, ISNet.WebUI.dll file then Add it to your website.
5. You can run the website.
Hope this helps.
Hi,
It’s not possible to set multiple values on DataValueField and DataTextField property. If you want to see two fields in ComboBox, I suggest you to use our WebCombo. With our WebCombo, you can set the ComboMode property into MultipleColumns so you can see the other value when you expand the WebCombo. I also made my own sample and attach it on this message. Hope this helps.
Hi Venkat,
I tried to replicate your issue here but I couldn’t run your code because there are missing class in your code. To replace the code, I’ve made my own sample. In this sample I use Northwind as my database and my dataset. I use the same structure of your WebCombo in my sample and unfortunately it works fine when I test it. If you don’t mind, could you test my sample in your IE 9 and tell me what configuration I missed in my code?
I tried to replicate your issue here but I couldn’t run your code because there are missing class in your code. To replace the code, I’ve made my own sample. In this sample I use Northwind as my database and my dataset. I use the same structure of your WebCombo in my sample and unfortunately it works fine when I test it. If you don’t mind, could you test my sample in your IE 7 and tell me what configuration I missed in my code?
Hi venkat,
I tried to replicate your issue here and tried to running our sample in IE 7 mode but unfortunately it works fine (the WebCombo appear and work properly). We are willing to assist you further. In order to do so, could you let me know step-by-step to reproduce this issue and the version of you WebCombo?
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