User Profile & Activity

Bernard Xiang Member
Page
of 52

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 

Posted: May 15, 2012 11:37 PM

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.


Regards,

Bernard

Posted: May 15, 2012 12:23 AM

Hi Roger,

 

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.

 

Regards,

Bernard

Posted: May 10, 2012 11:47 PM

Hi Fernando,

 

Glad to hear your project is running now.

If you have another question, please don’t hesitate to ask us again.

 

Regards,

Bernard

Posted: May 10, 2012 11:40 PM

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.

 

Regards,

Bernard

Posted: May 10, 2012 11:35 PM

Hi Fernando,

 

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.

 

Regards,

Bernard

 

Posted: May 10, 2012 3:45 AM

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.

 

Regards,

Bernard

Posted: May 10, 2012 1:03 AM

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?

 

Regards,

Bernard

Posted: May 10, 2012 1:01 AM

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 7 and tell me what configuration I missed in my code?

 

Regards,

Bernard

Posted: May 9, 2012 2:26 AM

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?

 

Regards,

Bernard

All times are GMT -5. The time now is 3:44 AM.
Previous Next