User Profile & Activity

Handy Surya Support
Page
of 223

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.

Regards,
Handy

Hello,

Please give us a little time. We need to discuss your scenario with our developer teams. I will get back to you soon.

Regards,
Handy

Posted: June 22, 2012 5:51 AM

Hello,

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.

Regards,
Handy

Posted: June 22, 2012 4:27 AM

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.

Regards,
Handy

Hello,

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.

Regards,
Handy

Posted: June 17, 2012 10:22 PM

Hello,

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.

Regards,
Handy

*Continued in email

Posted: May 28, 2012 5:35 AM

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.

Regards,
Handy

Hello,

I can replicate the issue as well. I will forward this issue to our developer teams.

Regards,
Handy

All times are GMT -5. The time now is 5:55 PM.
Previous Next