User Profile & Activity

Andi Santoso Support
Page
of 53

Hi Xedem,

     Sorry, but I am nor able to replicate the issue. Perhaps, I am missing something. Could you attach me a running sample that will replicate the issue for me to investigate it. Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: February 23, 2010 11:20 PM

Hi Mircea,

     Sorry, but I am not able to open your attached file. Could you kindly send them to technical@intersoftpt.com? Later on,  I will keep an update on this thread. 

     Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: February 23, 2010 11:14 PM

Hi Dahsa,

     Hmm, it is weird. I have tried it and it works just fine. The image is still not showing up even after I perform a FlyPostBack, sorting or filtering. Here is the snippet.

function WebGrid1_OnResponse(controlId, status)
        {
            
            var WebGrid = ISGetObject(controlId);
                       
            window.setTimeout(function()
            {
            
                for (var i = 0; i < WebGrid.RootTable.GetGroupRows().length; i++)
                {
                    if (!WebGrid.RootTable.GetGroupRows()[i].GetGroupChildRows() || WebGrid.                     RootTable.GetGroupRows()[i].GetGroupChildRows().length == 0)
                    {
                        WebGrid.RootTable.GetGroupRows()[i].SetForceNoEdit();
                        WebGrid.RootTable.GetGroupRows()[i].RowElement.cells[0].style.displa                        y = "none";
                    }
                }

            }, 700);

           
            return true;
        }

       I hope it helps. Thank you and have a nice day.

Best Regards,

Andi Santoso

Hi Jocelyn

    Have you tried my suggested snippet? Could you kindly try to put the validation under the OnEndRowEditing instead of OnAfterExitEditMode? I tried these on my sample and it works just fine.

    I hope it helps and please do not hesitate to ask if you have any other questions. Thank you.

Best Regards,

Andi Santoso

Hi Conrad,

     Glad to hear that the issue is solved. Apologies for not notifying you earlier. Thank you and have a nice day.

Best Regards,

Andi Santoso

 

 

 

 

Posted: February 23, 2010 8:49 PM

Hi Yousif,

     Yes, by removing the xmlns="http://www.w3.org/1999/xhtml" and leave it as <html>, that means that it works not under XHTML and it will work just fine. That is because on our WebPaneManager, it has not supported XHTML yet. 

      I hope it helps and please do not hesitate to ask if you have any other questions. Thank you.

Best Regards,

Andi Santoso

Posted: February 23, 2010 5:21 AM

Hi Hamid,

     I have recieved your email regarding this issue and you said that you are manage to handle this particular issue. The next issue is about the missing resources, and I am able to replicate the issue and have forwarded this to our developer team. I will inform you as soon as I get news from them.

     I hope it helps and have a nice day. Thank you.

Best Regards,

Andi Santoso

Posted: February 23, 2010 1:57 AM

Hi Yousif,

     Sorry for inconvenient. But when it is related to XHTML, we cannot do a workaround since it is not supported yet. Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: February 23, 2010 1:29 AM

Hi Xedem,

     Thank you for your detail information. I have also forwarded this issue to our Developer team and I will inform you as soon as I can. Thank you and have a nice day.

Best Regards,

Andi Santoso

Hi Jocelyn,

     Forgive me, but I am not able to replicate the issue. It means that you are using batchupdate right. After I edit a particular cell with an invalid data, then I clicked on the "Accept All Changes" button. After that, the value is getting back to its original value and no record is made on the ReviewChanges dialog window. I am wondering, where was I missing. 

     Attached is a simple sample using Northwind, Product database. Perhaps, you could modify it so that it will replicate the issue and send them back to me. Or maybe, you can send me video on how to replicate the issue. Thank you and have a nice day.

Best Regards,

Andi Santoso

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