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
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.
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.
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.
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.
Hello Eric,
I suggest you enable SmartWebResources on your WebGrid's project.
To enable SmartWebResources in your project:
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.
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.
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.
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.
Regards,-Martin-
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.
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.
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