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
I use Webinput calendar at the top of the page and there is a search button beside it,and the webgrid is shown in the webinput below.When I click the button, the result is shown in the webgrid,but there is no webgrid line in it,and when I click the detail to show the popup window,the window can't open.If I delete the webinput calendar,everything is OK.The webgrid and the page have no particular css style,so please tell me why?How can I solve it?
Hi x-rookie,
Regarding the missing WebGrid line, there is a possibility that it is a bug from WebInput that overwrite WebGrid style. For the time being, you could use the following hack technique to solve it.
Run the following function on WebGrid OnInitialize ClientSide Event:
function WebGrid1_OnInitialize() { style = document.createElement("style"); if (document.getElementById("ISWebUI_Styles")) style.innerHTML = document.getElementById("ISWebUI_Styles").innerHTML; document.head.appendChild(style); }
That should solve it.
Regarding PopUp window, Please elaborate on your specific scenario and possibly give me a simple sample that I can use to observe the problematic behaviour.
Best Regards,
Leo
I'm sorry that I use your event code and it doesn't work.Could you give me a complete sample about this? thank you
You could attach the javascript to windows onpaint event if WebGrid OnInitialize event doesn't work for you. The point is, you need to run that script before WebInput was initialized. As a reference, I have attached a simple working sample. Please have the sample evaluated on your end by adding it to Webgrid sample which is included in the installation folder.
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