User Profile & Activity

Martin Lie Support
martin@intersoftsolutions.com
Page
of 43
Posted: December 16, 2010 2:51 AM

Hello Martin,

The development team has confirmed that it is a default behavior by design. Because the combo's height should follow the row's height of the grid, therefore, the dropdown should exactly below the cell.

If you adjust the combo's height similar to grid's row height, the result will stay the same.

 

Thank you.

Posted: December 15, 2010 11:06 PM

Hello,

You can set DateHeaderMode to ShortestDayName in TimelineView  under Viewsettings section in WebScheduler.

<ViewSettings SelectedTimelineViewMode="Week" SelectedViewMode="Timeline">
   <TimelineView Enabled="true" DateHeaderMode="ShortestDayName" NumberOfDays="7 TimelineWeekMode="WeekNumber" />
</ViewSettings>

Hope this helps.

 

Thank you.

Posted: December 15, 2010 9:01 AM

Hello Martin,

The combo's resultbox is rendered on the lower side of the cell because the cell has been expanded, and yet the combo follows the grid's cell when opening its resultbox.

I couldn't confirm this issue as a bug . However, I have forwarded this issue to the development team to be investigated further.

I will let you know when I get the result from the team.

 

Thank you.

Posted: December 15, 2010 3:06 AM

Hello Frank,

Basically, assigning shortcut key CTRL + S is not supported in WebButton. The AccessKey is a built-in feature that has been configured by the development team.

However, there is a workaround to implement button click using CTRL + S.

I have attached a sample file for your reference.

Hope this helps.

 

Thank you.

Hello Eric,

I suggest you enable SmartWebResources on your WebGrid's project.

To enable SmartWebResources in your project:

  1. Right click on one of the Intersoft's control instance. For instance, WebGrid1.
  2. Click Register SmartWebResources™ command in the context menu.
  3. In short time after you clicked the command, you should receive a message prompt similar to the following:
    "SmartWebResources has been successfully configured for this web application."

It seems that the error pops up due to missing webgrid_core.js in your CommonLibrary folder.

You need to check your physical CommonLibrary folder whether you have included webgrid_core.js or not.

If you are using SmartWebResources, all scripts are automatically included in the project without any hassles to maintain the scripts in the physical folder.

Hope this helps.

 

Thank you.


Hello A Yousif,

I have forwarded your scenario to the development team to be investigated further.

You can provide me a sample based on your scenario after the new year. It would be easier for us to investigate the issue.

Meanwhile, I will let the development team to work on your issue.

 

Thank you.

Hello A Yousif,

I have forwarded your issue to the development team.

However, about the exporting templated column issue, exporting only accepts native column type because it generally renders only textual content, while template column can contain graphics or more complex controls.

 

Thank you.

Posted: December 13, 2010 9:49 PM

Hello Beryl,

I have checked your web.config file. I didn't find any unusual settings in the web.config.

However, I will send you my complete project including web.config using your runtime license key and the aspx file sent by you previously.

Please try to run and deploy the project and see whether the images are rendered properly.

The attached sample will be sent directly to your email, since web.config contains confidential information that is prohibited to be shared in public. Your attached web.config has also been removed from this thread.

Should you still experience the error, I would like to request for a remote desktop connection into your PC in order to investigate the issue.

Thank you.

 

Regards,
-Martin-

Posted: December 13, 2010 3:52 AM

Hello,

I have tested the sample file you have provided. It works fine on my end when I deploy the project. Everything displays correctly including the images.

Could you provide me your web.config file? Probably the issue comes from the configuration settings in your web.config file.

 

Thank you.

Hello Ellen,

I believe you have to use linked combo in your scenario.

You can still use SetText() and LoadValue() method. However, in order to display all values when you open the combo, you need to turn off the query handler. In LinkSettings, you need to set SkipQueryTextField to True.

<LinkSettings Enabled="True" ParentWebComboID="wcCategory" SkipQueryTextField="True" />

By disabling this property, you will get all values when you open the combo.

Hope this helps.

 

Thank you.

All times are GMT -5. The time now is 12:19 AM.
Previous Next