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 Luciano,
So, What is exactly your question? As you said, you can use WebCombo.Value to set default value.
Regards,Handy
Forgive me because I am mistaken read and answer the issue. For your sample, do you place WebGrid inside a container or something? Maybe you can share us the WebGrid structure.
Hello Maged,
Yes, that is our default behaviour. When open the dropdown, it will load the data.
To overcome this issue, you will need to show the dropdown as you said.
So, please try to call ShowDropDwon at OnInitialize client side event.
WebCombo1.ShowDropDown();
Hi Huzefa,
Yes, because our default position is at the end of right. Changing the dir, doesn't mean change the position. If you want to make it left, set SearchButtonPosition into left.
For WebGrid, to use your own localization, you must not to use SmartWebResources. You need to use the physical files. (WebGridDesigner>> LocalizationManager). As a guidance, the xml content should be looked like default.xml.
Hi,
It works well in here. It seems you were not giving the correct sample. It doesn't have any grouping and virtual load settings.
I tried to set it but the grouping works well. Also, Does the render issue look like my screenshot?
If yes, you can resize the header by setting the width style in its element.
e.g
function WebGrid1_OnColumnGroup(controlId, columnObject) { var WebGrid1 = ISGetObject(controlId); window.setTimeout(function(){resizeGroupHeader();},300); return true; } function resizeGroupHeader() { var WebGrid1 = ISGetObject("WebGrid1"); var table=WebGrid1.RootTable; table.GetElement(WG40.COLHEADERGROUP, WG40.HTMLDIV).parentNode.parentNode.parentNode.childNodes[0].childNodes[0].childNodes[0].childNodes[1].childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[2].style.width = "300px"; table.GetElement(WG40.COLHEADERGROUP, WG40.HTMLDIV).parentNode.parentNode.parentNode.childNodes[0].childNodes[0].childNodes[0].childNodes[1].childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[2].childNodes[0].style.width = "280px"; }
Also, would you mind to show me in recording video about how to replicate in this sample? It would help us to understanding the issue.
Hello,
It should be not happened. Could you please show me the issue in screenshots? Btw, to set the allignment, we have FilterRowStyle properties. Under HorizontalAlign you can set it as right.
Hello Raja,
Normally, our WebCombo is not ReadOnly mode. You can type something in there. Based on your issue, it is a little weird behaviour? Do you some container to place WebCombo? Please let me know how to replicate your issue in here. Or you can help us by sending a simple sample that replicates this issue. If TextBox mode is not set into ReadOnly, it should work as expected. Also, ReadOnly would not allow any input by typing in the textbox.
Hi Ethan,
Yes, I understand. But as I said before, I need your help to replicate the issue in a simple runable project. We need this to investigate and analyze your issue. Without it, I could not figure out what is missing.
Hello David,
Thank you for your report. For temporary, you can get the information in offline documentation, WebGrid References. I have forwarded this issue to our development teams and they will fix this asap.
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