User Profile & Activity

Handy Surya Support
Page
of 223
Posted: September 10, 2010 2:53 PM

Hello Nilesh,

Sure, Here is my sample code. 

function WebGrid1_OnAfterResponseProcess(controlId, actionName, lastRequestObject, xmlResponseObject)
{
	var WebGrid1 = ISGetObject(controlId);
        var button=document.getElementById("Button1");
        if (actionName == "Charting") 
        {
                button.style.display = "none";
        }
		return true;
}

Regards,
Handy

Ok, then. Would you mind to send me a runable sample which replicates this issue? Currently, I could not replicate one in here.

Regards,
Handy

Posted: September 10, 2010 12:42 PM

Unfortunately, server side does not have any method such as setText() in client side.
All cell modification only could be done in clientside events.

Regards,
Handy

Posted: September 10, 2010 12:36 PM

Hi Rick,

I am sorry but I don't quite understand about "can create and XML file" part.
If you want to avoid to be loaded at the initial load, you can use loadOnDemand. 

Regards,
Handy

Posted: September 10, 2010 12:34 PM

Hello Martin,

After you installed WebUIStudio 2010R1, there should be samples and tutorials which
available for customer. We also have documention or PDF to provide information for the product. However, we aware that some of products don't provide enough resources/information. But don't worry, in the short time, We are planning to release new video or walkthrough documentation about the product.

Regards,
Handy

Posted: September 10, 2010 12:30 PM

Hello Nilesh,

Currently there is no clientside events for charting. However, for your scenario, you can use OnAfterResponseProcess clientside events. There should be actionName parameter which you can use for your validation.

Regards,
Handy

Hello Piere,

In my test sample, After I edited a cell, click on scrollbar and then click on the outside of WebGrid, the lost focus is not called.
But if I edit a cell and click outside of WebGrid, lost focus is called. Is this issue that you were trying to say? If yes, I will forward this issue to our developer teams.

Regards,
Handy

Posted: September 9, 2010 2:46 PM

Hello Darren,

Please ensure you have applied the hotfixes in GAC and your project bin folder. 
All of our WebTreeView sample use master page. So, I don't think if this caused your issue.

Please see my attached sample. In all my tested sample, I also could not replicate your issue.
Please let me know more detail about your environment machine. Is it possible that you are using web browser addon or other 3rd party control?

Regards,
Handy

Posted: September 9, 2010 2:31 PM

Hello,

After you delete a row, you will need to call grid.AcceptAllChanges(). With this way, all changes would be saved into your database. 

Regards,
Handy

Posted: September 9, 2010 1:13 PM

Hello Rolf,

Yes, I can see the error now. But I could not replicate it in my simple new project. I don't know which is missing.
Would you help me find which setting is missing in my project.
You can see that it works well with your structure.

Regards,
Handy

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