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,
You could not just get the div then use getElementsByTagName like that. It is not recommended because the WebGrid itself use many tables collection in there include for the footers. I would recommend you to find the correct child element manually.
e.g
alert(theTable.GetElement(WG40.COLFOOTER, WG40.HTMLCELL).children[1].children[1].children[6].innerText);
This is the footer element I found in your structure. Please let me know if it works well on you or not.
Regards,Handy
Hello Robert,
Where are your .js files? I noticed that it calls your .js files. I would need to have those scripts in order to get your current logic.
Please give us a little time. We need to discuss your scenario with our developer teams. I will get back to you soon.
As you noticed, you would need to use binding CommandParameter. After use WindowCommands.LauchApplication, you need to set CommandParameter binding.Using ViewModel, you can set your windows option parameter. Since it has Uri property, you should be able to achieve your scenario.
Example:
public WindowOptions CommandParameter { get { var wo = new WindowOptions() { Uri = new Uri("ClientUIExternalApp1;ClientUIExternalApp1.Views.SpecificWindow", UriKind.Relative), ForceSingleInstance = true, ReactivateExistingInstance = false, WindowName = string.Format("wndNotepad_{0}", Id), WindowGroupName = "Notepad", StartupParameters = this, WindowWidth = 800, WindowHeight = 600, }; return wo; } }
Hope this helps.
Hello David,
If you want to use ExpandableGroupBox, it would require too much efforts since it is not automacally handled by ExpandableGroupBox. So, we suggest you to use UXArccordion. You only need to customize its style.
For the first experience, you can try to discard all color and border in UXAccordion. If you want, we will try to create a simple one for you. But please give us a little time to prepare it.
Please send me your runable sample. If it is possible, send along with your current structure. The elements are changed depend on your WebGrid Structure. If you want me to check it for you, it would be better if you provide me your runable sample.
If you want to make it visible based on credential/user permission, using your current solution is already the best option. There no way to set visibility in the toolbar without generated the template.
*Continued in email
Dear Ellen,
I enclosed a simple sample for my explanation. I don't load the information in child level. But I write it inside a simple div. As you can see, I used our WebFlyPostBackManager control to meet this scenario. To run the sample, please add them in WebEssentials sample.
I can replicate the issue as well. I will forward this issue to our developer teams.
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