User Profile & Activity

Riendy Setiadi Member
riendy@intersoftpt.com
Page
of 19

Hi Yousif,


I need to consult about your issue to our developers before I can provide any solutions for you.
I'll be back to this thread with a solution for you as soon as possible.

Take your time Yousif.


Regards.
Riendy 

Hello Xu,

I am able to replicate your issue on my end. I think you should to add 1 line of code to syncdhronize pending changes with grid's user interface elements. Please add this snippet code to your SelectAllColumn method.

grid.UpdatePendingChangesStatus();

You can also add the snippet code above to OnCheckBoxClick WebGrid's clientSide Event to do same response when some checkBox clicked.

Hope this helps.
Riendy



Posted: August 18, 2011 11:39 AM

Hello Michael,


Where did you get the installer ?
I hope that you got the same installer with the following link:

After you get a new installer from a link above, please uninstall ideablade's and our product, and clear intersoft's and ideablade's registry. After that, you can install WebUI studio 2011 R1 SP1.
Please let me know if our template still doesn't exist in VS2010.


Thank you. 
Riendy

Hello Jocelyn,


I'm currently have not try to access the grid from a page method yet.
Please give me a little time to check this out. I will let you know the updates soon.


Regards.
Riendy

Hi yousif,

Basically, to solve the issue, firstly we have to reproduce the issue here.
But, I have a trouble to reproduce your issue. 
Could you please give me your simple runable sample to riendy@intersoftpt.com. It is very help us to provide a solutions for your issue.


Regards.
Riendy

Hi Jocelyn,

To call BatchUpdate on WebGrid's event, you should use

grdRecipMilestone.PerformBatchUpdate(true, true);

If you want to save all changes, set parameter 1 to true. If you set it into false, it means that cancel all changes. And parameter 2 is set to true. It is used to set the WebGrid UI to be updated and set false to be un-updated.

PerformBatchUpdate method just updating the data on UI. The data just saved on cache and it is not update the database. However, this method call a batchUpdate event. In this event, you should get the data cache and update it into your database.

Attached is my simple runable sample using button click to apply the changes.


Hope this helps.
Riendy



Posted: August 15, 2011 2:56 PM

Hi He,

Sorry for the latest response.
Unfortunately, there is no property to hide the option in WebToolBar. But you are able to set it invisible.
I suggest you to try get an option element in javascript, then set the display in style property to none. For example, I am using a javascript code on button click to set the option display to hide. Please follow this code.

 function Button1_onclick() {
            var tool = ISGetObject("WebToolBar1");
            var FrameElement = tool.GetFrameElement();
            var nodes = FrameElement.childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[1].childNodes[1].childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[2];       
            nodes.style.display = "none";
        }

 

Hope this helps.
Riendy



Hi Yousif,

Sorry for the latest response. 
I assume this issue have a relation with your issue in other thread. If the issue in that page has solved and this issue still appear, We have to get more concern to this issue. So, I have colaborated with Yudi who handle your issue in that thread. We are trying to replicate your issue using vs2008 SP1 and unfortunately, we are unable to replicate that issue. 

would you please give us a permission to remote your desktop ? 


Regards.
Riendy 

Posted: August 12, 2011 3:00 AM

Hi He,

Could you please describe more detail what visibility did you want ?
Basically, WebToolbar already have visibility property, "Show()" method to show WebToolBar and "Hide()" method to hide WebToolBar. Please let me know if this option not enough for you.


Thanks.
Riendy

Hi Yousif,

I'm not sure your issue came from ISNet.WinUI.HtmlEditor.dll. May I know what intersoft's control that you use ? And please let me know more detail about the issue.
The issue might be came from the other third party.

I'm currently works on environment: windows 7 OS, VS2010, and .NET 3.5 higher. And I never met the issue with ISNet.WinUI.HtmlEditor.dll. 
Is there something that you can show to me that an issue came from ISNet.WinUI.HtmlEditor.dll ?


Thank you.
Riendy

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